diff --git a/app/node_modules/.vite/deps/_metadata.json b/app/node_modules/.vite/deps/_metadata.json index d73cf79..9408ee6 100644 --- a/app/node_modules/.vite/deps/_metadata.json +++ b/app/node_modules/.vite/deps/_metadata.json @@ -1,8 +1,8 @@ { - "hash": "360505b2", - "configHash": "e02d0b93", + "hash": "0b41d04c", + "configHash": "ed920e43", "lockfileHash": "8c8db67b", - "browserHash": "9b2b2e41", + "browserHash": "cc0adab7", "optimized": {}, "chunks": {} } \ No newline at end of file diff --git a/app/public/asserts/Dwinzo-logo-2.png b/app/public/asserts/Dwinzo-logo-2.png new file mode 100644 index 0000000..ecf26c4 Binary files /dev/null and b/app/public/asserts/Dwinzo-logo-2.png differ diff --git a/app/src/home.js b/app/src/home.js index 3926344..29a4d38 100644 --- a/app/src/home.js +++ b/app/src/home.js @@ -4,21 +4,7 @@ export function initHomePage() { homePage.innerHTML = ` -
- - - +
@@ -79,7 +65,7 @@ export function initHomePage() {

Dwinzo-Demo App

diff --git a/app/src/intro.js b/app/src/intro.js index 575a1cc..680befa 100644 --- a/app/src/intro.js +++ b/app/src/intro.js @@ -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) } \ No newline at end of file