From now, new tab will be opened, when clicked on project. #319
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.
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.