From 3ea250e26f29b19f50fe7c38242a4ea1a154dcdc Mon Sep 17 00:00:00 2001 From: urviagrawal1 Date: Tue, 5 Aug 2025 01:12:44 +0530 Subject: [PATCH 1/2] Update index.html with enhanced footer --- index.html | 121 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 74 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index 3c6328c..4eab793 100644 --- a/index.html +++ b/index.html @@ -198,57 +198,84 @@

Ready to Transform Your Club?

- + \ No newline at end of file From 03a878b6be493cf3885da85d2160a1a1b9dd614e Mon Sep 17 00:00:00 2001 From: urviagrawal1 Date: Wed, 20 Aug 2025 15:09:13 +0530 Subject: [PATCH 2/2] enhanced footer --- frontend/dashBoard/styles.css | 29 ++++++-- frontend/others/index.html | 122 ++++++++++++++++++++-------------- 2 files changed, 97 insertions(+), 54 deletions(-) diff --git a/frontend/dashBoard/styles.css b/frontend/dashBoard/styles.css index 2c59b3f..6bb1819 100644 --- a/frontend/dashBoard/styles.css +++ b/frontend/dashBoard/styles.css @@ -371,11 +371,11 @@ body { padding: 60px 0 20px; } -.footer-content { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); - gap: 2rem; - margin-bottom: 2rem; +.footer-columns { + display: grid; + grid-template-columns: repeat(4, 1fr); /* Always 4 columns */ + gap: 2rem; + margin-bottom: 2rem; } .footer-brand { @@ -423,6 +423,17 @@ body { color: #2563eb; } +.footer a { + color: #94a3b8; /* soft gray, matches your screenshot */ + text-decoration: none; /* remove underline */ + transition: color 0.3s ease; +} + +.footer a:hover { + color: #2563eb; /* blue on hover */ + text-decoration: none; /* keep underline disabled on hover too */ +} + .social-links { display: flex; gap: 1rem; @@ -447,6 +458,14 @@ body { transform: translateY(-2px); } +.social-links a i { + color: #94a3b8 !important; /* force all icons to use gray */ +} +.social-links a:hover i { + color: white !important; /* on hover make them white */ +} + + .footer-bottom { text-align: center; padding-top: 2rem; diff --git a/frontend/others/index.html b/frontend/others/index.html index 65b33b4..6574de9 100644 --- a/frontend/others/index.html +++ b/frontend/others/index.html @@ -6,7 +6,7 @@ ClubMate - Robonixx Club Management System - +
@@ -197,57 +197,81 @@

Ready to Transform Your Club?

- + + +