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

Sprint-2 login-page #8

Merged
merged 7 commits into from
Aug 15, 2023

Conversation

Nargiza14
Copy link
Collaborator

Sprint [sprint #2]

Task

Trello task link
Trello task link

Summary

  1. Done 14.08.2023 / Deadline 08.08.2023
  2. Score 10/10

Changelog

  • Display the links for "Login" and "Register" as underlined text in a suitable place
  • Create button elements with consistent background color, hover effect, and typography for the "Login" and "Register" links
  • Implement the login form, including email and password fields
  • Display clear error message on the login form

Screenshot

Снимок экрана 2023-08-15 в 01 01 54

mr: 2,
display: { xs: 'none', md: 'flex' },
fontFamily: 'monospace',
fontWeight: 700,
Copy link
Owner

Choose a reason for hiding this comment

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

All styles should be placed in the scss file. Check also other places.

<Grid item lg={7} sm={5} sx={{
backgroundImage: `url(${LoginImage})`,
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
Copy link
Collaborator

Choose a reason for hiding this comment

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

better to do backgroundSize to contain and backgroundPosition to top.
It'll be more attractive on small screen devices

Comment on lines +91 to +95
{pages.map((page) => (
<MenuItem key={page} onClick={handleCloseNavMenu}>
<Typography textAlign="center">{page}</Typography>
</MenuItem>
))}
Copy link
Collaborator

Choose a reason for hiding this comment

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

TODO: create a new NavBar component with navigation links

@evgueniazet evgueniazet merged commit 0e1c5fc into sprint-2_login-registration-main Aug 15, 2023
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