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

Emir Sezerβ€’ 180

@Emir-Sezer

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


Hello, Frontend Mentor community. This is my solution to the new page challenge.

Hope It Helps You πŸ˜ƒ

Happy Coding.πŸŽ„πŸŽ‰πŸŽ

Community feedback

@VCarames

Posted

Hey there! πŸ‘‹ Here are some suggestions to help improve your code:

  • For the profile images alt tag description, it should never* ❌ include the following keywords; β€œimage”, β€œphoto”., β€œpicture” and any variation of them.
  • β€œVerified Buyer” are not headings, they should be wrapped in a paragraph element.
  • For the testimonials, it is best βœ… to to wrap each individual testimonial component in a figure element, the individuals information should be wrapped in a figcaption element and lastly, the testimonial itself should be wrapped in a blockquote element.

Code:

<figure>
   <blockquote></blockquote>
   <figcaption></figcaption>
</figure>

More Info:πŸ“š

MDN Figure Element

  • Implement a Mobile First approach πŸ“± > πŸ–₯ Mobile devices are now the dominant πŸ‘‘way in which people browse the web, it is critical that your website/content looks presentable on all mobile devices.

More Info: πŸ“š

Mobile First

  • For improved accessibility πŸ“ˆ for your content, it is best practice to use em for media-queries. Using these unit gives users the ability to scale elements up and down, relative to a set value.

If you have any questions or need further clarification, feel free to reach out to me.

Happy Coding! πŸŽ„πŸŽ

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