Tribute-page feedback

Returning back to FCC after a long time away without using HTML, CSS etc. I’d appreciate any feedback on my tribute page. Here’s the link:

Welcome back @bdward42. 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, with all tests passing, should be included when you submit your projects.
    Your page passes 7/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
  • Change the ampersand to the HTML entity to be compliant with the reserved characters standard.

Thanks so much, @Roma. That was a new feature I did not know about. I’ve used the test script, made changes and my page now passes all 10 stories. Here’s the version with the test script: https://codepen.io/bdward42/pen/gOGvprx

1 Like

Good job @bdward42. Glad to help.

Make sure you revisit the last two bullet points I mentioned also.

Thanks for the reminder. Over-excitement at passing the tests made me forget about the rest. It should all be addressed now.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.