Submitted almost 2 years ago
Huddle Full Landing Page using Tailwind CSS
@dairon-canel
Design comparison
SolutionDesign
Solution retrospective
My first junior challenge, any feedback is welcome, will help me a lot :)
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
For the recommendations, I’ll only focusing on the
footer
section:- The company information should be wrapped in an
address
element.
More Info:📚
- The icons in the company info **serve no purpose*8 than to be decorative. - Their
alt tag
should left blank and have anaria-hidden=“true”
to hides it from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
- The company info, the links and social media icons should all be wrapped in an
anchor
element, since they are meant to be interactive
More Info:📚
- The links should be wrapped inside a
nav
and be created using anunordered list
element along with thelist item
element
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
Marked as helpful1 - The company information should be wrapped in an
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