-
Notifications
You must be signed in to change notification settings - Fork 30
From-scratch rewrite of site #983
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
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Strange logo size MLH badge doesn’t overflow properly Added scaffolding for rest of site Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Signed-off-by: Peter Kos <pkos91@icloud.com>
Current solution: manually copy them over in the build script. Alternatively, we can also just never remove the build directory and only update it, and keep the static files in there. However it will make it slightly harder to access/edit those files, given that they’ll be scattered around with the other output from parcel. parcel-bundler/parcel#2099 Signed-off-by: Peter Kos <pkos91@icloud.com>
Now everything in `resources` will be copied into `build` on build! Signed-off-by: Peter Kos <pkos91@icloud.com>
|
Also includes the start of some WIP design changes:
|
cbaudouinjr
left a comment
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.
I have personally hand-reviewed all 982 files of this pull request. ![]()
Signed-off-by: Peter Kos <pkos91@icloud.com>
cbaudouinjr
left a comment
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.
I've spent a few hours reviewing the EOF change. While I do have some disagreements about the implementation I say we
to production for now.
Major Differences
Why?
Old version of site would be too complicated to refactor, and instead is faster to just rewrite. This consists of most of the implementation for desktop of the nav, hero, general, and leadership sections of the site.
Current implementation