Design comparison
SolutionDesign
Solution retrospective
Any suggestions are welcome!
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- For the profile images
alt tag
description, it should never* include the following keywords; “image”, “photo”., “picture” and any variation of them.
- Your "share button" needs to be created using the button element to make it accessible by keyboard.
- The arrow icon is purely decorative, so its
alt tag
should be empty and have aaria-hidden=“true”
to hide it from assistive technology.
- The social media icons, when clicked, should direct users to the sites social media page. To do this, they need to be wrapped in a
anchor tag
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🍂🦃
0 - For the profile images
Please log in to post a comment
Log in with GitHubJoin 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