-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BrickHack 7 Site Updates (+hotfix) (#1136)
* 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * restructuring assets folder (#1126) Co-authored-by: Peter Kos <[email protected]> * 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 <[email protected]> Co-authored-by: ww2497 <[email protected]> Co-authored-by: sjmiller7 <[email protected]> Co-authored-by: William Wu <[email protected]> Co-authored-by: Samuel Velasquez <[email protected]> Co-authored-by: JeremyRudman <[email protected]> Co-authored-by: sjmiller7 <[email protected]> Co-authored-by: Chris Baudouin, Jr <[email protected]>
- Loading branch information
1 parent
e363e59
commit ee6ff69
Showing
34 changed files
with
41 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ | |
</div> | ||
<div id="desk-container" class="rellax" data-rellax-speed="0" data-rellax-desktop-speed="-8"> | ||
<div id="desk"></div> | ||
<div id="wire"></div> | ||
<div id="lamp-wire"></div> | ||
</div> | ||
<div id="shelf"></div> | ||
</section> | ||
|
@@ -75,67 +75,67 @@ | |
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/1.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/1.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/2.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/2.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/3.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/3.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/4.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/4.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/5.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/5.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/6.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/6.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/7.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/7.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/8.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/8.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/9.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/9.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/10.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/10.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
<div class="slide"> | ||
<div class="wire"></div> | ||
<div class="front-clip"></div> | ||
<div class="back-clip"></div> | ||
<img src="./assets/imgs/11.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
<img src="./assets/carousel/11.jpg" class="slide-image" alt="BrickHack 6 attendees"/> | ||
</div> | ||
</div> | ||
<div id="modal"> | ||
|
@@ -164,6 +164,7 @@ <h1>What is a Hackathon?</h1> | |
<section id="schedule" class="section-pad"> | ||
<h1>Schedule</h1> | ||
<p>More events coming soon!</p> | ||
<p>All times are in EST.</p> | ||
<div id="schedule-block"> | ||
<div id="schedule-tapes"> | ||
<div class="tape"></div> | ||
|
@@ -460,7 +461,7 @@ <h2>Partners</h2> | |
</div> | ||
<div id="prospectus"> | ||
<p>Interested in sponsoring BrickHack 7?</p> | ||
<p>View our <a href="./assets/sponsors/BrickHack 7 Prospectus.pdf">prospectus</a> and email us at <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>View our <a href="./assets/sponsors/BrickHack 7 Prospectus.pdf" target="_blank">prospectus</a> and email us at <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</section> | ||
<footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Redirecting . . . </title> | ||
<meta charset="utf-8"/> | ||
</head> | ||
<body> | ||
<script> | ||
window.onload = function() { | ||
console.log("404"); | ||
window.location = "https://brickhack.io"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters