Skip to content
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

Signup #7

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Signup #7

wants to merge 3 commits into from

Conversation

Ogenyi25
Copy link
Contributor

@Ogenyi25 Ogenyi25 commented Aug 9, 2019

  • Added views for signup page.
  • Made few changes to the login page

@Balanced02
Copy link
Collaborator

Please fix your merge conflicts

src/styles/signup.scss Show resolved Hide resolved
.icon {
margin: 20px;
}
.input-group {

Choose a reason for hiding this comment

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

This is also a kind of repetition, don't you think it's possible to move this common style definition into its own .scss file, inputs.scss for example?

</div>
<br />
<div className="input-group">
<img src={PasswordIcon} alt="ui" />

Choose a reason for hiding this comment

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

Better alt description will really help accessibility, same for other image tags.

<img className="d-block w-100" src={DevC} alt="Fifth slide" />
</div>
<div className="carousel-item">
<img className="d-block w-100" src={DevC} alt="Sixth slide" />

Choose a reason for hiding this comment

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

Same here also (update alt description e.g alt=" student holing a book, used as the sixth slide")

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