Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Any suggestions regarding anything is welcomed
Community feedback
- @haquanqPosted 3 months ago
Yo hi there @Ridwan10000,
Here is my feedback:
- You are using headings wrong here, a page must have only one
h1
. The first section withh1
make sense but other section should start fromh2
instead (based on the flow of content - not visual of the content). - The sign-up button should use link element (
a
but styled like a button) because most of the time these call to action buttons will redirect user to a new page with sign-up form. - As i could remember in the last section, below the
Why Us
title there are an unordered list of text which explain every single point of why user should choose the service which the page is offering, you should useul, li
to properly list it.
Have a nice day and happy coding!!
Marked as helpful0@Ridwan10000Posted 3 months ago@haquanq Thanks. I haven't noticed the why us portion. Maybe It was table. I will fix it in no time. Thanks for feedback.
0 - You are using headings wrong here, a page must have only one
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