Kindly review my Tribute page project

Hello Devs, this is my very first official project. Your review, feedback and comments would be highly appreciated. Here you go https://codepen.io/Musty1k/pen/oNvLeOP

1 Like

Nice work! What you have done with the main image is great, it’s a really subtle transition and it works really well

1 Like

Thank you for checking it out.

Hi @Mustycodes, your page looks really good. Just a couple of things;

  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • Something in HTML you can clean up
  • keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 9/10 user stories.

As an aside;

  • codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
1 Like

Woooooooahhh!!! Honestly this is the best assistance i have received on this forum till date.
I had no idea i was supposed to fork anything. I totally overlooked it. I always thought “There should be a way to check if i’m fulfilling the user stories” I totally had no idea it existed all along. Thank you very much for the review, words can’t explain the extent of my gratitude.
PS: I have implemented every correction you itemized. Gracias!!!

1 Like