Design comparison
SolutionDesign
Solution retrospective
I have completed this as my 7th challenge in Frontend Mentors. I am glad to accept any feedback and suggestions regarding the accessibility and the techniques that I have used to develop the webpage.
Advance thanks for any comments 🫡.
Community feedback
- @AGutierrezRPosted 10 months ago
Hello there @madhavan-ts 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Jules Wyvern"
or you could leave it emptyalt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
1 - The icons/illustration images are decorative, so their alt text must be empty:
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