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

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @petritnuredini
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:
-
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.
- Consider using responsive images with
-
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.
-
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 -
- @theYuun
A lot less white space appears in your version than in the reference image, which is ultimately for the better :)
Marked as helpful
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