Product Landing Page-feedback welcomed

Hello free-code-campers,

I would like to hear from you about what you think of this product landing page. your feedback is very appreciate it.
here is the link to the page:
https://codepen.io/Zouheir-IT/full/ExKjjNm

1 Like

Hi @Zouheir!

Welcome to the forum!

Your page looks great!

A few things.

  • In codepen you do not need to include the head section or html tags. Codepen takes care of all of that for you. If you need to include stuff in the head you can do that in the html settings.

  • There are a couple of errors in your html that need your attention. Run your code through the html validator.

  • You might want to add the cursor pointer (CSS) to the add to cart and sign up buttons.

Keep up the good work!

1 Like

Welcome to the forums @Zouheir. Your page looks good. Some things to revisit;

  • 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.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
    • (The one for HTML misses things which is why I recommend W3C)
  • On smaller screens, your nav hamburger gets covered by a big black square and isn’t responsive to clicks
  • Don’t use in-line styling. Keep all your styling external
  • It’s best practice to keep HTML tags lower case. That is, <p> rather than <P>
1 Like

Good landing page except for the fact that their are some spacing issues, video being full length, input element and anchor tags without cursor pointer. Rest everything looks decent.

1 Like

Hi @jwilkins.oboe!

Thank you for feedback, I really appreciate it. I actually ran my code through html validator W3C validator and fixed all the errors. I also added the cursor: pointer to the add to cart button.

Thank you again for your help!!

Thank you @IAmRC1 for your feedback!

I will try to work more on the spacing, but for the video being full length actually it was meant to be like this from a design point.

thanks so much for your feedback!!

Hi @Roma!

Thank you for your feedback, I really appreciate it. I actually ran my code through html validator W3C validator and fixed all the errors. I also added the cursor: pointer to the add to cart button.

Thank you again for your help!!