|
4 | 4 | <!-- Standard Meta Tags-->
|
5 | 5 | <title>BrickHack 8</title>
|
6 | 6 | <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"> |
8 | 8 | <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."> |
10 | 10 |
|
11 | 11 | <!-- Twitter Cards -->
|
12 | 12 | <meta property="twitter:card" content="summary"/>
|
13 | 13 | <meta property="twitter:title" content="BrickHack 8">
|
14 | 14 | <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"> |
17 | 17 |
|
18 | 18 | <!-- Open Graph Cards -->
|
19 | 19 | <meta property="og:type" content="website" />
|
20 | 20 | <meta property="og:title" content="Brickhack 8" />
|
21 | 21 | <meta property="og:site_name" content="BrickHack 8" />
|
22 | 22 | <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" /> |
25 | 25 |
|
26 | 26 | <!-- Favicons -->
|
27 | 27 | <link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/apple-touch-icon.png">
|
28 | 28 | <link rel="icon" type="image/png" sizes="32x32" href="resources/favicon/favicon-32x32.png">
|
29 | 29 | <link rel="icon" type="image/png" sizes="16x16" href="resources/favicon/favicon-16x16.png">
|
30 | 30 |
|
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"> |
33 | 35 | </head>
|
34 | 36 | <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> |
36 | 82 |
|
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> |
38 | 125 |
|
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> |
47 | 169 | </div>
|
48 | 170 | </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&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> |
69 | 189 | </div>
|
70 | 190 | </div>
|
71 | 191 | </div>
|
72 | 192 | </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> |
77 | 218 | </div>
|
78 | 219 | </section>
|
| 220 | + |
| 221 | + <!-- Footer --> |
79 | 222 | <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 | + |
| 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 © 2022 BrickHack Club</p> |
| 230 | + </div> |
83 | 231 | </footer>
|
84 | 232 |
|
85 | 233 | <!-- This is where Parcel imports are located! (SASS, etc.) -->
|
|
0 commit comments