Design comparison
SolutionDesign
Solution retrospective
Here it is ! My first attempt to JS on FEM ! Hope you'll like it ! First time I code an accordion effect, by the way.
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @FlorianJourde ππ»
I have a small suggestion to make the project more accessible.
- These two images, should have
aria-hidden="true"
, because they're for decorative purposes. So like this:
<img class="illustration-box" aria-hidden="true" src="images/illustration-box-desktop.svg" style="transform: translateX(0px);"> <img class="illustration" aria-hidden="true" src="images/illustration-woman-online-desktop.svg">
I hope this was helpful π¨π»βπ» really nice touch on the animations, it was cool to play with. Cheers πΎ
0 - These two images, should have
- @fidellimPosted about 3 years ago
Hi @FlorianJourde,
Great job finishing the project! It looks great on desktop and mobile devices.
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