Design comparison
SolutionDesign
Solution retrospective
Feedback please! : ) How can I improve on this?
Community feedback
- @benjoquilarioPosted about 3 years ago
Hey @cheepmanzee.
Great job on finishing this one. Everything looks good and response rather well.
Some suggestion:
- The website logo should have
alt="ping homepage
as a value or any name you want. Avoid using words like "logo, image, icon.." as the value for alt attribute. - On accessibility links must have discernible text. You must add the
aria-label
on your social icon. ex:<a href="#" aria-label="go to facebook or visit us on facebook"
. - You must add the
e.preventDefault()
on your form to prevent the page from refreshing.
Keep coding and Good luck.
Marked as helpful1 - The website logo should have
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