P. landing page project feedback

Hello everyone!

I have just finished product landing page! I would be happy if you can take a look and make suggestions.
link: https://codepen.io/bemvy/pen/ExNWLjV
Take care!

Hi @bemvy !

I think your page looks good.
There is an issue with the navbar on larger devices.
It doesn’t it on the screen.

Hope that helps!

Your page looks good @bemvy. Something to revisit;

  • 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

yes, it helps! Thank you! :slight_smile:

Thank you for feedback. Isn’t (type=“email”) enough for validation? What should I add for it?

What I meant was, what happens if the user does not enter anything in the input field and clicks ‘submit’?

Oh, I didn’t think that. Thank you again:))

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