Design comparison
SolutionDesign
Solution retrospective
Please, I'd love to get constructive criticism on thisππ¬. Kindly point out any errors or areas that I might need to work on and feel free to suggest ways I can improve. Thank youβ¨β¨
Community feedback
- @vanzasetiaPosted over 2 years ago
Hello, Abanum! π
Congratulations on completing this challenge! π Good effort on this challenge! π
I have a few suggestions for this solution.
- Remove the
<h1 class="sr-only">hide</h1>
. What is the reason of adding it? - Alternative text for images should not contain any words that are related to image (e.g. picture, photo, logo, icon, graphic, avatar, etc). The semantic meaning of the
img
element is already good enough. - Move the
lower-main-section
inside to themain
element. It's important for all page content to live inside the corresponding landmark element. hidden
attribute makes thelabel
invisible to all users (including the users of assistive technologies). This is a good situation to usesr-only
styling instead.- Always specify the
type
of thebutton
. It's going to prevent the button from behaving unexpectedly. - The alternative text for the social media icons is all the same.
I hope this helps!
Marked as helpful1@CodeyenumPosted over 2 years ago@vanzasetia thank you so much for your response, itβs really insightful and enlightening. Iβll go review it all now and try to apply your suggestions.
0@vanzasetiaPosted over 2 years ago@Codeyenum You're welcome! π
Let me know if you have any questions. π
0 - Remove the
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