Yes, another tribute page

Hello!

I would like to share with the community my first project. It’s a simple tribute page for Jacob Collier, a musician I have recently discovered.

I would appreciate any feedback.

Thanks!

Welcome back @rien. Your page looks okay, some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • Your page passes 8/10 user stories.
    • The test script should be included, with all tests passing, when you submit your project.
  • When using codepen it 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 <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
  • Run your HTML code through the W3C validator.
    • There are errors you should clean up
  • An observation. There used to be a blink tag back in the 90’s. It was so annoying it’s now obsolete.
1 Like

Thank you for the feedback!

How would you suggest I improve the look of the page? (after removing the blinking effect)

1 Like