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

Fix: Add email and phone links to the footer #948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akshay0611
Copy link

PR Description:

This PR addresses issue #947 by adding missing clickable email and phone number links in the footer. The changes involve the following:

  • Email: Added a mailto: link for the email address (e.g., [email protected]).
  • Phone: Added a tel: link for the phone number (e.g., 082723 67238).

Additionally, I have made the following updates across multiple files to ensure these links appear correctly and are styled as intended:

Modified Files:

  1. HTML Files:

    • index.html
    • src/blog.html
    • src/cart.html
    • src/contact.html
    • src/contributors.html
    • src/shop.html
    • src/transaction.html
    • src/vegetables.html
    • src/wishlist.html

    These files have been updated to include the new clickable mailto: and tel: links in the footer section.

  2. CSS File:

    • assets/css/Footer-new.css

    I made changes to this CSS file to override the default styles, ensuring that the email and phone links do not display in the default blue color. This prevents the links from appearing as standard hyperlinks and ensures they are styled consistently with the rest of the footer.


Summary of Changes:

  • Added clickable email and phone links in the footer across multiple pages.
  • Updated Footer-new.css to ensure the links are styled correctly and don’t appear blue.
  • Ensured consistent footer design across different pages by updating the relevant HTML and CSS files.

Please review the changes, and let me know if any adjustments are needed.

Copy link

vercel bot commented Nov 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
krishiconnect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2024 6:35am

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @akshay0611! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

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