From 4405348255b7e23cbc939234eef7657498d4e3a0 Mon Sep 17 00:00:00 2001 From: sudhanshu248 Date: Tue, 22 Oct 2024 09:36:45 +0530 Subject: [PATCH] Add correct footer on contributor page --- contributor/contributor.css | 127 +++++++++++++++++++++++++-------- contributor/contributor.html | 131 ++++++++++++++++++++++------------- 2 files changed, 181 insertions(+), 77 deletions(-) diff --git a/contributor/contributor.css b/contributor/contributor.css index c1a98fa..c1aa9c5 100644 --- a/contributor/contributor.css +++ b/contributor/contributor.css @@ -305,45 +305,112 @@ body { -.contributor-footer-link{ - display: grid; - grid-template-columns: repeat(4 ,1fr); - place-items: center; - margin-top: 4rem; - -} -.footer-row { - text-align: start; - min-width: 135px; -} -.footer-row h3{ - color: #07a893; -} -.footer-row ul li{ - list-style-type: none; +/* General Footer Styling */ +.footer-container { + background-color: #1f2937; + color: #ffffff; + padding: 40px 0; + font-family: Arial, sans-serif; } -.footer-row ul li a{ +/* Logo and Tagline */ +.footer-logo-section { + text-align: center; + margin-bottom: 30px; +} +.footer-logo { + max-width: 150px; + margin-bottom: 10px; + border-radius: 50px; +} +.footer-logo-section p { + margin: 5px 0; + font-size: 0.95rem; +} +.follow-us { + margin-top: 10px; + font-weight: bold; +} - color: white; +/* Social Media Icons */ +.social-icons a { + display: inline-block; + margin: 0 10px; + color: #12e9cc; + font-size: 1.5rem; text-decoration: none; - } +} +.social-icons a:hover { + color: #76b2ab; +} - .footer-row ul li a:hover{ +/* Footer Link Sections */ +.footer-links { + display: flex; + justify-content: space-around; + flex-wrap: wrap; + margin: 20px 100px; +} +.footer-column { + flex-basis: 20%; + margin-bottom: 10px; +} +.footer-column h4 { + font-size: 1rem; + margin-bottom: 10px; + color: #12e9cc; +} +.footer-column ul { + list-style: none; + padding: 0; +} +.footer-column ul li { + margin-bottom: 8px; +} +.footer-column ul li a { + color: #ffffff; + text-decoration: none; + font-size: 0.95rem; +} +.footer-column ul li a:hover { text-decoration: underline; - } - +} - .icon:hover{ - transform: scale(1.2); - color: #12e9cc; - } +/* Footer Bottom Links */ +.footer-bottom { + text-align: center; + border-top: 1px solid #ddd; + padding-top: 20px; +} +.footer-bottom ul { + list-style: none; + padding: 0; + margin: 0; +} +.footer-bottom ul li { + display: inline-block; + margin: 0 15px; +} +.footer-bottom ul li a { + color: #12e9cc; + text-decoration: none; + font-size: 0.95rem; +} +.footer-bottom ul li a:hover { + text-decoration: underline; +} - @media (max-width:600px) { - .contributor-footer-link{ - grid-template-columns: repeat(2 ,1fr); +/* Responsive Adjustments */ +@media (max-width: 768px) { + .footer-links { + flex-direction: column; + align-items: center; } - } \ No newline at end of file + .footer-column { + flex-basis: 100%; + text-align: center; + } +} diff --git a/contributor/contributor.html b/contributor/contributor.html index 9406f0a..ab82a7c 100644 --- a/contributor/contributor.html +++ b/contributor/contributor.html @@ -59,61 +59,98 @@

Meet Our Contributors

-
-

Ready to Make an Impact?

-

Join our community and help shape the future with us at Ticket Booking platform.

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