Skip to content

Commit e952adb

Browse files
sjmiller7Skye Gallupcbaudouinjr
authored
BrickHack 8 Site - Initial Release (#1251)
* swapping files and start gutting bh7 copy * more gutting of css * style refactor * logo update * design fixes * mobile navbar * design fixes * social cards being funky * editing social card resolution * adjusting social card * favicon swap * nav underline * outline color fix * remove login * fixes * comment fixes * contact first attempt * changing social links * Revert "comment fixes" This reverts commit 75f57c6. * Revert "Revert "comment fixes"" This reverts commit 6c75a58. * Revert "changing social links" This reverts commit fef9a7b. * Revert "contact first attempt" This reverts commit d980e9a. * BrickHack 8 Site - Hero Section (#1253) * starting hero * hero section * swapping out loop file * fixes * design fixes * spacing fix * BrickHack 8 Site - About Section (#1254) * inital about section * card width * fixes * BrickHack 8 Site - FAQ Section (#1252) * faq styling + ricky * fixing mobile * removing old padding class * fixes * fixing broken cards * BrickHack 8 Site - Contact & Footer (#1256) * contact section * fixes * newline eof Co-authored-by: Skye Gallup <[email protected]> * fixing aspect ratio code Co-authored-by: Skye Gallup <[email protected]> * design + js fixes * design fixes * trying to hide play button * trying to hide play button 2 * trying to hide play button 3 * fixing faq ricky * fixing mobile grayout opacity * hiding mlh banner * copyright date * updating stats * prepping for open applications * content fixes for chris * spelling error Co-authored-by: Chris Baudouin, Jr. <[email protected]> * fixing spelling error * fixing faq padding * hero content adjustments * hero content addition * centering hero on mobile Co-authored-by: Skye Gallup <[email protected]> Co-authored-by: Chris Baudouin, Jr. <[email protected]>
1 parent fbc172a commit e952adb

19 files changed

+1045
-223
lines changed

assets/bh8/adobesvg.gif

-1015 Bytes
Binary file not shown.

assets/bh8/bh8_social_cards.png

-20.3 KB
Binary file not shown.

assets/bh8/contact-monitor.svg

+5
Loading

assets/bh8/hackerpowered.gif

-2.68 KB
Binary file not shown.

assets/bh8/logo.svg

+50
Loading

assets/bh8/macmade-blkwtbrdrspin.gif

-11.1 KB
Binary file not shown.

assets/bh8/videos/AboutLoop.mp4

1.06 MB
Binary file not shown.

assets/bh8/videos/FAQLoop.mp4

221 KB
Binary file not shown.

assets/bh8/videos/LandingLoop.mp4

1.55 MB
Binary file not shown.

assets/social_cards.png

-95.8 KB
Loading

index.html

+193-45
Original file line numberDiff line numberDiff line change
@@ -4,82 +4,230 @@
44
<!-- Standard Meta Tags-->
55
<title>BrickHack 8</title>
66
<meta charset="utf-8"/>
7-
<meta name="viewport" content="width=device-width, initial-scale=1 minimum-scale=1">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="keywords" content="hackathons, hackathon, hack-a-thon, programming, hardware, development, design, rit"/>
9-
<meta name="description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
9+
<meta name="description" content="RIT's premier collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
1010

1111
<!-- Twitter Cards -->
1212
<meta property="twitter:card" content="summary"/>
1313
<meta property="twitter:title" content="BrickHack 8">
1414
<meta property="twitter:url" content="https://brickhack.io" >
15-
<meta property="twitter:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
16-
<meta name="twitter:image" content="./assets/bh8/bh8_social_cards.png">
15+
<meta property="twitter:description" content="RIT's premier collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
16+
<meta name="twitter:image" content="./assets/social_cards.png">
1717

1818
<!-- Open Graph Cards -->
1919
<meta property="og:type" content="website" />
2020
<meta property="og:title" content="Brickhack 8" />
2121
<meta property="og:site_name" content="BrickHack 8" />
2222
<meta property="og:url" content="https://brickhack.io" />
23-
<meta property="og:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing."/>
24-
<meta property="og:image" content="./assets/bh8/bh8_social_cards.png" />
23+
<meta property="og:description" content="RIT's premier collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing."/>
24+
<meta property="og:image" content="./assets/social_cards.png" />
2525

2626
<!-- Favicons -->
2727
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/apple-touch-icon.png">
2828
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicon/favicon-32x32.png">
2929
<link rel="icon" type="image/png" sizes="16x16" href="resources/favicon/favicon-16x16.png">
3030

31-
<!-- Custom Win98 stylesheet -->
32-
<link rel="stylesheet" href="https://unpkg.com/98.css" />
31+
<!-- Fonts -->
32+
<link rel="preconnect" href="https://fonts.gstatic.com">
33+
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap" rel="stylesheet">
34+
<link href="https://fonts.googleapis.com/css2?family=Sora&display=swap" rel="stylesheet">
3335
</head>
3436
<body>
35-
<section id="main">
37+
<!-- Nav -->
38+
<nav>
39+
<div class="top">
40+
<i id="toggle" class="fa fa-bars" aria-hidden="true" id="toggle"></i>
41+
<a id="logo" href="https://brickhack.io">
42+
<img src="assets/bh8/logo.svg" alt="BrickHack 8 Logo" />
43+
</a>
44+
</div>
45+
<div class="left navbar-items">
46+
<a class="link" href="#about">About</a>
47+
<a class="link" href="#faq">FAQ</a>
48+
<a class="link" href="#contact">Contact</a>
49+
</div>
50+
<div class="right">
51+
<a class="link" href="https://apply.brickhack.io/users/sign_up">Register</a>
52+
<a id="login" href="https://apply.brickhack.io/">LOGIN</a>
53+
</div>
54+
</nav>
55+
<div class="mobile-grayout"></div>
56+
57+
<!-- MLH Banner -->
58+
<!--<a id="mlh-trust-badge" href="https://mlh.io/seasons/2022/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=gray" target="_blank">
59+
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-gray.svg" alt="Major League Hacking 2022 Hackathon Season" style="width:100%">
60+
</a>-->
61+
62+
<!-- Hero -->
63+
<section id="hero">
64+
<div id="hero-content">
65+
<h1>BrickHack 8</h1>
66+
<p>RIT'S PREMIER HACKATHON</p>
67+
<h3>March 5-6, 2022</h3>
68+
<h3>Virtual Event</h3>
69+
<p>Apply today: </p>
70+
<!-- Login and Signup buttons -->
71+
<div id="hero-buttons">
72+
<a id="login" href="https://apply.brickhack.io/">LOGIN</a>
73+
<a id="register" href="https://apply.brickhack.io/users/sign_up">REGISTER</a>
74+
</div>
75+
</div>
76+
<div id="hero-video">
77+
<video width="750" autoplay muted loop playsinline>
78+
<source src="./assets/bh8/videos/LandingLoop.mp4" type="video/mp4">
79+
</video>
80+
</div>
81+
</section>
3682

37-
<img id="logo" src="./resources/pixel-logo-real.png" alt="BrickHack 8 logo. Two stripes, left orange and right blue, in a parallelogram with a white border.">
83+
<!-- About -->
84+
<section id="about">
85+
<div id="about-text">
86+
<h2>What is a Hackathon?</h2>
87+
<p>A hackathon is an invention marathon. BrickHack is a 24-hour digital hackathon that is completely free and open to any university student.</p>
88+
<p>Apply to come spend March 5th and 6th, 2022 with us to learn, collaborate, build, and innovate!</p>
89+
</div>
90+
<div id="about-cards">
91+
<div class="about-card">
92+
<h3>Applying</h3>
93+
<p><a href="https://apply.brickhack.io/users/sign_up">Register</a> an account via our application system to apply to BrickHack today! Applications will be open until the event opens on March 5th.</p>
94+
<p>If your application is accepted, you will receive an email from our team with more information.</p>
95+
<p>You must be 18+ and a current university student to apply. Applications and event attendance are completely free.</p>
96+
</div>
97+
<div class="about-card">
98+
<h3>Participating</h3>
99+
<p>At BrickHack, students compete individually or in teams of 2-4 to build anything they want. You could make an app, a website, a game, a design, or any other form of interactive media. No experience is required; we provide mentors to help you along the way!</p>
100+
</div>
101+
</div>
102+
<div id="about-stats">
103+
<div id="stats-content">
104+
<h3>Last year's BrickHack 7 in numbers:</h3>
105+
<div id="stats">
106+
<div>
107+
<p><b>449</b></p>
108+
<p>Participants</p>
109+
</div>
110+
<div>
111+
<p><b>137</b></p>
112+
<p>Schools represented</p>
113+
</div>
114+
<div>
115+
<p><b>38</b></p>
116+
<p>Countries</p>
117+
</div>
118+
</div>
119+
</div>
120+
<video width="500" autoplay muted loop playsinline>
121+
<source src="./assets/bh8/videos/AboutLoop.mp4" type="video/mp4">
122+
</video>
123+
</div>
124+
</section>
38125

39-
<p id="secret-message">Nothing to see here!</p>
40-
<div class="window">
41-
<div class="title-bar">
42-
<div class="title-bar-text">BrickHack 8</div>
43-
<div class="title-bar-controls">
44-
<button aria-label="Minimize" class="window-control"></button>
45-
<button aria-label="Maximize" class="window-control"></button>
46-
<button aria-label="Close" class="window-control"></button>
126+
<!-- FAQ -->
127+
<section id="faq">
128+
<div id="faq-title">
129+
<div id="faq-title-content">
130+
<h2>Frequently Asked Questions</h2>
131+
<p>Don't see your question here? Feel free to <a href="mailto:[email protected]">contact us</a></p>
132+
</div>
133+
<video width="110" height="200" autoplay muted loop playsinline>
134+
<source src="./assets/bh8/videos/FAQLoop.mp4" type="video/mp4">
135+
</video>
136+
</div>
137+
<div id="faq-cards">
138+
<div id="faq-cards-left">
139+
<div class="card">
140+
<button class="accordion-header">
141+
<i class="fa fa-plus fa-plus-light-blue" aria-hidden="true"></i>
142+
Can I re-use an old project?
143+
</button>
144+
<div class="panel">
145+
<p>No. You can start thinking of ideas beforehand, but no work can be done!</p>
146+
<p>(No designs, no UML diagrams, no code, etc.)</p>
147+
</div>
148+
</div>
149+
<div class="card">
150+
<button class="accordion-header">
151+
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
152+
How accessible is the digital event?
153+
</button>
154+
<div class="panel">
155+
<p>We've put a lot of thought into making sure all of BrickHack can be enjoyed by everyone. We're planning to have interpreting services and audio captioning to boot, with more accommodations to come in the future.</p>
156+
<p>During registration, put any services that you require in the "special needs" field, and we'll do our best to meet them!</p>
157+
<p>For any outstanding questions, email <a href="mailto:[email protected]">[email protected]</a>.</p>
158+
</div>
159+
</div>
160+
<div class="card">
161+
<button class="accordion-header">
162+
<i class="fa fa-plus fa-plus-blue" aria-hidden="true"></i>
163+
When will I know if I got in?
164+
</button>
165+
<div class="panel">
166+
<p>Soon!</p>
167+
<p>Every application is considered on a first-come, first-serve basis. So register early! We'll send an email out if you're accepted.</p>
168+
</div>
47169
</div>
48170
</div>
49-
<div class="window-body">
50-
<p>BrickHack 8 is returning virtually on March 5 & 6 2022!</p>
51-
<div class="field-row-stacked">
52-
<div id="mc_embed_signup">
53-
<form action="https://coderit.us11.list-manage.com/subscribe/post?u=122b09a8cef4c1f3888af8e40&amp;id=4c1af7f783" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
54-
<div id="mc_embed_signup_scroll">
55-
<div class="mc-field-group">
56-
<label for="mce-EMAIL">Enter your e-mail to stay updated.</label>
57-
<div class="field-row">
58-
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="[email protected]">
59-
<button type="submit">Submit</button>
60-
</div>
61-
</div>
62-
<div id="mce-responses" class="clear">
63-
<div class="response" id="mce-error-response" style="display:none"></div>
64-
<div class="response" id="mce-success-response" style="display:none"></div>
65-
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
66-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_122b09a8cef4c1f3888af8e40_4c1af7f783" tabindex="-1" value=""></div>
67-
</div>
68-
</form>
171+
<div id="faq-cards-right">
172+
<div class="card">
173+
<button class="accordion-header">
174+
<i class="fa fa-plus fa-plus-light-blue" aria-hidden="true"></i>
175+
I'm new to coding. What if I have questions while I hack?
176+
</button>
177+
<div class="panel">
178+
<p>This year, we'll have mentors from various tech companies available to help, as well as other hackers who can volunteer their knowledge throughout the event.</p>
179+
<p>During the opening ceremony, we'll go over how to request help from a mentor!</p>
180+
</div>
181+
</div>
182+
<div class="card">
183+
<button class="accordion-header">
184+
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
185+
Should I bring my own bricks?
186+
</button>
187+
<div class="panel">
188+
<p>We've got you covered.</p>
69189
</div>
70190
</div>
71191
</div>
72192
</div>
73-
<div id="badges">
74-
<img src="./assets/bh8/macmade-blkwtbrdrspin.gif" alt="Made with Macintosh badge">
75-
<img src="./assets/bh8/adobesvg.gif" alt="This side is SVG powered badge">
76-
<img src="./assets/bh8/hackerpowered.gif" alt="Hacker powered badge">
193+
</section>
194+
195+
<!-- Contact -->
196+
<section id="contact">
197+
<div id="contact-content">
198+
<h2>Contact</h2>
199+
<p>Feel free to let us know of any questions, comments, and/or concerns at <a href="mailto:[email protected]">[email protected]</a></p>
200+
<p>Interested in joining our team? <a href="./club.html">Check out our club</a></p>
201+
</div>
202+
<div id="contact-socials">
203+
<p>Connect with us:</p>
204+
<div id="social-icons">
205+
<a href="https://twitter.com/brickhackrit" target="_blank">
206+
<i class="fab fa-twitter"></i>
207+
</a>
208+
<a href="https://www.facebook.com/brickhackrit" target="_blank">
209+
<i class="fab fa-facebook"></i>
210+
</a>
211+
<a href="https://www.instagram.com/brickhack/" target="_blank">
212+
<i class="fab fa-instagram"></i>
213+
</a>
214+
<a href="https://snapchat.com/add/brickhack" target="_blank">
215+
<i class="fab fa-snapchat"></i>
216+
</a>
217+
</div>
77218
</div>
78219
</section>
220+
221+
<!-- Footer -->
79222
<footer>
80-
<p>Interested in sponsoring? <span class="text-break">E-mail <a href="mailto:[email protected]">[email protected]</a></span></p>
81-
<p>Want to help organize? <span class="text-break"><a href="./club.html">Meet the team</a></span></p>
82-
<p>View the <a href="./bh7.html">BrickHack 7 website</a></p>
223+
<div id="footer-left">
224+
<p><a href="mailto:[email protected]">[email protected]</a></p>
225+
</div>
226+
<div id="footer-right">
227+
<p><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">MLH Code of Conduct</a></p>
228+
<p><a href="https://www.rit.edu/academicaffairs/policiesmanual/c070" target="_blank">Privacy Policy</a></p>
229+
<p>Copyright &copy; 2022 BrickHack Club</p>
230+
</div>
83231
</footer>
84232

85233
<!-- This is where Parcel imports are located! (SASS, etc.) -->

0 commit comments

Comments
 (0)