-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: dev
Are you sure you want to change the base?
Signup #7
Conversation
Ogenyi25
commented
Aug 9, 2019
- Added views for signup page.
- Made few changes to the login page
Please fix your merge conflicts |
.icon { | ||
margin: 20px; | ||
} | ||
.input-group { |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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"
)