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 using html and css only

AbdulRhman 270

@Abdo-al-R

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 this is my solution for this challenge , any suggestions ?

Community feedback

@VCarames

Posted

Hey there! 👋 Here are some suggestions to help improve your code:

  • The aside is not needed ❌ for this challenge and being used incorrectly.
  • For the profile images alt tag description, it should never* ❌ include the following keywords; “image”, “photo”., “picture” and any variation of them.
  • 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. Making it critical that your website/content looks perfect on all mobile devices.

More Info: 📚

Mobile First

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

Happy Coding! 🎆🎊🪅

Marked as helpful

1

AbdulRhman 270

@Abdo-al-R

Posted

@vcarames thanks alot that was helpful

1
Nikola D 1,450

@NikolaD93

Posted

Hello my friend! 👋

Congrats for completing the challenge! Everything looks great and the code is clean, just keep up with the good work! 🙌

Hope this was helpful for you!

Happy holidays! 🎉✌

Marked as helpful

1

AbdulRhman 270

@Abdo-al-R

Posted

@Nikola1232456 thank you very much my friend

1
Nikola D 1,450

@NikolaD93

Posted

@Abdo-al-R welcome 🙏

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