Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Profile, Semantic HTML, CSS Variables

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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.

Community feedback

Darkstar 1,000

@DarkstarXDD

Posted

  • 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

0

P

@iddahadev

Posted

@DarkstarXDD Thank you so much for the feedback!

I just implemented it, thanks!

1

Please log in to post a comment

Log in with GitHub
Discord logo

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