Tribute Page : First Project

Hello everyone!

I just completed my first project . I would love to see your thoughts on my project.

Link to the project: tribute-page

2 Likes

Your tribute page looks good! :+1:

Thanks for your words @najme .

Like the look of the page and the timeline is nicely done! Code was easy to follow as well.
Great work :clap:

Your Tribute page is really good, it is responsive , welldone.

Thanks for your kind words @MazontheMoon.

Thanks a lot @Mephistophelos.

Welcome to the forums @shashiirk. Your page looks good. 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>).
    • The test script should be included, with all tests passing, when you submit your projects.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • Review the lesson about giving meaningful text to links.
1 Like

Thanks @Roma. I would definitely look in the things you mentioned.