Skip to content

Conversation

@SaraEnderborg
Copy link

@SaraEnderborg SaraEnderborg commented Sep 17, 2025

Here is the link to my project:)
https://meek-entremet-8e1086.netlify.app/

Copy link

@sandrahagevall sandrahagevall 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 with your business site! It looks really good, clean and professional. I think both the HTML and CSS are well-structured and it's easy to follow along with your code. I really like how the images in the portfolio grid subtly pop up on hover—it adds a nice interactive touch. Overall, the whole site looks really calm and inviting. This is absolutely something your photographer-friend could use in real life :)

Once again, good job! You should be really proud of what you've achieved with your site :)

index.html Outdated
id="message"
rows="5"
cols="50"
placeholder="Let´s talk-what´s you´re vision?"

Choose a reason for hiding this comment

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

In the textarea placeholder ("Let´s talk-what´s you´re vision?"), you use a backtick instead of apostrophe, could replace it with apostrophe for better readability ("Let's talk – what's your vision?")

style.css Outdated
Comment on lines 186 to 196
@media (min-width: 600px) {
.grid {
grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 1024px) {
.grid {
grid-template-columns: repeat(3, 1fr);
}
}

Choose a reason for hiding this comment

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

You have the same code for media query min-width: 600px and min-width: 1024px, you can remove the media query for min-width: 1024px, since no more changes will happen when reaching 1024px.

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photography by Louise</title>
<link
href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:wght@400;700&display=swap" rel="stylesheet">

Choose a reason for hiding this comment

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

I guess you have forgotten to add this font link to the portfolio.html, so when you go to the portfolio-side, the h1 (Photography by Louise) have another font.

style.css Outdated
font-weight: bold;
letter-spacing: 1px;
position: relative;
transition: all 0.3 ease;

Choose a reason for hiding this comment

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

Missing a "s" for seconds (all 0.3s ease;)

index.html Outdated
alt="wedding-beach"
/>
<h3>Wedding</h3>
<p>Romantic pictures from you´re big day.</p>

Choose a reason for hiding this comment

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

Typo: Should be "Romantic pictures from your big day"

index.html Outdated
action="http://httpbin.org/anything"
method="POST"
>
<div class="formt-input">

Choose a reason for hiding this comment

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

Typo: "formt-input", I guess it should be "form-input". So for now the "Name" textfield in the form doesn't have the same spacing as "type of session", "preffered date" etc.

index.html Outdated
alt="Couple-photo"
/>
<h3>Couples</h3>
<p>Capture love and you´re special moments</p>

Choose a reason for hiding this comment

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

Typo: Should be ".. your special moments"

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 Sandra:) fixed everything now i think.

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 from 320px width and up. Right now you have some content that are wider than this which makes it look broken on small phones. Also the hamburger menu is kind of crashing with the heading.

Nice use of flexbox of CSS Grid!

PS. I will approve this as a hero image but for future reference, a hero image usually covers the whole page horizontally (no padding/margin on the sides).

Change request

  • Fix responsiveness so that everything fits on mobile
  • Make the hamburger menu readable

index.html Outdated
>
<h2>Make a request</h2>
<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 to use the https method, as some browser will otherwise 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.

This is now fixed:)

script.js Outdated
Comment on lines 17 to 54






































Copy link
Contributor

Choose a reason for hiding this comment

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

One empty line is enough 😉

Copy link
Author

Choose a reason for hiding this comment

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

got it😉

Copy link
Author

@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.

changes requested are now fixed:)

@SaraEnderborg
Copy link
Author

SaraEnderborg commented Sep 25, 2025 via email

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 improvements!

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