Hello, Can anyone give me feedback on my Product Landing Page?

Hi,

My product landing page is almost finished and I was wondering if anybody would give me feedback.
That would help me a lot.

Here’s the link:
https://codepen.io/t_in/pen/oNoXEEY

Thanks in advance :smiling_face_with_three_hearts:

Hello nimerria!

I like your style but for me the color palette can be improved.
You could use an online tool like this one to quickly find the color palette that you like

The layout can also be improved by giving some padding here and there. For example:

  • the navbar should be full width and the elements inside should be spaced from the sides of the page;
  • the input and the submit button should be bigger

Question: The section where you put the video should be full width or a square with rounded borders?

1 Like

Your page looks good @nimerria19. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (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 syntax/coding errors you should be aware of and address.
    Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upxper 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)
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
    Reference MDN Docs
1 Like

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