From 5d17cff4feffa03c74230bd29041b1fa70fd6590 Mon Sep 17 00:00:00 2001 From: srishti Date: Fri, 18 Oct 2024 16:17:13 +0530 Subject: [PATCH 1/2] Hamburger working, navbar implemented on everypage, contribution page alignment fix. --- about.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++ contributors.html | 76 ++++++++++++++++++++++++++++++++++++++++++++- index.html | 2 -- pqr.css | 1 - styles.css | 3 +- 5 files changed, 155 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index 7fd56a4..b6b28b3 100644 --- a/about.html +++ b/about.html @@ -5,8 +5,86 @@ About Us - Ticket Booking + + + + + +

About Us

diff --git a/contributors.html b/contributors.html index 8970c9e..d8a504f 100644 --- a/contributors.html +++ b/contributors.html @@ -19,6 +19,7 @@ href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet" /> + -
@@ -118,7 +121,78 @@ Your browser does not support the video tag. +
+ +
diff --git a/index.html b/index.html index 74336c6..a31f481 100644 --- a/index.html +++ b/index.html @@ -970,10 +970,8 @@ -
-
diff --git a/pqr.css b/pqr.css index 51db4ae..301e6ee 100644 --- a/pqr.css +++ b/pqr.css @@ -32,7 +32,6 @@ body { .contributor-card { width: 220px; position: relative; - max-width: calc(25% - 16px); display: flex; flex-direction: column; align-items: center; diff --git a/styles.css b/styles.css index 340cab9..31e8dff 100644 --- a/styles.css +++ b/styles.css @@ -1083,7 +1083,8 @@ img { } .nav-links.active { - right: 0; + left: 75px; + top: 100px; } #darkModeToggle { From ee99f1a85ddfe64cdfa4d76c5171ce7302c4fe74 Mon Sep 17 00:00:00 2001 From: srishti Date: Fri, 18 Oct 2024 16:17:13 +0530 Subject: [PATCH 2/2] Hamburger working, navbar implemented on everypage, contribution page alignment fix. --- about.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 -- pqr.css | 1 - styles.css | 3 ++- 4 files changed, 80 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index cbb747a..070d0e6 100644 --- a/about.html +++ b/about.html @@ -5,8 +5,86 @@ About Us - Ticket Booking + + + + + +

About Us

diff --git a/index.html b/index.html index 77b67e9..e0e06bb 100644 --- a/index.html +++ b/index.html @@ -972,10 +972,8 @@ -
-
diff --git a/pqr.css b/pqr.css index 51db4ae..301e6ee 100644 --- a/pqr.css +++ b/pqr.css @@ -32,7 +32,6 @@ body { .contributor-card { width: 220px; position: relative; - max-width: calc(25% - 16px); display: flex; flex-direction: column; align-items: center; diff --git a/styles.css b/styles.css index 340cab9..31e8dff 100644 --- a/styles.css +++ b/styles.css @@ -1083,7 +1083,8 @@ img { } .nav-links.active { - right: 0; + left: 75px; + top: 100px; } #darkModeToggle {