Submitted almost 3 years ago
Easybank landing page solution (with HTML, CSS, JAVASCRIPT)
@dzoni19
Design comparison
SolutionDesign
Solution retrospective
See what I did :D
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Nikola, really nicely made, I checked your design and its responsiveness. I haven't found anything that need to correct except report issues. In order to solve accessibility issue.
Just do 2 things as below:
-
Add alt text in below as you can see you left it empty in img tag
<a href="index.html" class="logo"><img src="images/logo.svg" alt=""></a>
-
Add
aria-label="main page referrer"
in anchor tag `<a href="index.html" class="logo"></a>
Overall Good work.
Best Wishes
Marked as helpful0 -
- @dzoni19Posted almost 3 years ago
Thanks, Aakash for your feedback and time, means a lot to me.
Best regards
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