-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
668 lines (587 loc) · 29.7 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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<!--
(づ ̄ ³ ̄)づ! What's up?
-->
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<title>HackDavis 2021 | January 16-17</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"">
<meta name="description" content="HackDavis is UC Davis' annual hackathon for students, run by students.">
<meta name="keywords" content="HackDavis, social good, tech, hackathon">
<meta name="author" content="HackDavis">
<meta property="og:site_name" content="HackDavis">
<meta property="og:image" content="https://raw.githubusercontent.com/HackDavis/website-2019/master/hackdavis-screen.png">
<meta property="og:title" content="HackDavis 2021 | January 16-17">
<meta property="og:description" content="HackDavis is UC Davis' annual hackathon for students, run by students. On January 16-17, 2021, over 700 students, hackers, and creatives will come together virtually for 36 hours of hacking. We're providing an environment to bring together the most talented students in California to address the world's most pressing social issues.">
<meta property="og:url" content="https://hackdavis.io">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://raw.githubusercontent.com/HackDavis/website-2019/master/hackdavis-screen.png">
<meta name="twitter:site" content="@hack_davis">
<meta name="twitter:title" content="HackDavis 2021 | January 16-17">
<meta name="twitter:description" content="HackDavis">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#091822">
<meta name="apple-mobile-web-app-status-bar-style" content="#091822">
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
window.fadeIn = function(obj) {
$(obj).fadeIn(400);
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109906061-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109906061-2');
</script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/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://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.9/typed.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.4.1/js/all.js" integrity="sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/publicalbum@latest/embed-ui.min.js" async></script>
<link rel="stylesheet" href="assets/css/styles.css?version=14">
<link rel="icon" type="image/png" href="./assets/img/icons/favicon-196x196.png" sizes="196x196" />
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:absolute;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=gray" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-gray.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<body>
<header class="page-header">
<span class="logo">
<img onclick="location.reload();" src="assets/img/logo-white-small.png">
</span>
<nav>
<ul>
<li data-id="landing" class="selected"><a href="#landing">About</a></li>
<li data-id="recap" ><a data-id="recap" href="#recap">Recap</a></li>
<li data-id="faq" ><a data-id="faq" href="#faq">FAQ</a></li>
<li data-id="sponsors" ><a data-id="sponsors" href="#sponsors">Sponsors</a></li>
</ul>
</nav>
</header>
<div class="page-header backdrop"></div>
<section class="landing-container justify-content-center">
<div id="particles-js"></div>
<div id="particles-js2"></div>
<div class='landing-illustration'>
<div class='imgcontainer'>
<img onload="fadeIn(this)" src='./assets/img/landing/building.svg'></img>
<img onload="fadeIn(this)" class='leftbutton' src='./assets/img/landing/left_button-01.svg'></img>
<img onload="fadeIn(this)" class='rightbutton' src='./assets/img/landing/right_button-01.svg'></img>
<img onload="fadeIn(this)" class='smallbutton1' src='./assets/img/landing/button1-01.svg'></img>
<img onload="fadeIn(this)" class='smallbutton2' src='./assets/img/landing/button2-01.svg'></img>
<img onload="fadeIn(this)" class='smallbutton3' src='./assets/img/landing/button3-01.svg'></img>
<img onload="fadeIn(this)" src='./assets/img/landing/street-01.svg'></img>
<img onload="fadeIn(this)" class='busanim' src='./assets/img/landing/bus-01.svg'></img>
<img onload="fadeIn(this)" class='updown' src='./assets/img/landing/laptopconnected.svg'></img>
<img onload="fadeIn(this)" src='./assets/img/landing/logo-01.svg'></img>
</div>
</div>
<div class='imgcontainer-overlay'></div>
<div class="container-fluid">
<div class="content">
<span class="hackdavis">Hack<b>Davis</b></span>
<span class="code">
<code class="facts" id="typed" style="animation: fadeIn .5s both;animation-delay: .20s;"></code>
</span>
<!--<div class='cohosted-by'>
Co-hosted by
<a class="sponsors-link" href="https://www.osisoft.com">
<img onload="fadeIn(this)" class="img-fluid diamond-sponsor" style='display:none;' src="sponsors/osisoft.png">
</a>
</div>-->
<span class="when-where">
January 16-17, 2021<br>
Hosted Virtually
</span>
<!--<span class="join-us">
Join our HackDavis 2021 team and become an organizer!
</span>-->
<div class="buttons">
<button onclick="window.open('https://forms.gle/dsfYsWFwjKEvnFjT8')">Pre-Register</button>
<button onclick="window.open('mailto:[email protected]')">Sponsor 2021</button>
</div>
<div class='apps-open-soon'>Keep an eye out for our new website soon!</div>
</div>
</div>
</section>
<div id="landing"></div>
<section class="faq-container">
<div class="container">
<div class="faq-content center" data-entrance="fade">
<div class='team-photo'>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="./assets/img/slideshow/7.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/1.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/2.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/4.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/5.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/6.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/8.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/9.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/10.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/11.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/12.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/13.jpg">
</div>
<div class="item">
<img src="./assets/img/slideshow/14.jpg">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="faq-content center" data-entrance="fade">
<div class='recap-video'>
<iframe class='recap-video' src="https://www.youtube.com/embed/GXTblTOaegU" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section class="stats-container" id = 'recap'>
<div class='stats-illustration'>
<div class='img-container'>
<img onload="fadeIn(this)" class="tower" src='./assets/img/stats/tower.svg'></img>
<img onload="fadeIn(this)" class="cube updown-heart" src='./assets/img/stats/cube.svg'></img>
<img onload="fadeIn(this)" class="ring-back updown" src='./assets/img/stats/ring_back.svg'></img>
<img onload="fadeIn(this)" class="ring-front updown" src='./assets/img/stats/ring_front.svg'></img>
</div>
</div>
<div class="container stats-content">
<h2 class="stats" data-entrance="fade">600+ hackers.</h2><br>
<h2 class="stats" data-entrance="fade">24 hours.</h2><br>
<h2 class="stats" data-entrance="fade">100+ projects.</h2><br>
<h2 class="stats" data-entrance="fade">$25,000+ prizes.</h2><br>
<button class='winners-btn' onclick="window.open('https://hackdavis2020.devpost.com')">View 2020 Winners</button>
</div>
</section>
<p class="section-title" data-entrance="fade">
<span class="underline">Hack for Social Good</span>
</p>
<section class="about-container" id="about">
<div class="container about-content" data-entrance="fade">
<div class="row">
<div class="col-md-7 readable-text-col social-good-left">
<!--<h1 class="social-good-text" data-entrance="fade">
<span class="underline hack">Hack for Social Good</span>
</h1>-->
<p class="about-text">
With the rapid advancement of technology, it is important to use its power in ways that benefit society.
HackDavis challenges its participants to hack for social good,
and create an opportunity for us to explore the intersection between technology and society.
</p>
<p class="about-text">
On January 16-17, over 700 students, hackers, and creators will come together virtually for 36 hours of hacking.
For the 5th year in a row, we're bringing the most talented students in California to address the world’s most pressing issues.
Participants are able to build projects that address many social good initiatives.
</p>
</div>
<div class="col-md-5 social-good-right">
<div class='socialgood-illustration' data-entrance="fade">
<img src='./assets/img/hackforsocialgood/building.svg'/>
<img class='updown-heart' src='./assets/img/hackforsocialgood/heart.svg'/>
</div>
</div>
</div>
</div>
</section>
<!--<section class="tracks-container">
<div class="container">
<div class="row">
<div class="col-md-4 readable-text-col" data-entrance="fade">
<div class="tracks-header">
<h2 class="tracks-title">
<span class="underline health">Health</span>
</h2>
<div class='tracks-image'></div>
</div>
<p class="tracks-des">
Develop a product that encourages people to live a healthier lifestyle. Help predict and prevent illnesses before they affect the body.
</p>
</div>
<div class="col-md-4 readable-text-col tracks-2-margin" data-entrance="fade" data-entrance-delay="100">
<div class="tracks-header">
<h2 class="tracks-title">
<span class="underline environment">Environment</span>
</h2>
<div class='tracks-image'></div>
</div>
<p class="tracks-des">
Aggregate public data to analyze or improve government green energy policies. Design solutions to reduce energy consumption in habitable spaces.
</p>
</div>
<div class="col-md-4 readable-text-col tracks-3-margin" data-entrance="fade" data-entrance-delay="200">
<div class="tracks-header">
<h2 class="tracks-title">
<span class="underline education">Education</span>
</h2>
<div class='tracks-image'></div>
</div>
<p class="tracks-des">
Discover new ways to faciliatate learning within the classroom. Enable accessible education for individuals with learning disabilities.
</p>
</div>
</div>
</div>
</section>-->
<p class="section-title" data-entrance="fade" id='faq'>
<span class="underline faq">FAQ</span>
</p>
<section class="faq-container">
<div class="container">
<div class="faq-content center">
<div class="accordion">
<div class="accordion-item" data-entrance="fade">
<a class="question">What is a hackathon?</a>
<div class="content">
<p class="answer">
A hackathon is where you transform your crazy ideas into real stuff.
Hundreds of hackers from across California and other parts of the U.S. form teams around an idea and collaboratively create a solution from scratch.
These ideas turn into websites, mobile apps, hardware, and more!
<br><br>
Come make the most incredible things you can imagine alongside fellow creators. You take care of building and we'll take care of you.
<br><br>
We will be following <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH's Code Of Conduct.</a>
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">Who can attend?</a>
<div class="content">
<p>
HackDavis 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.
<br> <br>
We will be holding workshops throughout the year for students to immerse themselves into the world of hackathons and technology.
These workshops will be held by industry professionals and members of our team, who will teach new and upcoming tools that assist with web development, mobile development, and more.
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">How does applying as a team work? Why apply as a team?</a>
<div class="content">
<p>
The maximum size of a team is 4 people. Your team should have only
one member apply through our website - they will then receive a
team link that they can send to the remaining team members. Each
of the other team members should then apply using this team
link.
<br><br>
Applying as a team will allow you to get a head start on your project idea and increase your chances of being accepted. If you apply as a team, you will be evaluated as a team rather than individually.
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">How can I help?</a>
<div class="content">
<p>
We need mentors and volunteers to ensure a great hacker experience at our event! We will release our mentor and volunteer applications soon so keep an eye out!
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">Why social good?</a>
<div class="content">
<p>
We want people to build projects with a meaningful impact and hope to foster a community dedicated to social change.
<br> <br>
We find that most hackathons often don’t result with projects as practical solutions to specific societal problems and we’re looking to change that.
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">What can I build?</a>
<div class="content">
<p>
You can build whatever your heart desires, whether its a web app, mobile app, hardware hack, or an open source tool. Any social good oriented project is recommended.
<br> <br>
Our main focus is to bring you a learning experience where you can have fun, ask questions, and experiment with technology.
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">What if I don’t have a team or idea?</a>
<div class="content">
<p>
Don't worry! We're hosting three mixers before HackDavis, so please check out our Facebook page for more announcements about those.
<br><br>
We’ll also have a final mixer right after hacking starts during HackDavis, so we'll make sure you're equipped and ready to go!
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">How much does it cost?</a>
<div class="content">
<p>
HackDavis is free for all admitted participants. Don’t sweat it! We will provide your WiFi, meals, caffeine, swag, and workspace for the entire weekend.
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">Will HackDavis be providing travel reimbursements?</a>
<div class="content">
<p>
We will update applicants with the status of travel reimbursements once applications close.
<br><br>
We are also looking into buses from Berkeley, SJSU, Stanford, UC Irvine, USC, and SLO to Davis depending on interest. Feel free to let us know in the application which bus routes you would be interested in and spread the word to your friends/classmates to increase interest!
</p>
</div>
</div>
<div class="accordion-item" data-entrance="fade">
<a class="question">As an NPO, why should I attend?</a>
<div class="content">
<p>
Because we emphasize social good in our hackathon, each year we partner with three non-profit organizations to raise awareness for issues on which they focus. Representatives come to our hackathon to help envision projects that relate to their non-profit’s goals.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<p class="section-title" data-entrance="fade" id='sponsors'>
<span class="underline sponsors">2020 sponsors</span>
</p>
<section class="sponsors-container">
<div class="container">
<!-- Sponsor images -->
<div class="container" data-entrance="fade">
<!--Diamond Sponsors-->
<div class="row">
<div class="col-sm-8 offset-sm-2">
<div class='cohosted-by2' data-entrance="fade">Co-hosted by</div>
<a class="sponsors-link" href="https://www.osisoft.com">
<img class="img-fluid diamond-sponsor" src="sponsors/osisoft.png">
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- Platinum Sponsors -->
<div class="row" data-entrance="fade">
<div class="col-sm-12">
<a class="sponsors-link" href="https://www.centene.com">
<img class="img-fluid platinum-sponsor" src="sponsors/centene.png">
</a>
</div>
</div>
<!-- Gold Sponsors -->
<!--
<div class="row">
<div class="col-sm-6">
<a class="sponsors-link" href="https://www.keysight.com/us/en/home.html">
<img class="img-fluid gold-sponsor" src="sponsors/keysight.png">
</a>
</div>-->
<!-- Silver Sponsors -->
<div class="row" data-entrance="fade">
<div class="col-sm-6 sponsors-link">
<a class="sponsors-link" href="https://www.1517fund.com/">
<img class="img-fluid silver-sponsor" src="sponsors/1517fund.png">
</a>
</div>
<div class="col-sm-6">
<a class="sponsors-link" href="https://cloud.google.com">
<img class="img-fluid silver-sponsor" src="sponsors/gcp.png">
</a>
</div>
</div>
<!-- Bronze Sponsors -->
<div class="row" data-entrance="fade">
<div class="col-sm-4">
<a class="sponsors-link" href="https://ripplematch.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/ripplematch.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://ultrapress.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/ultrapress.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="http://hackp.ac/mlh-stickermule-hackathons">
<img class="img-fluid bronze-sponsor" src="sponsors/stickermule.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://www.pepsi.com/en-us/">
<img class="img-fluid bronze-sponsor" src="sponsors/pepsi.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://www.kevita.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/kevita.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://guayaki.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/guayaki.png">
</a>
</div>
<div class="col-sm-3">
<a class="sponsors-link" href="https://thissaveslives.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/thissaveslives.png">
</a>
</div>
<div class="col-sm-3">
<a class="sponsors-link" href="https://www.gogosqueez.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/gogosqueeze.png">
</a>
</div>
<div class="col-sm-3">
<a class="sponsors-link" href="https://baresnacks.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/bare.png">
</a>
</div>
<div class="col-sm-3">
<a class="sponsors-link" href="https://emmysorganics.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/emmys_organics.png">
</a>
</div>
<!-- MAKE SURE YOU CHANGE THIS DIV WHEN WE HAVE MORE SPONSORS - NICK -->
</div>
<br><br><br><br><br>
<div class='cohosted-by2' data-entrance="fade">2020 Partners</div>
<div class="row" data-entrance="fade">
<div class="col-sm-4">
<a class="sponsors-link" href="https://mlh.io">
<img class="img-fluid bronze-sponsor" src="sponsors/mlh.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://csi.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/csi.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://citris-uc.org">
<img class="img-fluid bronze-sponsor" src="sponsors/citris.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://globalaffairs.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/davis_global_affairs.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://www.ece.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/davis_ece.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://www.cs.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/davis_cs.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://lettersandscience.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/davis_lns.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://startup.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/startup.png">
</a>
</div>
<!-- College of engineering -->
<div class="col-sm-4">
<a class="sponsors-link" href="https://engineering.ucdavis.edu/">
<img class="img-fluid bronze-sponsor" src="sponsors/davis_ce.png">
</a>
</div>
</div>
<!-- Partners -->
<br><br><br><br><br>
<div class='cohosted-by2' data-entrance="fade">2020 Nonprofits</div>
<div class="row" data-entrance="fade">
<div class="col-sm-4">
<a class="sponsors-link" href="https://www.aging2.com/">
<img class="img-fluid bronze-sponsor" src="sponsors/aging2.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="http://childrensscoliosisfoundation.org/content/">
<img class="img-fluid bronze-sponsor" src="sponsors/childrensscholiosis.png">
</a>
</div>
<div class="col-sm-4">
<a class="sponsors-link" href="https://benetech.org/">
<img class="img-fluid bronze-sponsor" src="sponsors/benetech.png">
</a>
</div>
</div>
</div>
<br><br>
</section>
<section class="contact-container">
<img src="assets/img/logo-small.png" alt="logo" class="logo-picture">
<div id="footer-content">
<a class="smallbutton1" href="mailto:[email protected]">
<i class="fa fa-envelope fa-sm" aria-hidden="true"></i>
</a>
<a class="smallbutton1" href="https://medium.com/@HackDavis" target="_blank" rel="noopener noreferrer">
<i class="fab fa-medium fa-sm" aria-hidden="true"></i>
</a>
<a class="smallbutton1" href="https://www.facebook.com/HackDavis" target="_blank" rel="noopener noreferrer">
<i class="fab fa-facebook-f fa-sm" aria-hidden="true"></i>
</a>
<a class="smallbutton1" href="https://twitter.com/hack_davis" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter fa-sm" aria-hidden="true"></i>
</a>
<a class="smallbutton1" href="https://www.instagram.com/hackdavis" target="_blank" rel="noopener noreferrer">
<i class="fab fa-instagram fa-sm" aria-hidden="true"></i>
</a>
</div>
<div id="copyright">
<span>© 2020 HackDavis • Made with ☕️ & 💛 in Davis</span>
</div>
</section>
<a href="#landing" id="scroll-to-top">
<i class="icon-chevron-up"></i>
</a>
<script src="assets/js/basicScroll.min.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="dist/bundle.js"></script>
</body>
</html>