Feedback on Landing Page project__

Hi! I would like you to give me feedback on my Landing Page project. I’m not using the codepen link because I have some vector images in the website but I couldn’t use them in the codepen. (Is there an option to use vectors in codepen without premium account?)

Link to the project website

Link to the github repository

Welcome to the forums @mahzabin. Your page looks good. 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 syntax/coding errors you should be aware of and address.
  • Run your CSS code through the W3C validator.
    • There is a syntax error you should be aware of and address.
1 Like

I didn’t know about the W3C validator. Thanks a lot!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.