From 2d32a58baa13cce5e84e6557e826dde79394a497 Mon Sep 17 00:00:00 2001 From: Dhrubaraj Pati Date: Thu, 5 Jun 2025 23:21:50 +0530 Subject: [PATCH 1/3] enhance: Learn more Button and smooth hover effect --- pages/events.html | 12 ++++++------ styles/events.css | 48 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/pages/events.html b/pages/events.html index e9895316..dda6a1b1 100644 --- a/pages/events.html +++ b/pages/events.html @@ -76,14 +76,14 @@

Events Timeline

allowfullscreen> -

GitHub Profile Review Live Session

+

GitHub Profile Review Live Session : 1

Date: 18 Jul 2024

Session Highlights: 🔍 Live GitHub Profile Reviews: Get feedback on your GitHub profile. 💡 Tips to Enhance Your GitHub: Learn valuable tips and tricks to make your profile stand out.

- Learn More + Learn More
@@ -95,12 +95,12 @@

GitHub Profile Review Live Session

-

GitHub Profile Review Live Session : #2

+

GitHub Profile Review Live Session : 2

Date: 21 Jul 2024

Session Highlights: 🔍 Live GitHub Profile Reviews: Get feedback on your GitHub profile. 💡 Tips to Enhance Your GitHub: Learn valuable tips and tricks to make your profile stand out.

- Learn More + Learn More
@@ -113,12 +113,12 @@

GitHub Profile Review Live Session : #2

-

GitHub Profile Review Live Session : #3

+

GitHub Profile Review Live Session : 3

Date: 7 Aug 2024

Session Highlights: 🔍 Live GitHub Profile Reviews: Get feedback on your GitHub profile. 💡 Tips to Enhance Your GitHub: Learn valuable tips and tricks to make your profile stand out.

- Learn More + Learn More
diff --git a/styles/events.css b/styles/events.css index 240aeef6..93ee278a 100644 --- a/styles/events.css +++ b/styles/events.css @@ -60,7 +60,7 @@ padding: 20px 30px; background-color: #fff; position: relative; - border-radius: 6px; + border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } @@ -105,17 +105,43 @@ } .event-link { - display: inline-block; - background-color: #333; - color: #fff; - padding: 8px 15px; - border-radius: 4px; + background-color: #ffffff; + color: #1d1c1c; + padding: 12px 28px; + border: none; + border-radius: 100px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-decoration: none; - transition: background-color 0.3s; + display: inline-block; + position: relative; + overflow: hidden; + z-index: 1; +} + +.event-link::before { + content: ""; + position: absolute; + top: 0; + left: -100%; + width: 100%; + height: 100%; + background: linear-gradient(120deg, #ff416c, #ff4b2b); + transition: all 0.3s ease; + z-index: -1; + border: none; +} + +.event-link:hover::before { + left: 0; } .event-link:hover { - background-color: #555; + color: #ffffff; + transform: scale(1.05); } /* Dark mode styles */ @@ -150,12 +176,12 @@ body.dark-mode .event-date { } body.dark-mode .event-link { - background-color: #f0f0f0; - color: #333; + background-color: #e7e9eb; + color: #201f1f; } body.dark-mode .event-link:hover { - background-color: #ccc; + background-color: #ffffff; } body.dark-mode .navbar-text { From 40ff7d0315e5a884e133d1cf633bf043bafe427c Mon Sep 17 00:00:00 2001 From: Dhrubaraj Pati Date: Sun, 8 Jun 2025 20:05:29 +0530 Subject: [PATCH 2/3] improve: hover effects on the social media icons in the footer section issue: #1387 Co-Authored-By: Sanjay Viswanathan --- pages/compare.html | 236 +++++++++++++++++++++++---------------------- pages/events.html | 103 ++++++++++---------- pages/faq.html | 128 ++++++++++-------------- styles/faq.css | 20 ++-- 4 files changed, 234 insertions(+), 253 deletions(-) diff --git a/pages/compare.html b/pages/compare.html index bde3a92b..fc971790 100644 --- a/pages/compare.html +++ b/pages/compare.html @@ -280,7 +280,7 @@ .footer-description { flex: 1 1 300px; - max-width: 300px; + max-width: 450px; margin-right: 30px; } @@ -567,125 +567,127 @@

Contributor Comparison

- - + diff --git a/pages/events.html b/pages/events.html index dda6a1b1..ac482615 100644 --- a/pages/events.html +++ b/pages/events.html @@ -135,13 +135,30 @@

GitHub Profile Review Live Session : 3

- + + + +

© 2024 Recode-Hive. Made with 🖤 by the + community. All rights reserved. +

+