FCC Product Landing Page feedback please

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

2 Likes

Hi @danijel7 !

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

1 Like

@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.

1 Like

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
1 Like

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!

1 Like

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

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