-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creating PR #2635
base: master
Are you sure you want to change the base?
creating PR #2635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add demo link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still can submit empty form without any issues, which is not ideal
I want to get an error when trying to submit empty form
I think the menu items should move us to it's sections when clicked, instead of going to /#
I am not sure if you've fixed it already, maybe you'll have to redeploy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @weswojciech! You're almost there, just a few more touches!
In the mobile version of the landing page, in this section, the image should have a bigger height as per the mock-up:
You can see, in the mockup, it says the height should be 200px; in your landing page the height is only 131px:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! but still some changes are needed 😉
remember to check formatting of your code
src/index.html
Outdated
<input | ||
id="name" | ||
type="text" | ||
placeholder="Name" | ||
class="form__input" | ||
required | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add name attribute for your inputs, check them to show error when empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't 'required' attribute displaying an error when empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.