forked from dvchacks/dvchacks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
365 lines (357 loc) · 15.3 KB
/
index.html
File metadata and controls
365 lines (357 loc) · 15.3 KB
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!doctype html>
<html lang="en">
<head>
<title>DVCHacks</title>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="DVCHacks">
<meta name="description" content="DVCHacks is a hackathon from Diablo Valley College.">
<meta name="keywords" content="DVCHacks, DVC, hackathon">
<meta property="og:title" content="DVCHacks">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dvchacks.io/">
<meta property="og:image" content="">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/img/site.webmanifest">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#4ab88a">
<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="msapplication-TileColor" content="#4ab88a">
<meta name="msapplication-config" content="/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Oswald:700|Raleway" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="navbar" data-sticky-container>
<div
class="top-bar"
data-sticky
data-sticky-on="small"
data-options="marginTop:0;"
data-top-anchor="1"
style="width:100%; height: 10vh;"
>
<div class="top-bar-left">
<ul class="menu" data-smooth-scroll>
<li><a href="#landing" class="title"><h4>DVCHacks</h4></a></li>
</ul>
</div>
<div class="top-bar-right hide-for-small-only">
<ul class="menu" data-smooth-scroll>
<li><a href="#landing">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#venue">Venue</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#contact">Contact Us</a></li>
<li class="full-height">
<button type="button" class="button secondary full-height">
<a href="http://live.dvchacks.io/">
Live
</a>
</button>
</li>
</ul>
</div>
<div class="top-bar-right show-for-small-only">
<ul class="menu">
<li class="full-height">
<button type="button" class="button secondary full-height">
<a href="https://dvchacks.typeform.com/to/M6ZGax">
Sign Up
</a>
</button>
</li>
</ul>
</div>
</div>
</div>
<div id="landing" class="grid-x align-center align-middle">
<div class="cell medium-6 large-8 text-center">
<img src="img/dvchacks-logo-white.png" class="logo">
<p class="caption">
Come hack with us and compete for prizes!
</p>
<div class="divider"></div>
<div class="event-info">
<p>April 27-28</p>
<p>9:00AM - 8:00PM On Saturday & 9:00AM - 2:00PM On Sunday</p>
<p>Diablo Valley College</p>
</div>
</div>
</div>
<div id="about" class="grid-x grid-padding-x align-center">
<div class="cell small-12 medium-8 large-6 text-center">
<h1>What is DVCHacks?</h1>
<div class="grid-y about-card card" data-smooth-scroll>
<div class="cell">
DVCHacks is a <a href="#faq">hackathon</a> organized by Diablo Valley
College students where <b>anyone</b> (yes, not just DVC students!) can
make their dream project come true and compete for prizes!
Join our 24 hours event filled with interesting workshops and fun
activities.
</div>
<div class="carousel-cell cell">
<div class="orbit" data-orbit>
<div class="orbit-wrapper">
<div class="orbit-controls">
<button class="orbit-previous">◀︎</button>
<button class="orbit-next">▶︎</button>
</div>
<ul class="orbit-container">
<li class="orbit-slide is-active">
<img src="img/24hour.png">
<p class="img-caption">24 Hours Hackathon</p>
</li>
<li class="orbit-slide">
<img src="img/workshop.png">
<p class="img-caption">Workshops from Sponsors</p>
</li>
<li class="orbit-slide">
<img src="img/network.png">
<p class="img-caption">Networking Opportunities</p>
</li>
<li class="orbit-slide">
<img src="img/food.png">
<p class="img-caption">Free Lunches & Dinner</p>
</li>
<li class="orbit-slide">
<img src="img/award.png">
<p class="img-caption">Amazing Awards</p>
</li>
</ul>
</div>
<nav class="orbit-bullets">
<button class="is-active" data-slide="0"></button>
<button data-slide="1"></button>
<button data-slide="2"></button>
<button data-slide="3"></button>
<button data-slide="4"></button>
</nav>
</div>
</div>
</div>
</div>
</div>
<div id="schedule" class="grid-x grid-padding-x align-center align-middle">
<div class="cell medium-6 large-8">
<h1>Schedule</h1>
<div class="grid-x">
<div class="schedule-cell cell large-6">
<h3 class="dates">April 27</h3>
<div class="time-slot">
<span class="time"><b>09:00</b></span>
<div class="vertical-divider"></div>
Check In
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>10:00</b></span>
<div class="vertical-divider"></div>
Opening Ceremony
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>11:00</b></span>
<div class="vertical-divider"></div>
Lunch & Snacks
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>12:00</b></span>
<div class="vertical-divider"></div>
Team Formation
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>12:00</b></span>
<div class="vertical-divider"></div>
Hacking Begins
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>13:00</b></span>
<div class="vertical-divider"></div>
Workshop 1: Intro to Git & Github
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>14:00</b></span>
<div class="vertical-divider"></div>
Workshop 2: Intro to Web Development by Google
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>15:00</b></span>
<div class="vertical-divider"></div>
Snack
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>16:00</b></span>
<div class="vertical-divider"></div>
Workshop 3: Intro to APIs
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>17:00</b></span>
<div class="vertical-divider"></div>
Workshop 4: Cloud Computing with AWS
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>18:00</b></span>
<div class="vertical-divider"></div>
Fun Activity: Cup Stacking
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>19:00</b></span>
<div class="vertical-divider"></div>
Dinner
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>20:00</b></span>
<div class="vertical-divider"></div>
Venue Closing
</div>
<!-- <div class="divider"></div> -->
</div>
<div class="schedule-cell cell large-6">
<h3 class="dates">April 28</h3>
<div class="time-slot">
<span class="time"><b>09:00</b></span>
<div class="vertical-divider"></div>
Check In, Hacking Continues
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>11:00</b></span>
<div class="vertical-divider"></div>
Lunch
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>12:00</b></span>
<div class="vertical-divider"></div>
Hacking Ends, Judging Begins
</div>
<!-- <div class="divider"></div> -->
<div class="time-slot">
<span class="time"><b>13:30</b></span>
<div class="vertical-divider"></div>
Awards & Closing Ceremony
</div>
<!-- <div class="divider"></div> -->
</div>
</div>
</div>
</div>
<div id="venue" class="grid-x align-middle">
<div class="map-container cell medium-6 small-order-2 medium-order-1">
<iframe class="map" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJ9d11obxmhYARgasjBNLgebE&key=AIzaSyCqQ3fO2vl-H7lq2Dwq5B8A4HOfhySPPS8" allowfullscreen></iframe>
</div>
<div class="venue-container cell medium-6 text-center small-order-1 medium-order-2">
<h1>Venue</h1>
<p>
DVC Cafeteria<br>
321 Golf Club Rd, Pleasant Hill,<br>
CA 94523, USA
</p>
</div>
</div>
<div id="faq" class="grid-x grid-padding-x align-center align-middle">
<div class="cell medium-6 large-8">
<h1>FAQ</h1>
<div class="grid-x grid-margin-x">
<div class="cell small-12 large-4">
<h3 class="question">What is a hackathon?</h3>
<p>A hackathon is best described as an “invention marathon”. Anyone who has an interest in technology attends a hackathon to learn, build & share their creations over the course of a weekend in a relaxed and welcoming atmosphere. You don’t have to be a programmer and you certainly don’t have to be majoring in Computer Science.</p>
</div>
<div class="cell small-12 large-4">
<h3 class="question">Who can attend?</h3>
<p>DVCHacks is open to all majors! As long as you're prepared to learn, brainstorm, and build cool things, we welcome you to join. We encourage participants to form teams of up to 4 people.</p>
</div>
<div class="cell small-12 large-4">
<h3 class="question">What if I don’t have a team or idea?</h3>
<p>Don't worry! We’ll have team-forming activity to help you find teammates. Some of the best hacks usually come from teams that met and formed an idea on the spot!</p>
</div>
<div class="cell small-12 large-4">
<h3 class="question">What if I don’t know how to code?</h3>
<p>Not a problem! The entire organizing team knew very little when they each attended their very first hackathon. It’s entirely irrelevant what your experience is going into a hackathon, it’s more about your interest in technology. DVCHacks is made to be very welcoming and beginner-friendly. We will provide workshops and mentors to help you build something you will be proud of.</p>
</div>
<div class="cell small-12 large-4">
<h3 class="question">What can I build?</h3>
<p>You can build whatever your heart desires, whether it's a web app, mobile app, hardware hack, or an open source tool. It is recommended to focus on a specific theme such as health/wellness, education, environment or entertainment, your choice! Our main focus is to bring you a learning experience where you can have fun, ask questions, and experiment with technology.</p>
</div>
<div class="cell small-12 large-4">
<h3 class="question">How much does it cost?</h3>
<p>DVCHacks is free for all admitted participants. Don’t sweat it! We will provide you WiFi, meals, caffeine, swag, and workspace for the entire weekend.</p>
</div>
</div>
<hr>
<p>
Still have some unanswered questions?
<a href="#contact" data-smooth-scroll>Contact us!</a>
</p>
</div>
</div>
<div id="sponsor" class="grid-x grid-padding-x align-center">
<div class="cell text-center">
<h1>Sponsors</h1>
<p>This hackathon is made possible by:</p>
<div class="sponsor-logos">
<img src="img/DvcLogo.png">
<img src="img/AcutulusLogo.png">
</div>
</div>
</div>
<div id="contact" class="grid-x align-center align-middle">
<div class="cell text-center">
<h1>Contacts</h1>
<p>
Have other questions?<br>
Interested in becoming our sponsor in the future?
</p>
<p>Shoot us an email at:</p>
<p><a href="mailto:contact@dvchacks.io" class="contact-link">contact@dvchacks.io</a></p>
<br>
<p>Also check us out on social media and other sites!</p>
<div class="socials-container">
<a href="https://www.instagram.com/wics.dvc/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://wicsdvc.com/" target="_blank">
<i class="fas fa-laptop-code"></i>
</a>
<a href="https://github.com/dvchacks" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://orgsync.com/163868/chapter" target="_blank">
<i class="fas fa-graduation-cap"></i>
</a>
</div>
</div>
</div>
<div id="footer" class="grid-x align-center align-middle">
<div class="cell text-center">
<p>
© 2019 DVCHacks
<span class="show-for-large">• </span>
<span class="hide-for-large"><br></span>
Made with ❤️ by DVC WiCS Team
</p>
</div>
</div>
<!-- Scripts -->
<script src="bundle.js"></script>
</body>
</html>