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, SASS, JS

#sass/scss
Shawky Khalilโ€ข 100

@ccna35

Desktop design screenshot for the Manage landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


I couldn't manage to do the features part the way it should, any suggestions?!

Community feedback

Benjo Quilarioโ€ข 1,810

@benjoquilario

Posted

Hello, Shawky! ๐Ÿ‘‹

Congrats on finishing another challenge! ๐ŸŽ‰ Your solution looks very good and also responds well.

If you are having problems in the features section you can check my work here the link

Here some suggestion:

  • All page content should be contained by landmarks. It will better if the structure of your html page is like this
<header>
  <nav></nav>
</header>
<main>
<section>
</main>
<footer></header>

_ You need to add the navigation link. Because this element is going to transfer user somewhere. <li><a>tag here</li> and also best practices.

On Footer

  • Instead of using <img> elements to wrapping your social container you should use anchor element <a> because this element is going to transfer user somewhere. Eg: <a href="#">Social icon here </a>

Aside from those everything looks good to me. Keep coding and happy coding too!

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