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

Responsive Huddle Landing Page with curved section, using flex and js

Raza Abbas 790

@RazaAbbas62

Desktop design screenshot for the Huddle landing page with curved sections coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi, just completed the huddle landing page with curved section, it first seems a much difficult to add curves but eas much easy,I have also added a little js for validating the email.

Your feedback is welcome.

thanks in advance:)

Happy coding

Community feedback

@petritnuredini

Posted

Congratulations on completing your Huddle landing page project! It's a significant achievement, and your code demonstrates a good understanding of HTML and CSS. Here are a few best practices recommendations for further improvement:

  1. Optimize Image Usage:

    • Consider using responsive images with srcset to load the right image size depending on the user's screen, reducing loading times on smaller devices. Learn more about responsive images here.
  2. CSS Organization:

    • Organize your CSS more efficiently. Group related properties and consider using a preprocessor like SASS for better maintainability. Also, avoid repetitive code by creating reusable classes. Learn about SASS here.
  3. JavaScript External File:

    • Move your JavaScript code into an external file. This keeps your HTML clean and makes the JavaScript easier to manage, especially as your project grows. Check out this guide for more on external scripts.

Keep up the great work! Remember, each project is a step forward in your development journey. Stay curious and keep learning. Your progress is impressive, and I'm excited to see what you'll build next! 🌟🚀

Marked as helpful

1

Raza Abbas 790

@RazaAbbas62

Posted

Thanks for reviewing my code and giving those suggestions.

Can you pls tell me more about srcset? @petritnuredini

0
Theunis 210

@theYuun

Posted

A lot less white space appears in your version than in the reference image, which is ultimately for the better :)

Marked as helpful

1

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