FCC Product Landing Page feedback please

I would appreciate some feedback :smiley:
https://codepen.io/danijel7/pen/KKWPZdJ

Hi @danijel7 !

I think it looks good.
Have fun with the technical documentation page :grinning:

@danijel7 Your product landing page looks really good. Here is my opinion on what you can do to improve it.

  • Replace the lorem ipsum
  • Put space between the input field and the button
  • Make the input field and button wider

That is all I could think of.

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

  • 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.
  • Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
    • You learned to do this when coding the survey form
  • From a previous review, search using the de facto standards for class names

I recommend shortening the empty space between your widgets at the bottom, increase the width of your input field and the video. Overall nice work!

Thank you all for your valuable feedback I will work on the those suggestions :smiley: