diff --git a/frontend/index.html b/frontend/index.html index 1646f9e..e889677 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