Skip to content

Conversation

@Demijuls
Copy link

@Demijuls Demijuls commented Sep 18, 2025

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a 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.

Comment on lines +338 to +343
<form
id="contact-form"
class="form-contact"
action="http://httpbin.org/anything"
method="post"
>
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants