Open Ayush307K opened 2 months ago
Respected Project Maintainers,
I’ve submitted a pull request that updates the social media links to open in a new tab. If you could please review the changes, I'd appreciate any feedback. If there’s anything that needs to be adjusted or if you have any suggestions for improvement, please let me know!
Thanks for your time!
Resolves #47
Description: This pull request updates the social media links in the footer section of the website to ensure that they open in a new tab when clicked. Specifically, the following changes were made:
Twitter Link: Added target="_blank" and rel="noopener noreferrer" to ensure the link opens in a new tab securely. YouTube Link: Applied the same target="_blank" and rel="noopener noreferrer" attributes for secure opening in a new tab. GitHub Link: Updated with target="_blank" and rel="noopener noreferrer" for consistency and security. These changes enhance user experience by allowing users to access external social media sites without navigating away from the current website.
Testing:
Verified that all links open in a new tab. Ensured that rel="noopener noreferrer" is included for security purposes. Additional Notes:
This update only affects the front-end and does not require any back-end changes. Please review the changes to ensure they align with the project's style and standards.