Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Landing Page using HTML, CSS and JS

@Suraj1333

Desktop design screenshot for the Insure landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I have added a bit animations to the webpage and I have used JS for the mobile navigation toggle.

Any feedback would be appreciated!

Happy Coding!

Community feedback

P
tediko 6,680

@tediko

Posted

Hello, Suraj! 👋

Good job on this challenge! Your solution responds well and looks nice. Kuds for animations you add. Some tips from me:

  • Since your .logo and others images are decorative your alt text should be provided empty (alt="") so that they can be ignored by assistive technologies, such as screen readers.
  • Add :focus pseudo class to interactive elements like anchors, buttons etc. Use outline property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default :focus pseudo class with outline property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles.
  • Your footer social icons are lacking anchor tags.

Good luck with that, have fun coding! 💪

1

@Suraj1333

Posted

@tediko Thank you for the feedback. What you shared with me will help me to improve my coding skills and the way I do it. Have learnt a lot!

Thank you!

Happy coding!!

0
P
Patrick 14,285

@palgramming

Posted

The animation interesting the only thing I see is that at mobile 375px wide you might want to work on your positioning of some of those elements they do not seem quite aligned where they should be

1

@Suraj1333

Posted

@palgramming Thanks for the feedback!!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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