Fix: Add email and phone links to the footer #948
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description:
This PR addresses issue #947 by adding missing clickable email and phone number links in the footer. The changes involve the following:
mailto:
link for the email address (e.g.,[email protected]
).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:
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:
andtel:
links in the footer section.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:
Please review the changes, and let me know if any adjustments are needed.