@ApplePieGiraffe
Posted
Hello there, Adriano! π
Excellent work on this challenge! π You've paid great attention to detail and your solution is clean and responsive! π
I love that you also wrote a great, informative README. π
Small tipβyou don't need to add aria-hidden="true"
to images that have no or an empty alt
text, since that will already cause them to be ignored by screen readers. π
And you may want to disable the default behavior of the form that collects the user's email in the hero section of the home page, since the submit button inside of it currently refreshes the page when clicked (skipping any validation on the form).
Keep coding, my friend (and happy coding, too)! π
Marked as helpful