Tribute page: Ada Lovelace & a survey form FEEDBACK PLEASE

This is my project submissions for the tribute and form projects. Please let me know what to improve on and or any problems.

----tribute page------
https://codepen.io/domainwarrior-the-lessful/pen/wvKLxjr

----Survey Form--------
https://codepen.io/domainwarrior-the-lessful/pen/QWjXVVX

Thank you so very much!

Welcome to the forums @DomainWarrior.
First thing, please verify your email addr with codepen so people can see your pages full screen.

Some things to revisit on your pages;

tribute

  • 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.
    • 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.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • Mentioning because you have your navbar in the head element which is incorrect. Everything the browser renders belongs in the body element. Even if you mean to have the navbar in a header element it still belongs in the body element.
  • When you clean the above, 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 coding errors you should address.

form

  • 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.
    • Your page passes 13/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • 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 coding errors you should address.
  • The page should be responsive