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

Social Proof Section Solution [Plain HTML + CSS, Flexbox and Grid]

@faruqAbdulHakim

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any feedback or suggestions on this solution are welcome. 😉

Community feedback

@petritnuredini

Posted

First off, congratulations on completing your project, Faruq! Your HTML and CSS skills are clearly demonstrated in this Social Proof Section. Here are some suggestions to further improve your work:

  1. HTML Structure and Semantics:

    • Use more semantic HTML tags. For instance, replace <div> tags with <article>, <section>, or <aside> where appropriate for better readability and SEO.
    • Avoid using <div> for every element. Use <header>, <footer>, <nav>, etc., where applicable.
  2. CSS Improvements:

    • Consistent Naming Convention: Stick to a consistent naming convention for CSS classes to enhance readability. For example, choose between kebab-case (rating-container) and camelCase (commentContainer) and use it consistently.
  3. Responsive Design:

    • Implement responsive design using media queries to ensure your website looks good on all devices. You've done some of this, but ensure all elements scale well.
  4. Accessibility:

    • Alt Attributes: Good job using alt attributes in images. Make sure they are descriptive.
  5. Performance:

    • Optimize Images: Ensure images are optimized for the web to improve loading times.
  6. Code Organization:

    • Consider separating CSS into different files (modular CSS) for each component for better maintainability.
  7. Further Learning Resources:

Keep up the fantastic work! Your dedication is evident, and every project you complete is a step towards mastery. Excited to see your future projects!

Marked as helpful

1

@KorneyChervonenko

Posted

You remembered me about "flex-wrap: wrap". I should use it in next challenge. Thanks

0

@faruqAbdulHakim

Posted

@KorneyChervonenko No problem, Keep the spirit!! 💫

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