Design comparison
Solution retrospective
Finished it with 0 help of Google!
What challenges did you encounter, and how did you overcome them?I haven't faced any difficulties this time.
But, I'm not really confident about the validity and accessibility of my code.
What specific areas of your project would you like help with?I would like to learn more about accessibility of website and how to improve it.
Community feedback
- @justinconnellPosted 8 months ago
Great job on the solution! overall it looks great and all the required functionality has been implemented.
Since you asked for feedback on accessibility, an improvement that can be made is to change
alt="avatar-jessica"
to
alt="Jessica Randall's avatar"
The reason for this is because screen readers read out the
alt
content to people who depend on them to describe the content of the page andJesica Randall's avatar
sounds better thanavatar-jessica
(imagine robot voice reading this to you)I hope you find this comment helpful.
Keep on coding!
J
Marked as helpful1@Code-BeakerPosted 7 months agoHi @justinconnell! Thank you for the late reply.
Thank you for reviewing my solution and commenting. I think I accidentally typed it my editor's autocompletion 😅 I will change it as soon as possible to improve my website.
Happy coding! 🎉
1
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