Responsive social links profile using flexbox

Solution retrospective
I am proud of my efforts to improve accessibility. I used aria-label attributes to enhance the experience for visually impaired users. I ensured that screen readers would inform users when a link opens in a new browser tab, without adding redundant visible text that could clutter the interface for sighted users.
If I were to approach this project again, I would explore additional accessibility features.
What specific areas of your project would you like help with?- Please comment on the semantic html structure I used.
- Please suggest accessibility features I should explore.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Alex-Archer-I
Hey!
You did quite good work with semantic and accessibility!
The only things that could be improved in semantic - is a list of the links. I mean you can put links inside
ul
andli
elements. Also thearia-label
attributes aren't necessary here - the screen reader can read the text inside the link.I wonder, what the purpose of the
rel
attribute in the links? Never have seen them before =)Marked as helpful
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