Design comparison
Solution retrospective
Hello this is my solution for this challenge , any suggestions ?
Community feedback
- @VCaramesPosted almost 2 years ago
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 afigcaption
element and lastly, the testimonial itself should be wrapped in ablockquote
element.
Code:
<figure> <blockquote></blockquote> <figcaption></figcaption> </figure>
More Info:📚
- 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: 📚
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎆🎊🪅
Marked as helpful1 - The
- @NikolaD93Posted almost 2 years ago
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 helpful1
Please log in to post a comment
Log in with GitHubJoin 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