Submitted over 2 years ago
Landing page made with HTML, SCSS, and a little bit of JavaScript
@liquidwater0
Design comparison
SolutionDesign
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey! It looks great!... Here are some suggestions:
Document should have one main landmark
, Contain the main content with<main>
.
<main> <section class="call-to-action flex"> //... </section class="about"> <section class="stay-productive"> //... </section> <section class="testimonials"> //... </section> <section class="get-early-access"> //... </section> </main>
Heading levels should only increase by one
, Make sure you are using the headings in order...Ordered headings
make it easier to navigate and understand when using assistive technologies.
Hope this help!
Your code is so clean... Keep coding👍
Marked as helpful0@liquidwater0Posted over 2 years ago@Bayoumi-dev I went and fixed all of it. No more HTML issues or validation errors.
0 - @newwohhPosted over 2 years ago
hi its a nice code!
are u a developer?, can you tell me how much time you took for this challenge?
0@liquidwater0Posted over 2 years ago@newwohh I'm not a professional developer. Like I don't have a real job for this or anything. I just do this stuff for fun as of right now. I can't tell you exactly how long it took, but I think about 2 days? I could have done it in about 8 hours, but I started working on it a bit late in the day.
1
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