Responsive Landing Page Built with HTML , CSS(Grid layout) , JS
Design comparison
Solution retrospective
Took me longer than expected , but still pull through π, having some regrets one is that a landing page is taking soo much lines of code π
To anyone attempting this challenge the hero image position is going give you tough time than the layout π£
Make sure to check my code out if you need help on it, and don't fail to reach out. Always happy to helpπ
Give a Heart β₯ if you like my solution.
With this am now able to setup my talent profile, thumbs π up to me.
Don't forget everyone , its not a competition to who finish frontend mentor challenges first, what matters is what was GAINED when building them ππ
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there π. Congratulations on successfully completing the challenge! π
- I have other recommendations regarding your code that I believe will be of great interest to you.
ANCHOR ELEMENT π΄:
- The
<a>
elements lacksaria-label
attribute which is way more important for social links in an<a>
tag can help provide more context to users with visual impairments who use assistive technologies such as screen readers to access your website.
- When a screen reader encounters an anchor tag with a social link, it may announce the link's text content, such as "Facebook" or "Twitter," by including an
aria-label
attribute that points to a nearby element containing a description of the link's purpose, you can provide more context and clarity to the user.
- By providing this additional information, you can help users with visual impairments to better understand the purpose and value of social links, and encourage them to engage with your content. This can ultimately improve the user experience on your website, and make it more accessible and inclusive for all users.
- Example:
<a href="#" aria-label="Facebook profile of Easybank"> <img src="./images/icon-facebook.svg" alt="Facebook icon"> </a>
- If you have any questions or need further clarification, you can always check out
my submission
for another challenge and/or feel free to reach out to me.
.
I hope you find this helpful π Above all, the solution you submitted is great !
Happy coding!
1@iamRed-OnePosted over 1 year ago@0xAbdulKhalid thanks so much
I understand what you wrote for me, even the validation is telling me the exact same thing.
I will put what you said into practice Thanks again
Pls Can I get your LinkedIn profile or your whatsapp number so I can reach out when I need help ( sorry for giving you more work)
0@0xabdulkhaliqPosted over 1 year agoPersonally sharing Whatsapp is not a good practice @AmbaliOladele.
But you can connect with me on
LinkedIn
0@iamRed-OnePosted over 1 year ago@0xAbdulKhalid understood sir, just reached out thank you
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