Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

mobile first -project-tracking-intro-component(HTML, CSS/ SASS and JS)

@benjoquilario

Desktop design screenshot for the Project tracking intro component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my 14th fem challenge. I got headache for positioning in this challenge but I really learn a lot. I add a simple animation in this project, I hope I got feedback and suggestion thanks in advance.

Community feedback

P
tediko 6,530

@tediko

Posted

Hello, Benjo Quilario! 👋

Congrats on finishing another challenge! 🎉 Your solution looks very good and also responds well. I really like the initial animation you added. Here's my few tips:

  • Change the alt attributes for the .hero__img, as it doesn't add any extra context for screen reader users. Since your image is decorative your alt text should be provided empty (alt="") so that they can be ignored by assistive technologies.
  • Add :focus pseudo class to interactive elements like anchors, buttons etc. Use outline property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default :focus pseudo class with outline property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles.
  • I noticed that you are using a static / picture for a menu. Maybe you could try to create an animated element instead? If you want to give it a shot I've published an article link on how to create a basic animated hamburger menu button for beginners.

Good luck with that, have fun coding! 💪

2

@benjoquilario

Posted

@tediko thanks you for the tips tediko 🔥🔥

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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