-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
421 lines (407 loc) · 22 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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DooleyHacks</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=3.0, minimum-scale=0.86">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Jost&display=swap" rel="stylesheet">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- icon -->
<link rel="shortcut icon" type="image/png" href="assets/img/icon/DooleyHacks3.png" />
<!-- MailChimp Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
</style>
</head>
<body>
<!--- Nav Bar --->
<nav class="navbar navbar-expand-md ">
<a class="navbar-brand" href="#">
<img src="assets/img/icon/DooleyHacks2.png" alt="DooleyHacks logo" width="86px" height="86px">DooleyHacks
</a>
<button class="navbar-toggler navbar-light" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="#upcoming">Upcoming</a>
<a class="nav-item nav-link" href="#about">About</a>
<a class="nav-item nav-link" href="#team">Team</a>
<a class="nav-item nav-link" href="#sponsor">Sponsor</a>
<a class="nav-item nav-link" href="#contact">Contact</a>
</div>
</div>
</nav>
<section class="blank-space-large"></section>
<!--- Upcoming --->
<main id="upcoming">
<div class="container my-5">
<div class="jumbotron text-center">
<h1><a href="https://forms.gle/FwckX4jHUDP5ypjK9">Click Here: To Sign Up For Our Spring Hackathon!</a></h1>
<section class="blank-space"></section>
<section class="blank-space"></section>
<section class="blank-space"></section>
<section class="blank-space"></section>
<div id="carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/img/event/largeGroup.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h5>DooleyHacks 2020</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/event/firstPlaceTeam.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<section class="blank-space"></section>
<h5>First Place Team</h5>
<p>"ML Posture"</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/event/secondPlaceTeam.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h5>Second Place Team</h5>
<p>"Stonks"</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/event/thirdPlaceTeam.jpg" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block">
<h5>Third Place Team</h5>
<p>"Fractals"</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section class="blank-space"></section>
<section class="blank-space"></section>
<section class="blank-space"></section>
<section class="blank-space"></section>
<h3>
<a href="https://dooleyhacks.devpost.com/submissions" style="color: #0118c3">
Last Years Projects!
</a>
</h3>
<section class="blank-space"></section>
<section class="blank-space"></section>
</div>
</div>
</main>
<section class="blank-space-large"></section>
<!--- About --->
<main id="about">
<div class="container my-auto">
<div class="jumbotron text-center">
<h1 class="text-center">About Us:</h1>
<p style="color: #d2a700 ">DooleyHacks is Emory University’s revitalized Hackathon, presented by our
premiere tech club HackEmory.</p>
<p style="color: #d2a700 ">While HackEmory has been focusing on smaller community-level projects in
recent years, we are have been launching large-scale events,
namely our 2020 Hackathon “NextGen” last spring. With a vision of gathering the
community of people interested in various technologies, HackEmory
believes that this is truly the perfect era for establishing the “next
generation” of Emory’s focus on innovation through DooleyHacks.</p>
<p style="color: #d2a700 ">Emory prides itself in its well-rounded liberal arts education, with students
adopting a multidisciplinary approach to their academics and striving to
create a curriculum in which they may satisfy their intellectual curiosity. A
large portion of students at Emory undertake a health or business track, but
many of them express a strong interest in the tech world -- evident through
previous Hackathons and campus-wide events.</p>
<p style="color: #d2a700 ">HackEmory is excited to foster the community from the ground up by
bringing together students of varying interests into our neoteric facility -- all
features that collectively allow DooleyHacks to stand out.</p>
</div>
</div>
</main>
<!--- Team --->
<main id="team">
<div class="container my-auto">
<div class="jumbotron">
<h1 class="text-center">Our Team:</h1>
<div class="col">
<div class="row justify-content-center my-5">
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/anthony.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/anthony--wong/" style="color: #0118c3">
Anthony Wong
</a>
</h4>
<p class="title">Sr. Co-Director</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom ">
<img src="assets/img/team/zack.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/zacharyseverino/" style="color: #0118c3">
Zack Severino
</a>
</h4>
<p class="title">Jr. Co-Director & Dev</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/isaac.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/isaacsyoo/" style="color: #0118c3">
Isaac Yoo
</a>
</h4>
<p class="title">Director - Finance</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/temi.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/temikelly/" style="color: #0118c3">
Temi Kelly
</a>
</h4>
<p class="title">Director - Marketing</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/amin.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="mailto:[email protected]" style="color: #0118c3">
Amin El Asery
</a>
</h4>
<p class="title">Head of Design - Dev</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/alex.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/alex-fan-ba6b3910b/" style="color: #0118c3">
Alex Fan
</a>
</h4>
<p class="title">Treasurer</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/abraham.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="mailto:[email protected]" style="color: #0118c3">
Abraham Aravelo
</a>
</h4>
<p class="title">Finance</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/jason.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/jasonhuang7" style="color: #0118c3">
Jason Huang
</a>
</h4>
<p class="title">Design</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/fiona.jpeg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/fiona-lau-420aa3199" style="color: #0118c3">
Fiona Lau
</a>
</h4>
<p class="title">Finance</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/deidra.jpeg" class="head">
<section class="blank-space"></section>
<h4>
<a href="mailto:[email protected]" style="color: #0118c3">
Deidra Papakostas
</a>
</h4>
<p class="title">Operations</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/wenjing.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://marvinquiet.github.io/" style="color: #0118c3">
Wenjing Ma
</a>
</h4>
<p class="title">Operations</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/hejie.png" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://hejiecui.com/" style="color: #0118c3">
Hejie Cui
</a>
</h4>
<p class="title">Operations - Dev</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/yanan.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="mailto:[email protected]" style="color: #0118c3">
Yanan Da
</a>
</h4>
<p class="title">Operations - Dev</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/elyse.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://www.linkedin.com/in/elyse-toder/" style="color: #0118c3">
Elyse Toder
</a>
</h4>
<p class="title">Operations</p>
</div>
</div>
<div class="col my-3 mx-3">
<div class="card zoom">
<img src="assets/img/team/chris.jpg" class="head">
<section class="blank-space"></section>
<h4>
<a href="https://christopherwyllie.com/" style="color: #0118c3">
Chris Wyllie
</a>
</h4>
<p class="title">Founder</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!--- Sponsor --->
<main id="sponsor">
<div class="container my-auto">
<div class="jumbotron">
<h1 class="text-center">Our Sponsors:</h1>
<div class="col">
<div class="row justify-content-center my-5">
<div class="col my-3 mx-3">
<a href="http://quantitative.emory.edu/index.html"><img src="assets/img/icon/emoryQSS.png" class="sponsor zoom-large"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://www.cs.emory.edu/home/"><img src="assets/img/icon/EmoryCS.jpg" class="sponsor zoom-large"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://www.globalhealth.emory.edu/"><img src="assets/img/icon/emorygh.jpg" class="sponsor zoom-large"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://contrarycap.com/"><img src="assets/img/icon/contrary.png" class="sponsor zoom-large"></a>
</div>
<div class="col my-3 mx-3">
<a href="http://www.thegeneralmuir.com/"><img src="assets/img/icon/generalMuir.png" class="sponsor zoom-large"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://www.dragonbowlatl.com/"><img src="assets/img/icon/dragonbowl.png" class="sponsor zoom-large"></a>
</div>
</div>
</div>
<h1 class="text-center"> Interested in Sponsoring Us?</h1>
<h3 class="text-center" style="color: #d2a700"> Email us at: <a href="mailto:[email protected]" style="color: #d2a700">[email protected]</a></h3>
</div>
</div>
</main>
<!--- Contact --->
<main id="contact">
<div class="container my-auto pb-4">
<div class="jumbotron ">
<h1 class="text-center">Contact Us:</h1>
<div class="col">
<div class="row text-center my-5">
<div class="col my-3 mx-3">
<a href="https://www.facebook.com/hackEmory/" class="fa fa-facebook zoom-large" style="font-size: 40px"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://www.instagram.com/dooleyhacks/?hl=en" class="fa fa-instagram zoom-large" style="font-size: 40px"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://twitter.com/dooleyhacks" class="fa fa-twitter zoom-large" style="font-size: 40px"></a>
</div>
<div class="col my-3 mx-3">
<a href="https://github.com/dooleyhacks" class="fa fa-github zoom-large" style="font-size: 40px"></a>
</div>
<div class="col my-3 mx-3">
<a href="mailto:[email protected]" class="fa fa-envelope zoom-large" style="font-size: 40px"></a>
</div>
</div>
</div>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://DooleyHacks.us18.list-manage.com/subscribe/post?u=f5fd983ad686d4c8c66842659&id=8dd8fba009" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL" class="mailing">Join our mailing list!</label>
<input type="email" value="" name="EMAIL" class="email" style="color: #F2A900" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f5fd983ad686d4c8c66842659_8dd8fba009" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="background: #0118c3"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</main>
<!--- Footer --->
<footer class="footer">
<div class="container text-center ">
<span class="text-muted " style="font-size: 90%">Coded with <span style="color: goldenrod">♥</span> from the DooleyHacks team.</span>
</div>
</footer>
<!-- Scripts -->
<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>
</body>
</html>