Submitted almost 2 years ago
Huddle landing page with single introductory section solution
@NathanMartinez
Design comparison
SolutionDesign
Solution retrospective
Any suggestions or feedback is greatly appreciated!
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- You should use the company name as the
alt
attribute value. The word "logo" is not necessary and avoid using words such as "image", "photo", or "picture" as they are redundant because the image tag already conveys that information
-
Use the
aria-label
attribute to describe the purpose of links without text. This attribute provides a description of the link for screen reader users, ensuring that they understand the purpose of the link.e.g.:<a href="#" class="social-link" aria-label="Facebook"><svg ...></a>
I hope you find it useful! ๐
Happy coding!
0 - You should use the company name as 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