Tribute page project- Responsive web design

Hey Yall! Just finished my first project for my responsive web design cert.

I would love to hear yalls feedback.
https://codepen.io/th3r3i5n0sp00n/pen/PobREMY

1 Like

Awesome job!! You’re off and running. Keep it up!!

Your page looks good @Th3r3i5n05p00n. 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.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address. (In addtion to the syntax error and obsolete attribute keep all your styling external. Do not use in-line styles)
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • 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.
    • here” is not accessible

I think it looks great! Thanks for sharing.