Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add hover effect to footer and navbar links, closes #307 #308

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jeevansm25
Copy link

Closes #

Description:
Implemented a hover effect for footer and navbar links as per issue #307. Links now change color to #19c6c7 and scale slightly on hover, providing visual feedback to users. Also added focus styles for accessibility.

Changes:

  • Updated Footer.tsx to apply hover effects using event handlers.
  • Added scale transform (scale(1.05) for text links, scale(1.2) for icons) to footer links.
  • Fixed the "Join" button in the footer to match the Navbar's "Learn" button style.

Extra Changes:

  • Updated Navbar.tsx to apply consistent hover effects (teal color, scale) to all interactive elements.
  • Used single quotes to comply with linting rules.

Closes:
#307

@Jeevansm25 Jeevansm25 requested a review from a team as a code owner March 21, 2025 09:08
Copy link

netlify bot commented Mar 21, 2025

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit bdc591e
🔍 Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/67ddb5f51f8abd000884681d
😎 Deploy Preview https://deploy-preview-308--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Jeevansm25 Jeevansm25 force-pushed the feature/footer-hover-effect branch 2 times, most recently from 55b0a63 to 47c13a7 Compare March 21, 2025 18:46
@Jeevansm25 Jeevansm25 force-pushed the feature/footer-hover-effect branch from 47c13a7 to bdc591e Compare March 21, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant