-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
342 lines (335 loc) · 16.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en" style="background-image:url('./images/galaxy_rawtexture.jpeg')">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="SacHacks | Sacramento's first major intercollegiate hackathon" >
<meta property="og:type" content="website" />
<meta property="og:url" content="http://sachacks.io" />
<meta property="og:image" content="http://sachacks.io/images/sachack_3.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="172" />
<meta property="og:description" content="SacHacks is Sacramento’s leading Hackathon, characterized by remarkable rounds of intense coding and brainstorming! Come together for 30 hours with the brightest developers and designers to create something amazing." />
<meta name="description" content="SacHacks | Sacramento's first intercollegiate Hackathon" />
<meta name="keywords" content="hackathon, Sacramento, California, hackathon, technology, startups, innovation, hacks" />
<meta name="author" content="SacHacks" />
<meta name="theme-color" content="#ffffff" />
<meta http-equiv="cache-control" content="public" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="shortcut icon" href="images/rocket-color.png" type="image/x-icon">
<link rel="icon" href="images/rocket-color.png" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" href="dist/index.css">
<title>SacHacks</title>
</head>
<body>
<div class="wrapper">
<div class="header">
<div class="logo">
<!-- <a href="https://mlh.io/" target="_blank">
<img src="images/logo-MLH.png">
</a> -->
</div>
<div class="header-title">
<a href="/">
<img src="images/sachack_3.png" alt="">
</a>
</div>
</div>
<nav class="navbar navbar-default navbar-expand-lg navbar-light bg-light sticky-top">
<div class="rocket"><img class="animated" src="images/rocket-color.png" alt=""></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="nav navbar-nav control-btn">
<li class="nav-item" name="1"><a href="https://sachacks.typeform.com/to/kXASw6" class="nav-link"> APPLY </a></li>
<li class="nav-item" name="0"><a href="#about" class="nav-link"> ABOUT <span class="sr-only">(current)</span></a></li>
<li class="nav-item" name="1"><a href="#schedule" class="nav-link"> SCHEDULE </a></li>
<!--<li class="nav-item" name="2"><a href="#faq" class="nav-link"> FAQ </a></li>-->
<li class="nav-item" name="3"><a href="#sponsors" class="nav-link"> SPONSORS </a></li>
</ul>
</div>
</nav>
<div class="homepage padding-top">
<img src="images/sachack_3.png" alt="">
<div class="detail">
<h3 id="space">McClellan Conference Center @ Sacramento, CA</h3>
<h5 class="yellow">November 17-18, 2018</h5>
<div class="mainButtons">
<a href="https://sachacks.typeform.com/to/kXASw6" target="_blank"><button class="btn btn-active">
APPLY</button>
</a>
<a href="https://sachacks.typeform.com/to/HzyoCY" target="_blank">
<button class="btn btn-home">BE A MENTOR</button>
</a>
</div>
</div>
</div>
<div class="about padding-top" id="about">
<h1>What is SacHacks?</h1>
<div class="detail">
<p>
<span class="yellow">Design. Code. Launch.</span>
SacHacks is the first major intercollegiate hackathon in the Sacramento, California area. Our passion is to cultivate the untapped potential of those in Sac by
providing them with the opportunity to launch their ideas in a public venue. We provide the place, you bring your ideas, and we have a friendly competition
between all creative coders to launch their ideas into action during a 24-hour hackathon.
</p>
</div>
</div>
<div class="tracks padding-top">
<h1>Core Values</h1>
<div class="lower-tracks">
<div class="track collab">
<img src="images/collaboration.png"></img>
<h3>Collaboration</h3>
<p> Hack a project from scratch, and make some new friends in the process! </p>
</div>
<div class="track innovate">
<img src="images/innovation.png"></img>
<h3>Innovation</h3>
<p> Develop, design, and create incredible ideas to solve real-world issues! </p>
</div>
<div class="track skill-build">
<img src="images/skill-building.png"></img>
<h3>Skill Building</h3>
<p> Learn some new programs and skills! Hackathons serve as great crash-courses. </p>
</div>
</div>
</div>
<!-- Schedule page -->
<div class="schedule padding-top" id="schedule">
<div class="schedule-header">
<h1>Schedule</h1>
<div class="schedule-buttons">
<button class="btn-sched btn-active btn-1">Sat, Nov 17th </button>
<button class="btn-sched btn-inactive btn-2">Sun, Nov 18th</button>
</div>
</div>
<table class="tb-active tb-1">
<tr>
<td class="t-time"> 9 AM </td>
<td class="t-event"> Check In </td>
<td class="t-desc"> Sign in! Check in at the main entrance of the McClellan Conference Center. </td>
</tr>
<tr>
<td class="t-time"> 10 AM </td>
<td class="t-event"> Opening Ceremony </td>
<td class="t-desc"> Hear from a VIP of the Sac Kings! </td>
</tr>
<tr>
<td class="t-time"> 10:30 AM </td>
<td class="t-event"> Hacking Begins! + Team Mixer </td>
<td class="t-desc"> Start building! If you don't yet have a team, attend the mixer to find teammates! </td>
</tr>
<tr>
<td class="t-time"> 12 PM </td>
<td class="t-event"> Lunch </td>
<td class="t-desc"> Amazing food from local Sac businesses! All details of the meals at the hackathon TBA!</td>
</tr>
<tr>
<td class="t-time"> 2 PM </td>
<td class="t-event"> Google Cloud Platform Workshop </td>
<td class="t-desc"> Learn how to use the GCP API! </td>
</tr>
<tr>
<td class="t-time"> 4 PM </td>
<td class="t-event"> Workshop TBA</td>
<td class="t-desc"> Workshop content TBA! </td>
</tr>
<tr>
<td class="t-time"> 6 PM </td>
<td class="t-event"> Dinner </td>
<td class="t-desc"> Time to eat! </td>
</tr>
<tr>
<td class="t-time"> 10 PM </td>
<td class="t-event"> Leonid Meteor Shower Break! </td>
<td class="t-desc"> Let's watch this once-a-year meteor shower together while we break! </td>
</tr>
</table>
<table class="tb-inactive tb-2">
<tr>
<td class="t-time"> 12 AM </td>
<td class="t-event"> Midnight Snack </td>
<td class="t-desc"> You've probably had too much Red Bull. We'll have more Red Bull for you :) . Also snacks are stocked! </td>
</tr>
<tr>
<td class="t-time"> 2 AM </td>
<td class="t-event"> Boba Break </td>
<td class="t-desc"> Need we say more? </td>
</tr>
<tr>
<td class="t-time"> 4 AM </td>
<td class="t-event"> Cup Stacking </td>
<td class="t-desc"> Still alive? Let's do some classic cup stacking!</td>
</tr>
<tr>
<td class="t-time"> 8 PM </td>
<td class="t-event"> Breakfast </td>
<td class="t-desc"> Donuts and coffee. Yay. </td>
</tr>
<tr>
<td class="t-time"> 10 PM </td>
<td class="t-event"> Workshop </td>
<td class="t-desc"> More details TBA! </td>
</tr>
<tr>
<td class="t-time"> 12 PM </td>
<td class="t-event"> Lunch </td>
<td class="t-desc"> TBA Again :) </td>
</tr>
<tr>
<td class="t-time"> 2 PM </td>
<td class="t-event"> Workshop </td>
<td class="t-desc"> TBA :) </td>
</tr>
<tr>
<td class="t-time"> 3 PM </td>
<td class="t-event"> Workshop </td>
<td class="t-desc"> :) </td>
</tr>
<tr>
<td class="t-time"> 4 PM </td>
<td class="t-event"> Hacking Finished! </td>
<td class="t-desc"> Congratulations!! You've survived!! </td>
</tr>
<tr>
<td class="t-time"> 4:30 PM </td>
<td class="t-event"> Demos and Judging </td>
<td class="t-desc"> Show off the cool projects you've hacked!! </td>
</tr>
<tr>
<td class="t-time"> 5:00 (to 5:45) PM </td>
<td class="t-event"> Closing Ceremony </td>
<td class="t-desc"> Let's close and conquer!</td>
</tr>
</table>
</div>
<div class="FAQ padding-top" id="faq">
<h1>Frequently Asked Questions</h1>
<div class="Q-and-A">
<li>
<h3>What is a hackathon?</h3>
<p>
A hackathon occurs when passionate people gather together to create, build, and launch their ideas with tech.
</p>
</li>
<li>
<h3>How much does it cost?</h3>
<p>
Everything is provided by our team and sponsors. The event is free to attend.
</p>
</li>
<li>
<h3>Who can attend?</h3>
<p>
Any undergraduate student, graduate student, or industry professionals over the age of 18 are welcome!
</p>
</li>
<li>
<h3>Code of Conduct?</h3>
<p>
All participants of our event must follow the MLH Code of Conduct. Clink the link below to download a pdf for more information
<a href="assets/pdf/mlh-code-of-conduct.pdf" target="_blank">MLH Code of Conduct PDF</a>
</p>
</li>
<li>
<h3>I’m not the best coder. Can I still attend?</h3>
<p>
Yes, we embrace diversity. It will be a great opportunity to pick up new skills from other coders at the event. Applications are not filtered based on experience.
</p>
</li>
<li>
<h3>I don’t have a team. Can I still attend?</h3>
<p>
Yes! We will have a team mixer for hackers to form teams.
</p>
</li>
<li>
<h3>Have more questions?</h3>
<p>
Feel free to email us at <a href="mailto:team@sachacks.io">team@sachacks.io</a>.
</p>
</li>
</div>
</div>
<div class="sponsor padding-top" id="sponsors">
<h1>Sponsors</h1>
<h4>Want to sponsor SacHacks? Download our
<span>
<a href="/assets/pdf/sachacks-sponsorship-deck.pdf" target="_blank">
Sponsorship Deck PDF
</a>
</span>for more information. Contact us at our email <a href="mailto:team@sachacks.io">team@sachacks.io</a>.
</h4>
<div class="list-sponsor">
<div class="list-sponsor-row">
<a href="https://www.nba.com/kings/" target="_blank">
<img src="images/sac_kings_logo.png" height="350px" width="289px">
</a>
</div>
<div class="list-sponsor-row">
<a href="http://www.wolfram.com/" target="_blank">
<img src="images/wolfram_logo.png" height="200px" width="254px">
</a>
<a href="https://www.vmware.com/" target="_blank">
<img src="images/VMware_logo.png" height="162px" width="400px">
</a>
</div>
<div class="list-sponsor-row">
<a href="https://soylent.com/" target="_blank">
<img src="images/soylent_logo.png" height="100px" width="200px">
</a>
<a href="https://www.hackerearth.com/" target="_blank">
<img src="images/hacker-earth-logo.png" height="75px" width="354px">
</a>
<a href="https://guayaki.com/" target="_blank">
<img src="images/Yerba_Mate.png" height="200px" width="166px">
</a>
<a href="https://cloud.google.com/" target="_blank">
<img src="images/gcp-logo.png" height="150px" width="250px">
</a>
</div>
<div class="list-sponsor-row">
<a href="https://www.nvidia.com/en-us/" target="_blank">
<img src="images/nvidia_logo.png" height="50px" width="217px">
</a>
<a href="https://get.tech/" target="_blank" >
<img src="images/techdomains_logo.png" height="75px" width="155px">
</a>
<a href="http://athena.ecs.csus.edu/~hackstate/index.html" target="_blank">
<img src="images/hs_logo.png" height="100px" width="100px">
</a>
<a href="https://www.ascenducd.org/" target="_blank">
<img src="images/ascend_logo.png" height="125px" width="125px">
</a>
<a href="http://www.gogosqueez.com/" target="_blank">
<img src="images/gogo_squeez_logo.png" height="100px" width="135px">
</a>
</div>
</div>
</div>
<div class="footer-bar">
<p> SacHacks 2018 </p>
<ul class="icon-bar">
<li><a href="https://www.facebook.com/sachacks/"/><i style="color:white" class="fab fa-facebook-f" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/company/sachacks/"/><i style="color:white" class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/sachacks/?hl=en"/><i style="color:white" class="fab fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/SacHacks18"/><i style="color:white" class="fab fa-twitter" aria-hidden="true"></i></a></li>
</ul>
<p> <a href="mailto:team@sachacks.io">team@sachacks.io </a></p>
</div>
</div>
<script src="./dist/bundle.js"></script>
</body>
</html>