Submitted over 2 years ago
https://github.com/Rajeevjewar/social-prooof
@beRajeevKumar
Design comparison
SolutionDesign
Community feedback
- @beRajeevKumarPosted over 2 years ago
ThankYou Sir, I will definitely works on my mistakes that you catch in my project , and works on all suggestions that you suggest me to improving my webD skills, And yea, keep practicing the coding 🤪.
0 - @Bayoumi-devPosted over 2 years ago
Hey! Here are some suggestions:
Document should have one main landmark
, Contain the component with<main>
.
<main class="main-container"> <div class="container"> //... </div> </main>
-
Heading levels should only increase by one
, Useh2
instead ofh3
... Always make sure you are using the headings in order...Ordered headings
make it easier to navigate and understand when using assistive technologies. -
All page content should be contained by landmarks
, Contain the attribution with<footer>
.
<footer> <div class="attribution"> //... </div> </footer>
- It would help if you worked on the responsive layout
Some Resources
Hope this help!... Keep coding👍
0
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