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

From now, new tab will be opened, when clicked on project. #319

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

Conversation

Sowmya-257
Copy link

Pull Request Title:
Enable Project Links to Open in a New Tab

Description:
This pull request introduces the feature that makes project links open in a new tab when clicked. Previously, the links opened in the same tab, but with this update, the links will open in a new browser tab (target="_blank") to improve user experience and facilitate easier navigation between the projects and the website.

Changes:
Updated the project links in the projects.jsx file to open in a new tab.
Ensured that the links maintain proper accessibility with the rel="noopener noreferrer" attribute for security reasons.
Reason for Change:
This update enhances the user experience by allowing users to stay on the AOSSIE website while exploring the project links in a new tab. It also ensures better security practices with the addition of rel="noopener noreferrer".

Testing:
Tested that the links open in a new tab.
Verified that the security attributes (noopener noreferrer) are applied correctly.

Copy link

vercel bot commented Jan 1, 2025

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

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 3:55pm

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