Tribute Page and Survey form Projects

Please help review my Tribute Page and Survey form projects. Would appreciate your honest opinion.
Tribute Page: https://codepen.io/john_is_taken/pen/QXWpER
Survey form: https://codepen.io/john_is_taken/pen/BgaWoq

1 Like

i like the colors! on the tribute page. The inputs look nice. But i am bored with the radio buttons and checkboxes, maybe you can use a library like semantic ui to spice that up!

Thanks!! I’ll work on the radio buttons and check boxes

Hi @Johannes, your pages look good. A few things you may want to revisit.

  • leave the script link in when you fork the FCC sample so you can ensure you meet all the user stories. Your tribute page meets 7/10. Here’s the script if you need it;
    <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
  • codepen only expects the code you’d put between the <body> </body> tags. If you need to add anything to the <head> click on the Settings button and add it.
  • codepen provides validators for HTML, CSS and JS. Click on the arrow in each section and then click on the respective ‘Analyze’ link.
  • on your tribute page the picture is distorted on a large screen
  • on your survey form there’s an typo in your HTML. When I click on the label for ‘Tech Conference’ it selects (or deselects) ‘Online Articles’
  • change the cursor to a pointer when hovering over the Submit button