Design comparison
Solution retrospective
I loved the images and the style guides that frontendmentor provided. That makes my progress very smooth.
What challenges did you encounter, and how did you overcome them?Once i finished the project, the first idea comes into my mind was to add social media icons, but i changed my mind and i replaced a better hover animation.
What specific areas of your project would you like help with?Once i finished the project i deleted all pre-installed fonts, assets and all un-wanted things, so i would like to know if that was a mistake!
Community feedback
- @wotanutPosted 2 months ago
First off, excellent job, your site and animations look amazing.
Deleting unused assets and fonts is absolutely valid. If they're not going to be used by the browser, why keep them?
Social media icons would be an excellent idea however your hover animation is already amazing, don't let the enemy be the perfection of good.
<img src="./assets/images/avatar-jessica.jpeg" alt="">
Try to always inhclude alt's for every picture you include. Sometimes images won't load and then users will be staring at nothing, not knowing what the image should show.
For your links, you've written a lot of CSS code, it could've been achieved using the same effects using a grid/flexbox. For example:
.media { display: grid; grid-auto-columns: 1fr; gap: 20px; width: 100%; }
Would have achieved mostly the same thing
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