Sharing my very first Tribute Page Project

I just wanted to share my tribute page project and any feedback is always appreciated.

https://codepen.io/iicestudio/full/WNpvpKJ

1 Like

Hi @iicestudio Your page looks good but it is not passing all the user stories

Screenshot (133)

To see it your self include this part of code at the top of your html.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Screenshot (134)

Once you have done this part click on user stories bar then you will see it in detail

Screenshot (133)_LI

@anon38330656 Thank you. It’s fixed

Glad you resolved it :grinning:

Your page looks good @iicestudio. 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.
  • 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). Keep selectors together to ease maintenance.
    • (The one for HTML misses things which is why I recommend W3C)
  • Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
    • Nikola Tesla” is not accessible

Thanks. I will read the materials you have provided

1 Like

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