Skip to content

Week 9, Design hand-off: Sammy#37

Open
sammyolsson wants to merge 5 commits intoTechnigo:masterfrom
sammyolsson:master
Open

Week 9, Design hand-off: Sammy#37
sammyolsson wants to merge 5 commits intoTechnigo:masterfrom
sammyolsson:master

Conversation

@sammyolsson
Copy link

No description provided.

Copy link

@Vera-Sjunnesson Vera-Sjunnesson left a comment

Choose a reason for hiding this comment

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

The result looks amazing! Well done! The code has a very clear structure - it's simple but effective. There are so many section, and it's impressive how much was done in such a short time.

Note:
It's not 100% responsive yet. In mobile and tablet view the images inProgram.js don't have a set size and are therefore wider than the <body>.

<button type="submit">Start trial</button>
</div>
);
}

Choose a reason for hiding this comment

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

Very clear structure with .js and .css in the same folder

Comment on lines +20 to +32
.program-images {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.program-image {
display: flex;
flex-direction: column;
align-items: center;
width: 45%;
margin-bottom: 30px;
}

Choose a reason for hiding this comment

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

These images are not responsive in tablet and mobile. I think a specific width is needed to fix this.

Comment on lines +25 to +48
<form>
<div className="form-group">
<div className="name-group">
<label htmlFor="firstname name">First name:</label>
<input type="text" id="firstname" name="firstname" required />
</div>
<div className="name-group">
<label htmlFor="surname">Surname:</label>
<input type="text" id="surname" name="surname" required />
</div>
</div>
<div className="form-group">
<label htmlFor="email">Email:</label>
<input type="email" id="email" name="email" required />
</div>
<div className="form-group">
<label htmlFor="password">Password:</label>
<input type="password" id="password" name="password" required />
</div>
<div className="button-container-plan">
<button className="create-account" type="submit">Create Account</button>
<p className="create-account-text">Already have an account? <a href="#">Login</a></p>
</div>
</form>
Copy link

@Vera-Sjunnesson Vera-Sjunnesson Apr 13, 2023

Choose a reason for hiding this comment

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

When there is time, it would make sense to make customized validation with error messages

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