-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
547 lines (482 loc) · 22.1 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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.typekit.net/iei3wzu.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="./home.css">
<link rel="stylesheet" href="./nav.css">
<link rel="stylesheet" href="./schedule.css">
<link rel="stylesheet" href="./animate.css">
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon"/>
<title>CUhackit</title>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.js"></script>
</head>
<body ng-app>
<div id="background-container" style="z-index: -10000;">
<img id="background" src="./assets/backgrounds/fbg.png">
</div>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:1000000" href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=black"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-black.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark" style="z-index: 50000;height:60px;">
<div class="container">
<a class="navbar-brand" href="./index.html">
<img src="./images/CUhackit_RGB_Bug_blonde.svg" class="nav-brand">
</a>
<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" id="navbarSupportedContent">
<ul class="navbar-nav nav-fill w-100 align-items-start">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sched-title">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners-title">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-buttons">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"></a>
</li>
</ul>
</div>
</div>
</nav>
<section class="mt-5" id="home">
<!-- <div class="background-container">
<img src="./images/home/background.svg" class="background" alt="background">
</div>
<div class="backlandscape-container">
<img src="./images/home/backlandscape.svg" class="backlandscape" alt="backlandscape">
</div>
<div class="forelandscape-container">
<img src="./images/home/forelandscape.svg" class="forelandscape" alt="forelandscape">
</div>
<div class="moon-container">
<img src="./images/home/moon.svg" class="moon" alt="moon">
</div> -->
<div class="text-container">
<img src="./images/home/header-02.png" class="header" alt="header">
<a href="https://cuhackit.typeform.com/to/uvOtFP">
<img src="./images/home/applybutton-02.png" class="applybutton hoverexpand" alt="applybutton">
</a>
<a href="https://cuhackit.typeform.com/to/Yyr9gd">
<img src="./images/home/mentorbutton-02.png" class="mentorbutton hoverexpand" alt="mentorbutton">
</a>
</div>
<!-- circles group -->
<div class="rightcirclesgroup-container">
<img src="./images/home/rightcirclegroup.svg" class="rightcirclegroup" alt="rightcirclegroup">
</div>
<div class="leftcirclesgroup-container">
<img src="./images/home/leftcirclegroup.svg" class="leftcirclegroup" alt="leftcirclegroup">
</div>
</section>
<!-- <div id="home">
</div>
-->
<div id="about" class="d-flex justify-content-center">
<div class="d-flex flex-column align-items-start justify-content-center pb-5 mt-n5" id="about-text">
<h1 id="about-title" class="title-size">About CUhackit</h1>
<div class="col-sm-10 col-md-10 about-text">
<p>
Join us for a day of building, learning, and fun at South Carolina’s premiere hackathon! Spend 24 hours coding and collaborating in the beautiful Watt Family Innovation Center at Clemson University while we handle the food, coffee, and snacks. Experience our Makerspace and Immersive Space, attend workshops, and interact with representatives from companies small and large.
</p>
<p>
No matter your major or level of experience, we want to see you create your next hack with us at CUhackit!
</p>
</div>
</div>
</div>
<div id="quotes">
<div class="d-flex flex-column" id="quote-container">
<div class="quote-row d-flex justify-content-end">
<div class="quote-text col-4">
<p class="centered quote-quote" style="z-index: 32;padding-left:10px;padding-right:10px;">“CUhackit was the perfect experience for my first hackathon. All the mentors were incredibly helpful, and the staff provided all the resources we needed."</p>
<img class="quote-shape centered" style="margin-top:-100px;z-index:20;" src="./assets/images/QuoteAssets/BG-Triangle-02.svg">
</div>
<div class="quote-image-container" style="z-index:30;" >
<img class="quote-image" src="./assets/images/QuoteAssets/Frame-01-02.png">
</div>
<div class="col-1"></div>
</div>
<div class="quote-row d-flex flex-row-reverse justify-content-end">
<div class="quote-text col-4">
<p class="centered quote-quote" style="margin-left: 5vw;padding-left:10px;padding-right:10px;">"CUHackIt is a first of its kind for both Clemson University and South Carolina, as not all in-state students have the resources or the time to travel very far for a hackathon. "</p>
<img style="margin-top:-100px;" class="quote-shape" src="./assets/images/QuoteAssets/BG-Square-02.svg">
</div>
<div class="quote-image-container">
<img class="quote-image" src="./assets/images/QuoteAssets/Frame-02-02.png">
</div>
<div class="col-1"></div>
</div>
<div class="quote-row d-flex justify-content-end">
<div class="quote-text col-4">
<p class="centered quote-quote" style="z-index: 31;padding-left:10px;padding-right:10px;">"It's no longer enough to know things, it's now important to create things, to be able to act rather than just know, and this is the part that academics often miss - and where co-curriculars like CUhackit fill the void."</p>
<img style="margin-top:-100px;z-index:20;" class="quote-shape" src="./assets/images/QuoteAssets/BG-Circle-02.svg">
</div>
<div class="quote-image-container" style="z-index:30;" >
<img class="quote-image" src="./assets/images/QuoteAssets/Frame-03-02.png">
</div>
<div class="col-1"></div>
</div>
</div>
</div>
<div id="schedule" class="d-flex flex-column justify-content-start">
<!-- <h1 id="schedule-title"><strong>schedule coming soon</strong></h1> -->
<!-- =================================================== -->
<!-- =================================================== -->
<!-- <div style="display:flex;flex-direction:column;"> -->
<!-- <section class="section_block bg-transparent" id="schedule"> -->
<div class="container">
<h1 id="sched-title" class="day1 display-1 text-right text-secondary py-4 title-size" style="color:#50c6df !important;">Schedule</h1>
<h2 class="dayhead offset-md-4" style="color:#fef8c0;">Saturday</h2>
<div class="text-center row">
<div id="table" class="col-md-3 d-none d-md-block">
<div class="text-center ml-4 pt-3" style="color:#fef8c0;">
<div>
<h4 style="height:74px;padding:0;margin:0;">9:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">11:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">1:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">3:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">5:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">7:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">9:00 PM</h4>
</div>
</div>
</div>
<div id="table" class="col-md-8 ml-3" style="background-color:#fef8c0;">
<div class=" row no-gutters">
<div>
<div id="content" class="card my-auto card1" style="height:222px;width:50%;top:18px;justify-content: flex-start;">
<div class="card-text">
<h5 class='card-title'>Check in</h5>
<h6 class='card-subtitle small'>
9:00 AM - 1:00 PM
</h6>
</div>
</div>
<div id="content" class="card my-auto card2" style="/*height:19px;*/width:50%;top:75px;">
<div class="card-text">
<h5 class='card-title'>Team Formation</h5>
<h6 class='card-subtitle small'>
10:30 AM - 11:00 AM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="height:205px;width:50%;top:93px;">
<div class="card-text">
<h5 class='card-title'>Partnership Fair</h5>
<h6 class='card-subtitle small'>
11:00 AM - 4:00 PM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="/*height:19px;*/width:50%;top:54px;">
<div class="card-text">
<h5 class='card-title'>Opening Ceremony</h5>
<h6 class='card-subtitle small'>
10:00 AM - 10:30 AM
</h6>
</div>
</div>
<div id="content" class=" card my-auto card2" style="height:74px;width:50%;top:148px;">
<div class="card-text">
<h5 class='card-title'>Lunch</h5>
<h6 class='card-subtitle small'>
12:00 PM - 2:00 PM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="/*height:37px;*/width:50%;top:296px;">
<div class="card-text">
<h5 class='card-title'>Lightning Talks</h5>
<h6 class='card-subtitle small'>
4:00 PM - 5:00 PM
</h6>
</div>
</div>
<div id="content" class="card my-auto card1" style="height:74px;width:50%;top:394px;">
<div class="card-text">
<h5 class='card-title'>Dinner</h5>
<h6 class='card-subtitle small'>
7:00 PM - 9:00 PM
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="container">
<h2 class="dayhead day2 offset-md-4" style="color:#fef8c0;">Sunday</h2>
<div class="text-center row">
<div id="table" class="col-md-3 d-none d-md-block">
<div class="text-center ml-4 pt-3" style="color:#fef8c0;">
<div>
<h4 style="height:74px;padding:0;margin:0;">12:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">2:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">4:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">6:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">8:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">10:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">12:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">2:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">4:00 PM</h4>
</div>
</div>
</div>
<div id="table2" class="col-md-8 ml-3" style="background-color:#fef8c0;">
<div class=" row no-gutters">
<div>
<div id="content" class="card my-auto card1" style="width:50%;top:18px;">
<div class="card-text">
<h5 class='card-title'>Midnight Snack</h5>
<h6 class='card-subtitle small'>
12:00 AM - 1:00 AM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="height:242px;width:50%;top:92px;">
<div class="card-text">
<h5 class='card-title'>Sleep?</h5>
<h6 class='card-subtitle small'>
2:00 AM - 8:00 AM
</h6>
</div>
</div>
<div id="content" class="card my-auto card2" style="height:92px;width:50%;top:277px;">
<div class="card-text">
<h5 class='card-title'>Breakfast</h5>
<h6 class='card-subtitle small'>
7:00 AM - 9:00 AM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="width:50%;top:388px;">
<div class="card-text">
<h5 class='card-title'>Submissions Due</h5>
<h6 class='card-subtitle small'>
10:00 AM
</h6>
</div>
</div>
<div id="content" class=" card my-auto card1" style="height:74px;width:50%;top:425px;">
<div class="card-text">
<h5 class='card-title'>Demos</h5>
<h6 class='card-subtitle small'>
11:00 AM - 12:30 PM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto card3" style="height:60px;width:50%;top:498px;">
<div class="card-text">
<h5 class='card-title'>Lunch</h5>
<h6 class='card-subtitle small'>
12:30 PM - 1:30 PM
</h6>
</div>
</div>
<div id="content" class="card my-auto card2" style="width:50%;top:555px;">
<div class="card-text">
<h5 class='card-title'>Closing Ceremony</h5>
<h6 class='card-subtitle small'>
1:30 PM - 2:30 PM
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </section> -->
<!-- </div> -->
<!-- =================================================== -->
<!-- =================================================== -->
<!-- =================================================== -->
<!-- =================================================== -->
<!-- <div> -->
<!-- <section class="section_block bg-transparent" id="schedule2">
<div class="container">
<h2 class=" offset-md-4 text-warning">Sunday</h2>
<div class="text-center row">
<div id="table" class="col-md-3 d-none d-md-block">
<div class="text-center text-warning ml-4 pt-3">
<div>
<h4 style="height:74px;padding:0;margin:0;">9:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">11:00 AM</h4>
<h4 style="height:74px;padding:0;margin:0;">1:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">3:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">5:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">7:00 PM</h4>
<h4 style="height:74px;padding:0;margin:0;">9:00 PM</h4>
</div>
</div>
</div>
<div id="table" class="col-md-8 ml-3 bg-warning">
<div class=" row no-gutters">
<div>
<div id="content" class="card my-auto" style="height:222px;width:50%;top:18px;justify-content: flex-start;">
<div class="card-text">
<h5 class='card-title'>Check in</h5>
<h6 class='card-subtitle small'>
9:00 AM - 1:00 PM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto" style="/*height:19px;*/width:50%;top:54px;">
<div class="card-text">
<h5 class='card-title'>Opening Ceremony</h5>
<h6 class='card-subtitle small'>
10:00 AM - 10:30 AM
</h6>
</div>
</div>
<div id="content" class="card my-auto" style="/*height:19px;*/width:50%;top:75px;">
<div class="card-text">
<h5 class='card-title'>Team Formation</h5>
<h6 class='card-subtitle small'>
10:30 AM - 11:00 AM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto" style="height:185px;width:50%;top:93px;">
<div class="card-text">
<h5 class='card-title'>Partnership Fair</h5>
<h6 class='card-subtitle small'>
11:00 AM - 4:00 PM
</h6>
</div>
</div>
<div id="content" class=" card my-auto" style="height:74px;width:50%;top:148px;">
<div class="card-text">
<h5 class='card-title'>Lunch</h5>
<h6 class='card-subtitle small'>
12:00 PM - 2:00 PM
</h6>
</div>
</div>
<div id="content" class="offset-6 card my-auto" style="/*height:37px;*/width:50%;top:296px;">
<div class="card-text">
<h5 class='card-title'>Lightning Talks</h5>
<h6 class='card-subtitle small'>
4:00 PM - 5:00 PM
</h6>
</div>
</div>
<div id="content" class="card my-auto" style="height:74px;width:50%;top:370px;">
<div class="card-text">
<h5 class='card-title'>Dinner</h5>
<h6 class='card-subtitle small'>
6:00 PM - 8:00 PM
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
</section> -->
<!-- </div> -->
<!-- =================================================== -->
<!-- =================================================== -->
</div>
<div id="partners" class="d-flex flex-column justify-content-center">
<div class="d-flex flex-column align-items-center justify-content-center">
<h1 id="partners-title" class="d-block title-size" style="color:#50c6df;"><strong>Our Partners</strong></h1>
<div id="title-partner" class="d-flex flex-column align-items-center justify-content-center">
<img id="title-partner-logo" src="./assets/partners/AWS_logo_RGB.SVG" alt="Title partner">
<p id="title-partner-text" style="color:rgba(0,0,0,0);">This event would not be possible without our partners</p>
</div>
</div>
<div id="partners-regular" class="d-flex flex-column align-items-center align-content-around">
<div class="d-flex">
<img class="d-block partner-logo" src="./assets/partners/Accenture.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/bcbs.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/Google_Cloud_Logo.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/WATT_LOGO_BW-two.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/Fusion360-final-large.svg" alt="partner">
</div>
<div class="d-flex">
<img class="d-block partner-logo" src="./assets/partners/blackbaud_tag_green.png" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/scidas_1000.png" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/splunk.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/Softdocs_Logo_CMYK.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/GLS_new_png.png" alt="partner">
</div>
<div class="d-flex" style="margin-bottom:10vw;">
<img class="d-block partner-logo" src="./assets/partners/RV-Logotype.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/synnex-pos.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/vanguard.svg" alt="partner">
<img class="d-block partner-logo" src="./assets/partners/zym.svg" alt="partner" style="width:13vw;">
</div>
</div>
<div class="text-center position-relative" id="partner-button">
<!-- <a href="#"><strong>Become<br>a<br>Partner</strong></a> -->
<a href="mailto:[email protected]">
<img
src="./assets/images/PartnerAssets/partner_button2.png"
alt="Become a Partner"
id="partner-button-link"
class="hoverexpand">
</a>
</div>
</div>
<div id="contact">
<!-- <div style="height:5px;"></div> -->
<div id="contact-buttons" class="stick d-flex w-50 justify-content-around">
<a class="contact-link movement" href="mailto:[email protected]">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x contact-circle"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse contact-logo"></i>
</span>
</a>
<!-- <a class="contact-link movement" href="https://www.facebook.com/events/424091875126740/?notif_t=plan_user_invited¬if_id=1568689364933783">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x contact-circle"></i>
<i class="fa fa-facebook-f fa-stack-1x fa-inverse contact-logo"></i>
</span>
</a> -->
<a class="contact-link movement" href="https://twitter.com/cuhackit?lang=en">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x contact-circle"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse contact-logo"></i>
</span>
</a>
<a class="contact-link movement" href="https://www.instagram.com/cuhackit/?hl=en">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x contact-circle" ></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse contact-logo"></i>
</span>
</a>
</div>
</div>
<script src="./js/main.js"></script>
<!-- <script src="schedule.component.spec.ts"></script> -->
<!-- <script src="schedule.component.ts"></script> -->
<!-- <script src="schedule.component.js"></script>
<script src="schedule.component.spec.js"></script> -->
</body>
</html>