-
-
Notifications
You must be signed in to change notification settings - Fork 61
login & sign up page design #237
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pyladiescon-portal-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for the PR. Would you mind sharing some screenshots of how it looks like with this style change? |
|
Also the tests are failing. Please check and fix the errors. |
|
Please remove the entire |
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 should not be included.
| <header class="card-header text-center py-4 bg-transparent border-0"> | ||
| <div class="brand d-flex justify-content-center mb-2" aria-hidden="true"> | ||
| <!-- simple inline SVG logo --> | ||
| <svg width="56" height="56" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="logo"> |
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.
Should this be using the logo.svg file? Currently it looks like a blue icon.
|
The "Forgot password" link appears twice in the page. Can we keep just one? I like the one below the "Sign in" button. |
| {% endif %} | ||
| {% endblock extra_body %} | ||
| <!-- Accessibility + small UX improvements: autofocus first input, show/hide password --> | ||
| <script> |
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.
What is the purpose of this script?
| <header class="card-header text-center py-4 bg-transparent border-0"> | ||
| <div class="brand d-flex justify-content-center mb-3" aria-hidden="true"> | ||
| <!-- inline SVG logo --> | ||
| <svg width="64" height="64" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="logo"> |
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.
Should this be displaying the logo in img/logo.svg?
| {% trans "Create your account" %} | ||
| {% endelement %} | ||
| {% element p class="muted small mt-2 mb-0" %} | ||
| {% trans "Join the community — create an account to register for events, manage your profile, and more." %} |
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.
| {% trans "Join the community — create an account to register for events, manage your profile, and more." %} | |
| {% trans "Join the community. Create an account to volunteer with PyLadiesCon." %} |
| </div> | ||
| {% endif %} | ||
|
|
||
| <p class="small text-muted mb-0">{% trans "By signing up you agree to the Code of Conduct and Terms of Service." %}</p> |
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.
Can this be moved to be closer to where the CoC and ToS checkboxes are? Eg under the "Agreements" heading.
| {% endblock content %} | ||
| </div> | ||
|
|
||
| <footer class="card-footer bg-transparent text-center py-3 border-0"> |
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.
We can remove the footer. The page footer already has info on how to get help (which is by visiting our GitHub repo).
| {% if SOCIALACCOUNT_ENABLED %} | ||
| {% include "socialaccount/snippets/login.html" with page_layout="entrance" %} | ||
| {% endif %} | ||
| <link rel="stylesheet" href="{% static 'css/custom-login.css' %}"> |
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.
Could this be added to the extra_head block instead of in the content block?
| rel="noopener noreferrer">Code of Conduct</a> | ||
| </label> | ||
| {% if form.coc_agreement.errors %} | ||
| <link rel="stylesheet" href="{% static 'css/custom-login.css' %}"> |
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.
Could this be added to the extra_head block instead of in the content block?
|
Please check the failing test. |



No description provided.