Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Homepage + scaling #56

Merged
merged 74 commits into from Aug 30, 2018
Merged

Homepage + scaling #56

merged 74 commits into from Aug 30, 2018

Conversation

bobheadxi
Copy link
Contributor

@bobheadxi bobheadxi commented Aug 17, 2018

🎟️ Ticket(s): Closes #34


πŸ‘· Changes

First few rows of the homepage + lots of new scaling stuff. I feel stuff is finicky... can't seem to get the fonts to quite match the Figma... SVG scaling needs improvmeent and very low widths

image
image
image

πŸ’­ Notes

Won't be including FAQ or Stories in this PR.

πŸ”¦ Testing Instructions

make web

@bobheadxi bobheadxi added the :web label Aug 20, 2018
@bobheadxi bobheadxi changed the title [WIP] Homepage + scaling Homepage + scaling Aug 21, 2018
@bobheadxi
Copy link
Contributor Author

@mingyokim @chamkank going to leave the footer for another PR - this is getting rather sizeable. This is ready for review

@bobheadxi bobheadxi moved this from πŸš€ In Progress to πŸ” Pending Review in nwHacks 2019 Aug 25, 2018
@@ -48,7 +48,7 @@ class Login extends React.Component {
<form
onSubmit={this.login}
className="input-group">
<h2 className="pad-sides-xxl">Sign in</h2>
<h3 className="pad-sides-xxl margin-botom-m">Sign in</h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

relevance to this PR? seems kinda unrelated - it could be in a separate PR next time

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sort of ripple effect because of some changes to h2 i had to make to accomodate the homepage styles

Copy link
Contributor Author

Choose a reason for hiding this comment

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

on that note... margin-botom is mispelled oops

Copy link
Contributor

@mingyokim mingyokim left a comment

Choose a reason for hiding this comment

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

Left a few comments, will test this out tonight

web/components/navbar/index.js Outdated Show resolved Hide resolved
web/components/navbar/index.js Outdated Show resolved Hide resolved
{l}
</div>
));
navbarRight.push(<div key={key += 1} className={LINK_CLASS}>{button}</div>);
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not supposed to be here - LOGO_AND_LINKS means it does not contain the button

nwHacks 2019 automation moved this from πŸ” Pending Review to πŸ† Approved Aug 30, 2018
@bobheadxi bobheadxi merged commit 1b639f4 into master Aug 30, 2018
nwHacks 2019 automation moved this from πŸ† Approved to πŸ—ƒ Closed Aug 30, 2018
@bobheadxi bobheadxi deleted the web/home branch August 30, 2018 03:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
nwHacks 2019
  
πŸ—ƒ Closed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants