Responsive Landing Page using CSS Flexbox

Solution retrospective
Hello! This was my first frontend mentor challange and I enjoyed it. Thank you frontend mentor for the challange.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
- the hamburger is an interactive element , by using a div to substitute the button - you need to apply the mechanism that allow assistive technology to identify it as a button.
- using more than one
h1
element per site is considered not best practice even though it does not cause errors but rather it is not beneficial to screen reader users - in the footer "about , projects, services" are good candidates of an unordered list - just to provide extra valuable information to assistive tech users of how many elements are in the list and current position when tabbing. I would do the same to the social icons as well.
- the footer social icons are supposed to be interactive as well, since they are supposed to be taking you to external pages
Marked as helpful
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