Responsive insure Landing page using NEXTJS, Styled-components, TS
Design comparison
Solution retrospective
Feel free to drop your feedback,
Thanks,
Happy Coding
Community feedback
- @FluffyKasPosted over 2 years ago
Heyo,
Your solution looks great! Responsiveness seems fine as well. I only noticed some smaller things you could perhaps double-check:
-
In mobile view, there's no gap between the first and second row of footer links. The titles of the second row is touching the first row's last links.
-
It would be nice if you wrapped your links (footer links, nav links and social icons as well) in <a> tags, so they're actual links.
-
Your hamburger menu button should be a <button> with aria-label and aria-expanded attributes added.
-
The images with the features section could use an aria-hidden.
Happy coding ^^
Marked as helpful0 -
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