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

Huddle-landing-page-with-alternating-feature

@genos-ux


Design comparison


SolutionDesign

Community feedback

@VCarames

Posted

Hey @genos-ux, The website does not feel like it is complete, you want to redo it.

Some suggestions to get you started:

  • Implement a Mobile First approach 📱 > 🖥

With mobile devices being the predominant way that people view websites/content. It is more crucial than ever to ensure that your website/content looks presentable on all mobile devices. To achieve this, you start building your website/content for smaller screen first and then adjust your content for larger screens.

  • To give you HTML code structure, you want to set up your code in the following manner (only did parent containers):
<body>
   <header>
        <nav></nav>
        <section class="hero-section"></section>
   </header>
   <main>
        <section class="grow-together"></section>
        <section class="flowing-conversations"></section>
        <section class="your-users"></section>
        <section class="ready-to-build"></section>
   </main>
   <footer></footer>
</body>

  • The Alt Tag description in the logo needs to be improved upon. The logo is arguably the most important image in you page. So the description should state the company name and what it is.

  • Your "buttons" were created with the incorrect element. When the user clicks on the button they should directed to a different part of you site. The Anchor Tag will achieve this.

Happy Coding! 👻🎃

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