Asking for feedback on Tribute Page project

My first webpage.

I passed all the tests, but I know that only means so much. My design skills could use some work, I appreciate any feedback.

Thank you.

Your page looks good @cherylm. 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.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Don’t use <br> to force spacing or line breaks. That’s what CSS if for.
  • Review the lesson about giving meaningful text to links.

@Roma

Appreciate your feedback. I think I submitted a copy without the test script by accident.

I will make revisions :slight_smile:

@cherylm, if you make your changes within the same pen and save that pen then you don’t have to resubmit.
If you create a new pen to make the changes then you’ll have to resubmit.

1 Like