diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..f673a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5502 } \ No newline at end of file diff --git a/index.html b/index.html index 9f8f98a..49c555c 100644 --- a/index.html +++ b/index.html @@ -113,14 +113,16 @@ } body { font-family: 'Roboto', sans-serif; - background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); + /* background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); */ } .intro-section { - position: relative; - overflow: hidden; - opacity: 0; - transition: opacity 1s ease-out; + display: flex; + align-items: center; + min-height: 100vh; + padding: 2rem 0; + overflow: hidden; + } .intro-section.fade-in { @@ -173,6 +175,11 @@ } +@keyframes fadeIn { + from { opacity: 0; transform: translateY(20px); } + to { opacity: 1; transform: translateY(0); } +} + @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } @@ -226,7 +233,7 @@ .landing-animate { opacity: 0; -animation: landingAnimation 0.8s ease-out forwards; +animation: fadeIn 1s ease-out forwards; } .text-container.landing-animate { @@ -248,6 +255,11 @@ .delay-400 { animation-delay: 0.4s; } +@media (max-width: 768px) { + .intro-section { + padding-top: 5rem; /* Adjust based on your navbar height */ + } +} @@ -345,49 +357,49 @@ -
+
- - - -
-
-
-

- The #1 Sorting - Visualization Tool -

- -

- Interactive visualization -
- Understand algorithm efficiency -
- Learn sorting techniques -

-
- + +
+
+
+
+

+ The #1 Sorting + Visualization Tool +

+ +

+ Interactive visualization +
+ Understand algorithm efficiency +
+ Learn sorting techniques +

+
+
- -
+
diff --git a/login.html b/login.html index 841dd6b..0f6999f 100644 --- a/login.html +++ b/login.html @@ -2,31 +2,166 @@ - - Login - + Login - Visual Sort + + +
-
- -

Visual Sort|

-

- Visual Sort is a website designed to visually demonstrate how different sorting algorithms work. It provides an interactive and educational experience for users to understand the steps and logic behind various sorting methods. -

- -
- Sorting images +
+
- + \ No newline at end of file diff --git a/signup.html b/signup.html index 4dd248c..138f818 100644 --- a/signup.html +++ b/signup.html @@ -2,33 +2,170 @@ - - Register - + Sign Up - Visual Sort + + +
-
- -

Visual Sort|

-

- Visual Sort is a website designed to visually demonstrate how different sorting algorithms work. It provides an interactive and educational experience for users to understand the steps and logic behind various sorting methods. -

- -
- Sorting images +
+
- + \ No newline at end of file