Social Links Profile, Semantic HTML, CSS Variables

Solution retrospective
The challenge was pretty straightforward, there was nothing to note here.
What challenges did you encounter, and how did you overcome them?The challenge was pretty straightforward, there was nothing to note here.
What specific areas of your project would you like help with?Maybe some accessibility advices.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@DarkstarXDD
- You will need to let screen reader users know that the links are going to be opened on new tabs. A good way of doing that is by including a visually-hidden/sr-only text like "opens in a new tab" right after the text in the
<a>
tag. It would look like this.
<a> Github <span class="visually-hidden">open in a new tab</span> </a>
- If you are not familiar with visually-hidden here is a good read
Marked as helpful - You will need to let screen reader users know that the links are going to be opened on new tabs. A good way of doing that is by including a visually-hidden/sr-only text like "opens in a new tab" right after the text in the
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord