-
Notifications
You must be signed in to change notification settings - Fork 62
Peer code review - business site - Julia #63
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
base: main
Are you sure you want to change the base?
Conversation
HIPPIEKICK
left a comment
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.
You’ve managed well with implementing both Flexbox and CSS Grid. Your JS works well - kudos for adding some extra features there 🥳
Just be aware that when adding preventDefault() the form will not actually be submitted (which I think is fine, because this is not an actual form where users submit data).
Another thing to be mindful of is your sticky header - I think it looks so nice but it gets a bit hard to read when there’s other content behind it. Consider adding some background to it for better readability.
| <form | ||
| id="contact-form" | ||
| class="form-contact" | ||
| action="http://httpbin.org/anything" | ||
| method="post" | ||
| > |
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.
Make sure to use the https method, as some browser will otherwise block this action
https://demijuls-technigo-project1.netlify.app/