img change with file
This commit is contained in:
6
app/node_modules/.vite/deps/_metadata.json
generated
vendored
6
app/node_modules/.vite/deps/_metadata.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"hash": "360505b2",
|
||||
"configHash": "e02d0b93",
|
||||
"hash": "0b41d04c",
|
||||
"configHash": "ed920e43",
|
||||
"lockfileHash": "8c8db67b",
|
||||
"browserHash": "9b2b2e41",
|
||||
"browserHash": "cc0adab7",
|
||||
"optimized": {},
|
||||
"chunks": {}
|
||||
}
|
||||
BIN
app/public/asserts/Dwinzo-logo-2.png
Normal file
BIN
app/public/asserts/Dwinzo-logo-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -4,21 +4,7 @@ export function initHomePage() {
|
||||
|
||||
|
||||
homePage.innerHTML = `
|
||||
<div class="app">
|
||||
<!-- Floating Navigation -->
|
||||
<nav class="floating-nav" id="floatingNav">
|
||||
<div class="nav-items">
|
||||
<a href="#dashboard" class="nav-item active" data-section="dashboard">
|
||||
<span class="nav-icon">🚀</span>
|
||||
<span class="nav-text">Dashboard</span>
|
||||
</a>
|
||||
<a href="#footer" class="nav-item" data-section="footer">
|
||||
<span class="nav-icon">📞</span>
|
||||
<span class="nav-text">Contact</span>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<!-- Dashboard Section -->
|
||||
<section class="dashboard-section" id="dashboard">
|
||||
<div class="container">
|
||||
@@ -79,7 +65,7 @@ export function initHomePage() {
|
||||
<div class="service-card" data-category="applications">
|
||||
<div class="card-header">
|
||||
<div class="app-logo">
|
||||
<img src="/asserts/Dwinzologo.png" alt="App Logo" />
|
||||
<img src="/asserts/Dwinzo-logo-2.png" alt="App Logo" />
|
||||
</div>
|
||||
<h4>Dwinzo-Demo App</h4>
|
||||
<div class="service-status">
|
||||
|
||||
@@ -88,7 +88,7 @@ function startIntroAnimation() {
|
||||
let statusIndex = 0
|
||||
|
||||
const loadingInterval = setInterval(() => {
|
||||
progress += Math.random() * 12 + 3
|
||||
progress += Math.random() * 15 + 3
|
||||
|
||||
if (progress >= 100) {
|
||||
progress = 100
|
||||
@@ -116,5 +116,5 @@ function startIntroAnimation() {
|
||||
statusItems[statusIndex].classList.add('active')
|
||||
statusIndex++
|
||||
}
|
||||
}, 150)
|
||||
}, 180)
|
||||
}
|
||||
Reference in New Issue
Block a user