-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·886 lines (870 loc) · 33.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
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
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>CodeRED Voyage S20 - Houston's Premier Hackathon</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="src/scss/bootstrap.scss" />
<link rel="stylesheet" type="text/css" href="src/styles.scss" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,500,600"
/>
</head>
<body>
<!-- <a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;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> -->
<div id="landing" class="test">
<div class="landing-content">
<div class="event-info">
<img
id="logo"
src="/assets/codered-voyage-1.svg"
loading="eager"
alt="CodeRED Voyage Logo"
/>
<div class="info-line py-1">
<div class="float-left event-year decode-in p-0">2020</div>
<div class="float-right column event-location decode-in p-0">
USA.TX.Houston
</div>
</div>
<div class="display-none"> </div>
<div class="coming-soon">
<strong>
<span class="nls">Thank you <br/>for coming!<br />Nov 7th - 8th</span>
<!-- <span class="nls">Coming Soon<br />Nov 7th - 8th 2020</span> -->
</strong>
</div>
<!-- <a
href="https://docs.google.com/forms/d/e/1FAIpQLScjYF1lIBgFSICLn108IOcLI2lPBxgRehzwCo_QG1_VmrQVCA/viewform"
class="arrow-btn w-100 mb-2 mt-2"
target="_blank"
><span class="nls">Volunteer</span></a
> -->
<a
href="https://codered-voyage-2020.devpost.com/project-gallery"
class="arrow-btn w-100 mt-2 mb-2"
target="_blank"
><span class="nls">Winners</span></a
>
<a href="#sponsors" class="arrow-btn w-100 mb-2 m"
><span class="nls">Sponsors</span></a
>
<!-- <button
type="button"
class="arrow-btn w-100 nls mb-2"
id="walkinOpenBtn"
>
Walk-ins
</button> -->
</div>
</div>
<div class="middle-gradient"></div>
<div id="background" class="background"></div>
<div class="gradient"></div>
</div>
<div class="modal" tabindex="-1" role="dialog" id="walkinModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Walk-in Info</h5>
</div>
<div class="modal-body text-center">
<p>
Please join our
<a href="https://discord.gg/uPEjjDsX" target="_blank"
><span class="nls font-weight-bold">Discord server</span></a
>
for walk-ins!
</p>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
id="walkinCloseBtn"
>
Close
</button>
</div>
</div>
</div>
</div>
<!--
<div class="modal" tabindex="-1" role="dialog" id="regModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<form id="regForm" autocomplete="off">
<div class="modal-header">
<h5 class="modal-title">
CodeRED Registration <br />
<span class="modal-sub-title">N/A where applicable</span>
</h5>
<span class="close-x" id="regCloseBtn">×</span>
</div>
<div class="modal-body">
<div class="tab">
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="name"
autocomplete="off"
name="name"
/>
<label for="name" class="label">Name</label>
<span class="errorMessage" id="nameErrorMessage"
>Please Enter Name</span
>
</div>
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="school"
autocomplete="off"
name="school"
/>
<label for="school" class="label">School</label>
</div>
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="email"
name="email"
/>
<label for="email" class="label">Email</label>
<span class="errorMessage" id="emailErrorMessage"
>Please enter valid email</span
>
</div>
<div class="form-group">
<input
type="text"
class="form-control"
id="phoneNumber"
autocomplete="off"
name="phoneNumber"
/>
<label for="phoneNumber" class="label"
>Phone Number (XXX-XXX-XXXX)</label
>
<span class="errorMessage" id="phoneNumberErrorMessage"
>Please enter valid phone number</span
>
</div>
</div>
<div class="tab">
<div class="form-group mb-5" style="display: none">
<input
type="text"
class="form-control"
id="addressLine1"
autocomplete="off"
name="addressLine1"
placeholder="Only if in US, to send swag!"
/>
<label for="addressLine1" class="label"
>Address Line 1 (street address)</label
>
</div>
<div class="form-group mb-5" style="display: none">
<input
type="text"
class="form-control"
id="addressLine2"
autocomplete="off"
name="addressLine2"
/>
<label for="addressLine2" class="label"
>Address Line 2 (City, State, ZIP)</label
>
</div>
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="age"
autocomplete="off"
name="age"
/>
<label for="age" class="label">Age</label>
<span class="errorMessage" id="ageErrorMessage"
>Please enter valid age</span
>
</div>
<div class="form-group" id="Gender">
<p class="question">Gender</p>
<div class="form-check">
<input
type="radio"
class="form-check-input"
id="male"
name="gender"
value="male"
/>
<label class="form-check-label" for="male" id="male-label"
>Male</label
>
</div>
<div class="form-check">
<input
type="radio"
class="form-check-input"
id="female"
name="gender"
value="female"
/>
<label
class="form-check-label"
for="female"
id="female-label"
>Female</label
>
</div>
<div class="form-check">
<input
type="radio"
class="form-check-input"
id="preferNotToSay"
name="gender"
value="N/A"
/>
<label
class="form-check-label"
for="preferNotToSay"
id="preferNotToSay-label"
>Prefer Not to Say</label
>
</div>
<div class="form-check form-check-other">
<input
type="radio"
class="form-check-input"
id="other"
name="gender"
value="other"
/>
<label class="form-check-label" for="other" id="other-label"
>Other</label
>
<input
type="text"
class="form-check-other-text"
name="Othergender"
id="other-text-input"
placeholder="Enter Here"
/>
</div>
</div>
</div>
<div class="tab">
<div class="form-group mb-5">
<select
class="form-control select"
id="raceEthnicity"
name="raceEthnicity"
>
<option selected disabled class="default">
Select One
</option>
<option class="valid-answer" value="AmericanIndian">
American Indian or Alaskan Native
</option>
<option class="valid-answer" value="Asian">Asian</option>
<option class="valid-answer" value="Black">
Black or African American
</option>
<option class="valid-answer" value="Hispanic">
Hispanic
</option>
<option class="valid-answer" value="HawaiianPacific">
Native Hawaiian / Other Pacific Islander
</option>
<option class="valid-answer" value="White">
White / Caucasian
</option>
<option class="valid-answer" value="Multitple">
Multiple ethnicity
</option>
<option class="valid-answer" value="NoAnswer">
Prefer not to answer
</option>
</select>
<label for="raceEthnicity" class="label"
>Race Ethinicity</label
>
</div>
<div class="form-group mb-5">
<select
class="form-control select"
id="education-level"
name="educationLevel"
>
<option selected disabled class="default">
Select One
</option>
<option class="valid-answer" value="HighSchool">
High School
</option>
<option class="valid-answer" value="Undergrad">
Undergrad
</option>
<option class="valid-answer" value="Masters">
Masters
</option>
<option class="valid-answer" value="Ph.D">Ph.D</option>
<option class="valid-answer" value="NotInSchool">
Not in School
</option>
</select>
<label for="educaction-level" class="label"
>Education Level</label
>
</div>
<div class="form-group mb-5">
<select
class="form-control select"
id="grade-level"
name="gradeLevel"
>
<option selected disabled class="default">
Select One
</option>
<option class="valid-answer" value="Freshman">
Freshman
</option>
<option class="valid-answer" value="Sophmore">
Sophmore
</option>
<option class="valid-answer" value="Junior">Junior</option>
<option class="valid-answer" value="Senior">Senior</option>
<option class="valid-answer" value="N/A">N/A</option>
</select>
<label for="grade-level" class="label">Grade Level</label>
</div>
<div class="form-group">
<select
class="form-control select"
id="exp-level"
name="codingLevel"
>
<option selected disabled class="default">
Select One
</option>
<option class="valid-answer" value="Beginner">
Beginner
</option>
<option class="valid-answer" value="Novice">Novice</option>
<option class="valid-answer" value="Advanced">
Advanced
</option>
<option class="valid-answer" value="Expert">Expert</option>
</select>
<label for="exp-level" class="label">Coding Level</label>
</div>
</div>
<div class="tab">
<div class="form-group mb-5">
<p class="question">What Topics Will you work on?</p>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="mobile"
name="mobile"
/>
<label
class="form-check-label"
for="mobile"
id="mobile-label"
>Mobile (IOS/Android)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="desktop"
name="desktop"
/>
<label class="form-check-label" for="desktop"
>Desktop (Python, C#, etc.)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="frontend_design"
name="frontend"
/>
<label class="form-check-label" for="frontend_design"
>Frontend Design (HTML+JS+CSS)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="backend"
name="backend"
/>
<label class="form-check-label" for="backend"
>Backend Design (Python, SQL, etc)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="hardware"
name="hardware"
/>
<label class="form-check-label" for="hardware"
>Hardware (Arduino, Breadboarding, etc.)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="game_dev"
name="gameDev"
/>
<label class="form-check-label" for="game_dev"
>Game Development (Unity, Unreal, etc.)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="cyber"
name="cyber"
/>
<label class="form-check-label" for="cyber"
>Cyber Security (Netwrok Dev)</label
>
</div>
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
id="undecided"
name="undecided"
/>
<label class="form-check-label" for="undecided"
>I don't know bruh!/</label
>
</div>
</div>
</div>
<div class="tab">
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="twitter"
autocomplete="off"
name="twitter"
/>
<label for="twitter" class="label">Twitter</label>
</div>
<div class="form-group mb-5">
<input
type="text"
class="form-control"
id="github"
autocomplete="off"
name="github"
/>
<label for="github" class="label">Github</label>
</div>
<div class="form-group">
<label class="label">Resume</label>
<div class="random">
<label for="resume" class="upload-file" id="uploadFile"
>Select a file</label
>
<input
type="file"
id="resume"
autocomplete="off"
name="resume"
/>
<div class="resumeName" id="resumeName"></div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn" id="prevBtn">Previous</button>
<button type="button" class="btn" id="nextBtn">Next</button>
<button type="button" class="btn" id="submitBtn">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="confirm">
<div class="message">Your application has been submitted!</div>
<br />
</div>
-->
<div id="about" class="container">
<div class="row mt-4 pt-2">
<img
id="album-cover"
src="/assets/images/album-cover-optimized.png"
class="img-fluid"
loading="eager"
width="100%"
alt="Two people writing code on a computer, a person wearing a virutal reality headset, and people sitting on the floor writing code"
/>
</div>
<div class="row">
<h2 class="pt-4">
<span class="nls">
<span class="text-primary">CodeRED:</span> Houston's Premier<br />Innovation
Experience</span
>
</h2>
<div class="mt-4 d-inline-flex questionTitle">
<strong>What is CodeRED?</strong>
</div>
<div class="answer">
<p>
CodeRED is a <strong>virtual innovative event</strong> lasting for
<strong>24 hours</strong> , in which participants work in a
<strong>team of up to 4 people</strong> to build solutions to
real-life problems.
</p>
<p>
Whether you are building your first website, diving into the world
of virtual reality, or building something truly game changing in an
industry, come join us at CodeRED Voyage to have fun, learn
something new, explore possibilities, solve problems, and build out
your dreams without fear or doubt.
</p>
</div>
<!-- collapse -->
<div class="questionTitle">
<strong>Frequently Asked Questions</strong>
</div>
<div class="collapsible">Who can attend CodeRED?</div>
<div class="content">
<p>
Any undergraduate or graduate student from any school. Recent UH
graduates are welcomed as well.
</p>
</div>
<div class="collapsible">
I was unable to register. Can I still participate?
</div>
<div class="content">
<p>
Don't worry we got you! Just use the walk-in link provided above
<strong>before</strong> the hackathon kick off.
</p>
</div>
<div class="collapsible">What if I am not experienced?</div>
<div class="content">
<p>
CodeRED is designed to be beginner friendly. We will be having
plenty of resources, workshops and mentors to guide you in the
right direction.
</p>
</div>
<div class="collapsible">How much does it cost?</div>
<div class="content">
<p>
This event is <strong>completely free</strong> for all
participants.
</p>
</div>
<div class="collapsible">What if I don’t have a team?</div>
<div class="content">
<p>
Don't worry! That's pretty common, you'll have some time at the
beginning of the event to team up with other participants who are
looking for a team as well. We highly recommend that you team up
with someone and make new friends. However, you don’t have to be
in a team to compete.
</p>
</div>
<div class="collapsible">Would there be swag?</div>
<div class="content">
<p>
Unfortunately, we would not be able to give out swag this year.
But we still got some great prizes!
</p>
</div>
<div class="collapsible">What if I have more questions?</div>
<div class="content">
<p>
Please email us at <strong>hackathon@cougarcs.com</strong>. We
will be happy to answer any of your questions :)
</p>
</div>
</div>
</div>
</div>
<div id="sponsors" class="container">
<div class="row text-center">
<h2 class="pt-4 pb-0"><span class="nls">Sponsors</span></h2>
<h3 class="mb-4">
<span class="nls">
<span class="text-primary">Thank you</span>
to our great
<span class="text-primary">Sponsors</span>
</span>
</h3>
<div class="w-100 text-center mt-3 mb-3">
<img
src="/assets/sponsors/1200px-Bill.com_Logo_2019.png"
loading="lazy"
width="360"
/>
</div>
<div class="w-100 text-center mt-3 mb-3">
<img
src="/assets/sponsors/BP_Helios_logo.svg"
loading="lazy"
width="200 "
/>
</div>
<div class="w-100 col text-center mt-3 mb-3">
<a
href="https://www.oreilly.com/pub/cpc/239130"
rel="external"
target="_blank"
><img
src="/assets/partners/OReilly_logo_rgb.svg"
loading="lazy"
width="300"
/></a>
</div>
</div>
</div>
<div id="team" class="container mt-4">
<h2 class="pt-4">
<span class="nls">CODERED TEAM</span>
</h2>
<div class="row mt-4 mb-2">
<div class="col-sm team-member">
<img src="assets/images/team10.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Mariana Villalobos</p>
<p class="team-member-title mb-1">Vice President</p>
<a href="https://www.linkedin.com/in/mariana07/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team01.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Shubha Joshi</p>
<p class="team-member-title mb-1">Communications Director</p>
<a
href="https://www.linkedin.com/in/shubha-joshi-03441a194/"
target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team02.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Sahil Thakkar</p>
<p class="team-member-title mb-1">Operations Director</p>
<a href="https://www.linkedin.com/in/sahilst/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img
src="assets/images/image-placeholder.jpg"
class="img-fluid team-image"
/>
<p class="mt-2 mb-0 person-name">Carlos Flores</p>
<p class="team-member-title mb-1">Sponsorship Director</p>
<a href="https://www.linkedin.com/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
</div>
<div class="row mb-2">
<div class="col-sm team-member">
<img src="assets/images/team04.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Loveleen Thomas</p>
<p class="team-member-title mb-1">HR Director</p>
<a href="https://www.linkedin.com/in/loveleen-thomas/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team09.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Gerardo Lopez</p>
<p class="team-member-title mb-1">Communications Director</p>
<a href="https://www.linkedin.com/in/glopez95/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team05.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Jacquez Green</p>
<p class="team-member-title mb-1">Operations Member</p>
<a
href="https://www.linkedin.com/in/jacquez-green-609191193/"
target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team06.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Giselle Ruiz</p>
<p class="team-member-title mb-1">Communications Member</p>
<a href="https://www.linkedin.com/in/giselleruiz/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
</div>
<div class="row mb-2">
<div class="col-sm team-member">
<img src="assets/images/team07.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Muhammad Usman</p>
<p class="team-member-title mb-1">Sales Director</p>
<a href="https://www.linkedin.com/in/muhammad-u/" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team08.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Tommy Nguyen</p>
<p class="team-member-title mb-1">Communications Member</p>
<a
href="https://www.linkedin.com/in/tommy-nguyen-8ba738129/"
target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col-sm team-member">
<img src="assets/images/team03.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Sai Patibandla</p>
<p class="team-member-title mb-1">Operations Director</p>
<a
href="https://www.linkedin.com/in/sai-patibandla-8b6b1715a/"
target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
<div class="col team-member">
<img src="assets/images/team11.jpg" class="img-fluid team-image" />
<p class="mt-2 mb-0 person-name">Jeff Onyemachi</p>
<p class="team-member-title mb-1">HR Member</p>
<a href="https://www.linkedin.com" target="_blank"
><img src="assets/icons/linkedin.png" width="15"
/></a>
</div>
</div>
</div>
<!-- <div id="sponsors" class="container">
<div class="row text-center">
<h2 class="pt-4 pb-0"><span class="nls">Sponsorship</span></h2>
<h3>
<span class="nls">
Our <span class="text-primary">partnerships</span> with companies,
nonprofits, and startups make
<span class="text-primary"
>CodeRED <strong>outstanding</strong></span
>.</span
>
</h3>
<div id="sponsor-cloud" class="mt-4 w-100 text-center">
<div id="sponsor-pitch" class="px-5">
<h3>
<span class="nls">
Interested in becoming a sponsor?
</span>
</h3>
<p class="mb-2">
Without the support and incredible interaction between students,
mentors, and our partners, CodeRED would not be possible.
</p>
<p>
<strong>
Join us in accelerating the future of Houston's innovators<br />and
cultivating our world-class maker community.
</strong>
</p>
<a
id="learn-more"
href="https://uhcode.red/assets/updateFPOSponsorPacket2020.pdf?ref=sponsors-20-web"
class="arrow-btn btn-sm primary"
target="_blank"
>Learn More</a
>
</div>
<div
id="past-sponsors"
alt="Past CodeRED Sponsors like Microsoft, Google, United, HCSS, and more"
></div>
</div>
</div>
</div> -->
<div id="partners" class="container">
<div class="row text-center">
<!-- <h2 class="pt-4 pb-0"><span class="nls">Partners</span></h2> -->
<h2 class="pt-4 pb-0">
<span class="nls">Proudly organized and supported by</span>
</h2>
<div class="w-100 col text-center">
<img
src="/assets/partners/CougarCS.svg"
loading="lazy"
width="500"
alt="CougarCS Logo"
/>
</div>
<div class="w-100 text-center pad-com">
<a
href="http://miso411.com"
rel="external"
target="_blank"
title="Guidance and Consulting by Miso411"
><img
src="/assets/miso-logo-light-pink.svg"
loading="lazy"
width="150"
alt="Miso411 Logo"
/>
</a>
</div>
</div>
</div>
<footer class="text-center py-5">
<div class="footer-content">
<img
src="/assets/cougar.svg"
loading="lazy"
alt="Polygon cougar head"
width="120"
/>
<p class="mt-2" style="font-size: 20px">
Copyright © CougarCS 2020
</p>
</div>
<div id="footer-background" class="background"></div>
<div class="top-gradient"></div>
<div class="middle-gradient"></div>
</footer>
<script src="src/index.js"></script>
<script src="src/registration.js"></script>
<script src="src/walkins.js"></script>
</body>
</html>