-
Notifications
You must be signed in to change notification settings - Fork 25
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
Implement New Homepage Design #107
Conversation
Also added the basic HTML and started the homepage styling
One note, though I'd like opinions on whether this is easily addressed or worth addressing right now. At medium screen sizes (like a small tablet or a huge phone), the "Report An Issue" text intersects with the image above it. It's probably an edge case because not many devices are at this width, but is a bug. |
Good catch @AcademyInPeril, I've updated the PR. |
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.
Awesome! It looks like it works much more smoothly right now on my broswers.
Description of Changes:
Restyles the homepage to match the new designs. Here's a screenshot from mobile:
The layout stays roughly the same on desktop, but a higher quality image is used with less blur, and the sections are larger.
Resolves #73.
Checklist:
Questions / Additional Notes:
Ensured accessibility by using
<a>
tags for all links and checking contrast on new elements.