Skip to content

Conversation

@Appilistus
Copy link

Copy link

@SaraEnderborg SaraEnderborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow Asako! i think you have done such a great job with this site. Hard to find anything to comment on. The user experince is really great and the custom inputs, hover states, and button styling give the site a modern and professional feel. The structure of the code is also very clear and easy to read. Over all a super great job! :)

@@ -0,0 +1,261 @@
body {
font-family: "Montserrat",;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: extra comma after "Montserrat"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm I have 'sans-serif;' after ' Montserrat' in my code.. I don't know why it disappeared here. But thanks for noticing!

index.html Outdated
<img
src="./images/lock.png"
alt="key">
<p>Child-friendly AI tools appropriate for yourn lenaers</p>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: change lenaers to learners.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈Fixed!

</label>
</div>

<div class="age-box">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this is what you wanted it to be like but i was able to check multiple checkboxes at once so just alerting you on that thats possible:)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I wanted to be able to check multiple boxes for the users with multiple children:)

@Appilistus
Copy link
Author

Thank you so much for the feedback!!

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.

Make sure your project looks good on all different widths. On e.g. 690px width it looks a bit broken because some content is too wide.

Well done with the JavaScript and nice addition with the “To top” button.

Change request

  • Make your project look good on all widths

Going forward - make sure you have 2 spaces indentation set in VSC. It will make your code easier to read.

form/index.html Outdated
<body>
<div class="signup-form">
<form
action="http://httpbin.org/anything"
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 you're using the https method, otherwise most browsers will block this action

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the feedback! I changed here to http method, and I think/hope I fixed the design problem as well. Now the site looks ok in 690px ( I fixed the width of the price section).

@Appilistus Appilistus requested a review from HIPPIEKICK October 14, 2025 11:21
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.

Great job! 💯

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.

3 participants