-
Notifications
You must be signed in to change notification settings - Fork 30
Start of full-site conversion #966
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
Conversation
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.
Thanks for your patience on my slow review!
Lots of good stuff in here, the scaling is fantastic!
There's a couple things I'll bring up at design sync, namely
navbar bolding / colors on hover"Brickhack 7" line spacing / position on smaller screensMLH banner "major league hacking" text is super super small on mobile, although I'm not sure there's much we can do if their banner is just Made like thatPossibly making the site a bit more breathable on the sides on Large screens; on 27" everything looks quite big (I know we talked about making it 100% width for now but I'll play around w/ how it looks with a bit of space on each side)
But I think we can make a separate PR for all that stuff; most of my comments in this review are about the code itself!
Update: See #967 for next steps on design
|
|
||
| <ul className="mobile-hide"> | ||
| <img id="logo" alt="BrickHack Logo"/> | ||
| <a href="#hero"><li>GENERAL</li></a> |
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.
Sorry just noticed this -- <a> should go inside <li>
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.
The padding is part of the <li>. I want the padding to be hoverable/clickable. Taking another look, I think I accidentally used margin for the horizontal spacing which I'll need to fix.
Start of full-site conversion
No description provided.