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

Style Sign-Up and Log-In pages. #1357

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

richardxia
Copy link
Member

Fixes #1316 and #1317.

This styles the sign-up and log-in pages to mostly match their designs. There were no design mockups for mobile, so this includes a best-effort attempt at defining styles for mobile.

As part of this change, this also moves the Partners component out of the HomePage directory and to the common components directory, since that component is now intended to be reused on these new pages. Also, this removes a bit of margin from the component's definition, since the sign-up and log-in pages shouldn't have that much margin, and it has been manually added back to the HomePage in the form of an ad hoc spacer div.

Here are some screenshots of what this looks like:

Sign-up

Screenshot 2024-06-02 at 7 45 34 PM

Log-in

Screenshot 2024-06-02 at 8 01 51 PM

Very wide screen

Screenshot 2024-06-02 at 8 02 23 PM

Mobile screen

Screenshot 2024-06-02 at 7 55 42 PM

This styles the sign-up and log-in pages to mostly match their designs.
There were no design mockups for mobile, so this includes a best-effort
attempt at defining styles for mobile.

As part of this change, this also moves the `Partners` component out of
the `HomePage` directory and to the common components directory, since
that component is now intended to be reused on these new pages. Also,
this removes a bit of margin from the component's definition, since the
sign-up and log-in pages shouldn't have that much margin, and it has
been manually added back to the `HomePage` in the form of an ad hoc
spacer div.
Copy link
Contributor

@schroerbrian schroerbrian left a comment

Choose a reason for hiding this comment

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

Looks great!

@richardxia
Copy link
Member Author

Thanks for reviewing this, @schroerbrian!

@richardxia richardxia merged commit aeaa264 into master Jun 6, 2024
5 checks passed
@richardxia richardxia deleted the 1316-1317-style-signup-and-login-pages branch June 6, 2024 03:22
@richardxia
Copy link
Member Author

Also, I realized that I forgot to style the authentication code modal, so I created a new ticket, #1359, for that.

@richardxia richardxia linked an issue Jun 6, 2024 that may be closed by this pull request
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.

Signup Page UI Login Page UI
2 participants