From 5375a3139803483c1d0ed670ca91382ec990c19b Mon Sep 17 00:00:00 2001 From: Mehtarishita Date: Mon, 21 Oct 2024 18:24:06 +0530 Subject: [PATCH 1/2] added preloader --- frontend/index.html | 443 ++++++++++++++++++++------------------------ 1 file changed, 199 insertions(+), 244 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 1646f9e..4bc38d8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,6 +1,5 @@ - @@ -10,203 +9,193 @@ src="https://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate" onerror="handleError(this)" > --> - Station Saarthi - - +@keyframes fadeInOutAnimation { + 0%, 100% { + opacity: 0; + } + 50% { + opacity: 1; + } +} + + +

Station Saarthi - Your Platform Guide

- + +
+ +
@@ -228,9 +217,6 @@
-
- 🌐 -
- -
- -
- - - - - + + +
- // Hide modal when clicking outside the modal content - window.addEventListener('click', (event) => { - if (event.target == modal) { - modal.style.display = 'none'; // Hide modal - } - }); - }); + -
- - +
+ + - - +
+ - \ No newline at end of file From 8e797cb03a1e0fca2e944c2351c62d44ee948c6f Mon Sep 17 00:00:00 2001 From: Mehtarishita Date: Mon, 21 Oct 2024 18:32:29 +0530 Subject: [PATCH 2/2] Update index.html --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 4bc38d8..e889677 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -158,7 +158,7 @@ left: 0; height: 100vh; width: 100%; - background: white url('./src/assets/stationsaarthi.svg') no-repeat center center; + background: rgb(191 219 254) url('./src/assets/stationsaarthi.svg') no-repeat center center; z-index: 100; } .content{