Feedback for 2 web projects

I have created 2 web projects here on FCC. Any feedback, opinions, comments are welcomed and appreciated. Especially, please take a look at the design - I am no good at design.

Technical Documentation Page

Product Landing Page

Thank you very much.

Welcome to the forums @cdquit. Good job on your pages. Some things to revisit/note;
tech doc

  • 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 project.
  • When using codepen it only expects the code you’d put within the <body> </body> tags 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.
  • Run your HTML code through the W3C validator.
    • There are some errors to clean up.

product landing

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 15/16 user stories.
    • The test script should be included, with all tests passing, when you submit your project.
  • Run your HTML code through the W3C validator.
    • There are duplicate id's. An id must be unique within the document.
  • You need to take into account the size of your navbar. When clicking one of the links the content is hidden under it. Maybe add some padding.
1 Like

Wow. These are great first projects. I like how you are going above and beyond with the css. Keep up the good work!

1 Like