Check out my projects on git or codepen

Have a look at my code and projects let me know what you guys think!

https://codepen.io/tjp206
https://github.com/tjp206

Edit: some are unfinished due to my eagerness to jump into the Javascript lessons!

is this what you submitted to freecodecamp? you are missing the test suite, at least in your portfolio, plus you have a really long src, you should find the actual link to the image which is usually a tad bit shorted.

Plus, this:
image

it ends being overimposed…

Thank you, I did notice that but was so eager to head into the Js section that I decided I would go back & fix them later!

And, yeah those are what I submitted to freecodecamp.

please add the test suite to your projects, it is part of the requirements

Welcome to the forums @tjp206. Some things to revisit;
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.
  • Review the lesson about giving meaningful text to links.

survey

  • 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 16/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.

As an aside, placeholder text is meant to show the format the user is to enter. It’s not meant to mirror the label.

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 projects.
  • The page needs to be responsive. That’s what the R is in RWD. Code is falling out of the container on smaller screens.

prod landing

  • 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 14/16 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • None of your nav-links work
  • As an aside, in HTML5 (which this is) the frameborder attribute with the iframe element is obsolete. Use CSS

portfolio

  • 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.
  • 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 the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • 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. (You have unclosed elements)