From dbd7e06536015c513b96097743b858e827c065f5 Mon Sep 17 00:00:00 2001 From: Peter Kos Date: Fri, 5 Feb 2021 02:57:16 -0500 Subject: [PATCH] BrickHack 7 Updates (#1145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * More opaque * Changed README badge * turning autoplay back on * Highlighting nav items with scroll (#1064) * Basic nav highlighting * Nav is now hidden on mobile again * Fixed conflicting smooth scrolling settings * Added transparency transition * Adjusted transition target * Adjusted transition target * Added a comment * Update sass/main.scss Co-authored-by: Peter Kos * Restored old nav structure, adjusted scrolling * Searchbar no longer shows ID, fixed border unaligning nav items * Remove hover on click * Cleaned up CSS, added comment * Removed newline * Update package-lock.json * Update package-lock.json * Target navbar links instead of login button Co-authored-by: Peter Kos * Bh-970 large screen layout (#1053) * initial commit * deleted swap file, increased nav size along with desk and shape dimensions * mobile section newlines * moved min-breakpoint above * removed extra newline * added spacing for mlh-badge styling * removed needless nav changes and fixed remaining spacing issues * Fix extra newlines Co-authored-by: Peter Kos * fixed shelf clipping bug on large screen sizes (#1089) changed it to be a percentage over 1500px screen width * Sponsors section (#1088) * Initial sponsor/partner logos * “Inrterested in sponsor” bit * logo updates, added prospectus * Fixed logos, fixed bg color * on hover show color logo; some bugs MLH logo wonky pinnacle no URl * attempt to fix hover delay gltich * Fix partner image size * Update pinnalce link, add sponsors to navbar * Multline sponsors; img size to match amt given * Responsive sponsor section * Exclude transition properly (Refactor l8r) * Hover state on mobile is now handled https://css-tricks.com/solving-sticky-hover-states-with-media-hover-hover/ * Tweak prospectus spacing * Extra newline * Hero section parallax (#1091) * Hero section parallax * Update package-lock.json * Update dependencies * Tweak parallax values for now * Fix zindex on hero content; reorder desk container * Fix shapes div disappearing * Fixed hero text clipping over shelf, disabled mobile parallax * Removed rellax class from the shelf Co-authored-by: Peter Kos * Carousel image clips over the front clip on mobile on tap/slide (#1078) * Carousel image: removed transparency on hover for smaller screens * Changed hover effect to brightness from opacity * Older iOS can now close image modal * Disabled filter effect on mobile * Increased nav z-index from 4 to 5 Co-authored-by: Peter Kos * Adding social media summary cards (#1095) * text for cards; still need imgs from design * fixing the example url I left in * removing theme-color meta tag * adding social card image * fixing file paths * fixing twitter * Add parcel-plugin-metaimage * twitter:image property->name Co-authored-by: Peter Kos * Update shipping FAQ, team size (#1086) * Update shipping FAQ * Remove extra newline * Add team membership limit to faq * Update to logistics wording * Remove extra spaces after some text * Fix hover effect (#1098) * Integrating with FeaturePeek (#1108) * Integrating with FeaturePeek * Fix the newlines * Integrating with FeaturePeek * Fix build script, damn featurepeek * Removes Dokku files/integrations (#1113) * Removes Dokku files/integrations * Update deploy-staging.yml * Update FAQ (#1114) * Add Prizes section (#1117) * Start prizes section * More deisgn + more repsosnive * cleanup * real emdashes * Add wegmans, stickermule (#1120) * making schedule match prizes with border-top (#1122) * new media query for mobile nav (#1123) * stickermule link update (#1129) * adding line about timezone (#1124) Co-authored-by: Peter Kos * restructuring assets folder (#1126) Co-authored-by: Peter Kos * Hotfix redirect brickhack.io/apply to apply.brickhack.io (#1135) * Add redirect script Meta redirect is a bit wonky with some browsers so lets try this (GH pages also has no .htaccess) * redirecting all 404s to the main page (not tested) Co-authored-by: sjmiller7 * Added dynamic schedule (#1139) * Schedule is now pulled from HackathonManager * Schedule is now pulled from HackathonManager * Switched schedule JS to use correct data format * Scaffolded API fetch code * Added date/time background fade * Added time progress indicator * Event marker now extends outside event div * Second-day events can be shown automatically * CSS code style fixes * Event border works for any size events * Fix second day click * More CSS code style fixes * Removed fake API data * fix url for testing * fix now, change url, change section description Co-authored-by: Peter Kos * update faq (#1143) * Hotfix timezones on schedule (#1147) * Fix timeone schedule * whooops * mtbank->mttech (#1144) Co-authored-by: ww2497 Co-authored-by: sjmiller7 Co-authored-by: William Wu <31863372+ww2497@users.noreply.github.com> Co-authored-by: Samuel Velasquez <46058951+sjv01180@users.noreply.github.com> Co-authored-by: JeremyRudman <38338616+JeremyRudman@users.noreply.github.com> Co-authored-by: sjmiller7 <56453920+sjmiller7@users.noreply.github.com> Co-authored-by: Chris Baudouin, Jr Co-authored-by: Colby Gallup --- assets/sponsors/logos/mtbank-white.svg | 105 ----------------------- assets/sponsors/logos/mtbank.svg | 45 ---------- assets/sponsors/logos/mttech-white.svg | 43 ++++++++++ assets/sponsors/logos/mttech.svg | 43 ++++++++++ index.html | 44 ++-------- index.js | 113 +++++++++++++++++++++++-- sass/main.scss | 53 +++++++++--- 7 files changed, 237 insertions(+), 209 deletions(-) delete mode 100644 assets/sponsors/logos/mtbank-white.svg delete mode 100644 assets/sponsors/logos/mtbank.svg create mode 100644 assets/sponsors/logos/mttech-white.svg create mode 100644 assets/sponsors/logos/mttech.svg diff --git a/assets/sponsors/logos/mtbank-white.svg b/assets/sponsors/logos/mtbank-white.svg deleted file mode 100644 index baa5d3500..000000000 --- a/assets/sponsors/logos/mtbank-white.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/sponsors/logos/mtbank.svg b/assets/sponsors/logos/mtbank.svg deleted file mode 100644 index c372f76f9..000000000 --- a/assets/sponsors/logos/mtbank.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/sponsors/logos/mttech-white.svg b/assets/sponsors/logos/mttech-white.svg new file mode 100644 index 000000000..380852a6c --- /dev/null +++ b/assets/sponsors/logos/mttech-white.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + diff --git a/assets/sponsors/logos/mttech.svg b/assets/sponsors/logos/mttech.svg new file mode 100644 index 000000000..ee04cac36 --- /dev/null +++ b/assets/sponsors/logos/mttech.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index b1b7859a9..5b1232b9d 100644 --- a/index.html +++ b/index.html @@ -163,7 +163,6 @@

What is a Hackathon?

Schedule

-

More events coming soon!

All times are in EST.

@@ -181,42 +180,8 @@

21

SUNDAY
-
-
-

10-10:30am

-

Opening Ceremony

-
-
-

12pm

-

Lunch (on your own!)

-
-
-

2pm-3pm

-

Mystery Workshop

-
-
-

5pm-6pm

-

Mystery Event

-
-
-
-
-

10am

-

Devpost submission

-
-
-

1pm-2pm

-

Mystery Workshop 2

-
-
-

12:30pm-2pm

-

Coding stops / Judging begins

-
-
-

2pm-4pm

-

Closing Ceremony

-
-
+
+
@@ -344,6 +309,7 @@

Frequently Asked Questions

If your shipping address is in the United States, we are shipping physical swag and prizes.

If your shipping address is in Canada, we are shipping physical prizes.

If your shipping address is outside of the United States and Canada, we are unable to ship physical swag and prizes.

+

We have a limited amount of swag, make sure that you check in and turn in a project to be eligible to receive swag.

@@ -433,9 +399,9 @@

Sponsors