-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
737 lines (711 loc) · 31.4 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="./assets/images/spectra/favicon.png"/>
<title>Spectra</title>
<!-- BootStrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- css -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.4.1.slim.js"
integrity="sha256-BTlTdQO9/fascB1drekrDVkaKd9PkwBymMlHOiG+qLI="
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-77365611-1"></script>
<script type="text/javascript" src="./assets/js/facebooktracking.js"></script>
<!-- FB Pixel Tracking Code -->
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=612378962632992&ev=PageView&noscript=1"/></noscript>
<!-- End FB Code -->
</head>
<body>
<script>
fbq('track', 'ViewContent');
</script>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav d-flex justify-content-center container">
<li class="nav-item">
<a class="nav-link" data-scroll href="https://tinyurl.com/gotospectra3" id="navbarRegister">register</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#about">about</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#schedule">schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#location">location</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#FAQ">faq's</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#team">team</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#sponsor-logos">sponsors</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid d-flex justify-content-center" id="main">
<div>
<img class="img-fluid mx-auto d-block" id="logo" src="./assets/images/spectra/logo.png"/>
<h3 class="text-center font">SPECTRA</h3>
<a href="https://tinyurl.com/gotospectra3" id="outerButton">
<div class="application-button text-center" id="innerButton">
register now
</div>
</a>
</div>
</div>
<div class="container-fluid" id="email">
<div class="container basic-padding d-flex justify-content-center" >
<form action="https://sospectra.us12.list-manage.com/subscribe/post" method="POST" style="width: 24em;">
<input type="hidden" name="u" value="f0000ef55a22db2c251318957">
<input type="hidden" name="id" value="a7e5335ef7">
<input type="hidden" name="mc_signupsource" value="hosted">
<div class="input-group" id="about">
<input type="email" name="MERGE0" id="MERGE0" class="form-control" placeholder="subscribe to get the latest updates" aria-label="email" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn subscribe-button" type="submit" id="button-addon2">subscribe</button>
</div>
</div>
</form>
</div>
</div>
<!-- Mission Statement -->
<div class="container-fluid" style="background-color: #F9F9F9;" >
<div class="container" style="padding: 3em; background-color: #F9F9F9;">
<div class="row">
<div class="col-lg">
<h3 class="font about-title">Exploring the Tech Space Together</h3>
<div class="title-underline"></div>
<p class="font">
Spectra is an organization that hosts bi-annual, full-day events on the west coast for women in tech. In the past, we have hosted women’s hackathons at YouTube HQ in July 2016 and Domino Data Lab in July 2018. Our upcoming event will be on July 20th!
</p>
<p class="font">
We are passionate about bringing together female students and professionals in tech from all around the world. Our events offer attendees a safe and inviting environment to experiment with technology at any experience level.
</p>
<p class="font">
We believe that every woman should have the opportunity to excel in computer science and strengthen her technical abilities. The Spectra team invites you to come learn new skills, inspire one another, and build long-lasting connections at Spectra.
</p>
</div>
<div class="col-sm align-self-center">
<img src="./assets/images/spectra/pushing.png" class="img mx-auto d-block" style="max-width: 200px">
</div>
</div>
</div>
</div>
<!-- Schedule -->
<div class="container-fluid lightorange-color">
<div class="container text-center justify-content-center">
<h1 class="section-title font" style="color: white;">Schedule</h1>
<table class="table table-responsive" id="schedule">
<thead>
<tr>
<th >Time</th>
<th >Great Hall</th>
<th >Golden Gate</th>
<th >Stonehenge</th>
<th >Mezzanine (3rd floor)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">8:30AM</th>
<td colspan="4" style="font-weight: bold;">Check-In and Breakfast</td>
</tr>
<tr>
<th scope="row">9:00AM</th>
<td style="font-weight: bold;">Check-In and Breakfast</td>
<td>Team Formation</td>
<td colspan="2"></td>
</tr>
<tr>
<th scope="row">9:30AM</th>
<td>Opening Cermony</td>
<td colspan="3"></td>
</tr>
<tr>
<th scope="row">10:00AM</th>
<td>Opening Cermony</td>
<td colspan="3"></td>
</tr>
<tr>
<th scope="row">10:30AM</th>
<td style="font-weight: bold;">Hacking Starts</td>
<td onclick="showDescription('braintreevenmo')" class="schedule-link">Braintree - What is Infrastructure?</td>
<td onclick="showDescription('android')" class="schedule-link">Building Intelligent Applications with Android</td>
<td onclick="showDescription('pubnub')" class="schedule-link">PubNub - My Experience as an Intern in Silicon Valley</td>
</tr>
<tr>
<th scope="row">11:00AM</th>
<td onclick="showDescription('sisu')" class="schedule-link">Sisu - Engineering Product Market Fit</td>
<td onclick="showDescription('braintreevenmo')" class="schedule-link">Braintree - What is Infrastructure? (continued)</td>
<td onclick="showDescription('android')" class="schedule-link">Building Intelligent Applications with Android (continued)</td>
<td></td>
</tr>
<tr>
<th scope="row">11:30AM</th>
<td></td>
<td onclick="showDescription('flutter')" class="schedule-link">Introduction to Flutter - iOS/Android</td>
<td onclick="showDescription('android')" class="schedule-link">Building Intelligent Applications with Android (continued)</td>
<td onclick="showDescription('ios')" class="schedule-link">Intro to iOS</td>
</tr>
<tr>
<th scope="row">12:00PM</th>
<td></td>
<td onclick="showDescription('flutter')" class="schedule-link">Introduction to Flutter - iOS/Android (continued)</td>
<td onclick="showDescription('android')" class="schedule-link">Building Intelligent Applications with Android (continued)</td>
<td onclick="showDescription('ios')" class="schedule-link">Intro to iOS (continued)</td>
</tr>
<tr>
<th scope="row">12:30PM</th>
<td colspan="4" style="font-weight: bold;">Lunch Sponsored by Curry Up Now</td>
</tr>
<tr>
<th scope="row">1:00PM</th>
<td colspan="4" style="font-weight: bold;">Lunch Sponsored by Curry Up Now</td>
</tr>
<tr>
<th scope="row">1:30PM</th>
<td></td>
<td onclick="showDescription('mongodb')" class="schedule-link">Introduction to MongoDB - Hands-On Workshop</td>
<td onclick="showDescription('react')" class="schedule-link">Learn web development by building a Pokedex</td>
<td onclick="showDescription('scratch')" class="schedule-link">Build A Website From Scratch!</td>
</tr>
<tr>
<th scope="row">2:00PM</th>
<td></td>
<td onclick="showDescription('mongodb')" class="schedule-link">Introduction to MongoDB - Hands-On Workshop (continued)</td>
<td onclick="showDescription('react')" class="schedule-link">Learn web development by building a Pokedex (continued)</td>
<td onclick="showDescription('scratch')" class="schedule-link">Build A Website From Scratch! (continued)</td>
</tr>
<tr>
<th scope="row">2:30PM</th>
<td></td>
<td></td>
<td onclick="showDescription('react')" class="schedule-link">Learn web development by building a Pokedex (continued)</td>
<td></td>
</tr>
<tr>
<th scope="row">3:00PM</th>
<td></td>
<td onclick="showDescription('nlp')" class="schedule-link">Introduction to Natural Language Processing and Machine Learning in Python</td>
<td onclick="showDescription('dom')" class="schedule-link">DOM manipulations using JavaScript</td>
<td onclick="showDescription('jupyter')" class="schedule-link">Introduction to Data Wrangling with Jupyter Notebooks</td>
</tr>
<tr>
<th scope="row">3:30PM</th>
<td></td>
<td onclick="showDescription('nlp')" class="schedule-link">Introduction to Natural Language Processing and Machine Learning in Python (continued)</td>
<td onclick="showDescription('dom')" class="schedule-link">DOM manipulations using JavaScript (continued)</td>
<td onclick="showDescription('jupyter')" class="schedule-link">Introduction to Data Wrangling with Jupyter Notebooks (continued)</td>
</tr>
<tr>
<th scope="row">4:00PM</th>
<td></td>
<td>Facemasks/Meditation Session</td>
<td></td>
<td onclick="showDescription('game')" class="schedule-link">Game Changing Bonanza hosted by RingCentral</td>
</tr>
<tr>
<th scope="row">4:30PM</th>
<td>Boba Sponsored by ShareTea</td>
<td onclick="showDescription('design')" class="schedule-link">What is Design Thinking?</td>
<td onclick="showDescription('servicenow')" class="schedule-link">ServiceNow - Introduction to Enterprise Chatbot</td>
<td></td>
</tr>
<tr>
<th scope="row">5:00PM</th>
<td></td>
<td onclick="showDescription('design')" class="schedule-link">What is Design Thinking?</td>
<td onclick="showDescription('astrobiology')" class="schedule-link">Astrobiology and JavaScript</td>
<td></td>
</tr>
<tr>
<th scope="row">5:30PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">6:00PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">6:30PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">7:00PM</th>
<td colspan="4" style="font-weight: bold;">Hacking Ends / Dinner - Chipotle</td>
</tr>
<tr>
<th scope="row">7:30PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">8:00PM</th>
<td colspan="4" style="font-weight: bold;">Project Demos & Judging</td>
</tr>
<tr>
<th scope="row">8:30PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">9:00PM</th>
<td colspan="4" style="font-weight: bold;">Closing Ceremony + Prizes</td>
</tr>
<tr>
<th scope="row">9:30PM</th>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">10:00PM</th>
<td colspan="4"><b>Event Ends</b><br>(May end sooner or later)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="container-fluid lightorange-color">
<div class="container text-center justify-content-center" id="location">
<h1 class="section-title font" style="padding-bottom: 1em; color: white">Hosted at</h1>
<a href="https://www.makeschool.com/">
<img src="./assets/images/sponsors/MakeSchool.svg" style="width:300px; height: 100%; max-width: 100%;"/>
</a>
<h3 class="section-title font" style="color: white">555 Post St, San Francisco, CA 94102</h3>
<div id="map"></div>
</div>
</div>
<!-- FAQ -->
<div class="container-fluid lightorange-color" id="FAQ">
<div class="container" style="background-color: #F9F9F9">
<h1 class="text-center font section-title">FAQ's</h1>
<div class="row row-padding">
<div class="col-sm">
<p class="faq-title">What is Spectra?</p>
<div class="faq-description">
<p class="font" style="margin: 0">Spectra is a 12-hour hackathon open to all individuals who identify as female or non-binary. In this case, the word "hack" describes how multiple technologies can be used together in new and creative ways. Teams will spend the day creating a website, mobile app, or hardware creation. The Spectra team believes that the most important aspect of a hackathon is the community it generates and the skills that attendees can take away with them at the end of the event.</p>
</div>
<p class="faq-title">What events does Spectra host?</p>
<div class="faq-description">
<p class="font">The Spectra team hosts two events each year: a workshop day in the winter and a hackathon in the summer. Both of our events are aimed towards women of all technical experience levels, but we especially encourage beginners to come and learn new skills.</p>
<p class="font" style="margin: 0">Our goal is for our attendees to explore computer science and technology - the focus is not on competition, but rather on personal and technical development.</p>
</div>
<p class="faq-title">What if I don’t have a team or idea yet?</p>
<div class="faq-description">
<p class="font" style="margin: 0">Not a problem! We will have team formation and ideation sessions to help you find people to work with.</p>
</div>
<p class="faq-title">Who can attend?</p>
<div class="faq-description">
<p class="font" style="margin: 0">Any individual who identifies as female, inclusive of non-binary and trans people, and is at least 18-years-old can attend.</p>
</div>
<p class="faq-title">When will I know if I'm able to attend?</p>
<div class="faq-description">
<p class="font" style="margin: 0">We are still currently working on the process of notifying if you will be able to attend. Most likely you will recieve an email from us confirming your spot for this hackathon. Please check back soon for an update.</p>
</div>
<p class="faq-title">What do you mean by non-competitive? Will there be no prizes?</p>
<div class="faq-description">
<p class="font" style="margin: 0">
Non-competitive means there will be no ranking for best overall hacks (no 1st/2nd, etc. places.) Instead, we will have other fun categories for prizes such as “best mobile hack” or “most creative use of xyz API."
</p>
</div>
</div>
<div class="col-sm">
<p class="faq-title">What if I don’t know how to code?</p>
<div class="faq-description">
<p class="font" style="margin: 0">
Spectra is the perfect place and time to learn! There will be plenty of workshops and mentors to guide you through your first project. Participants are not filtered by technical background. Our focus is on making Spectra fun and welcoming for everyone involved. We welcome attendees from all levels and background.
</p>
</div>
<p class="faq-title">I love what Spectra is doing! How can I help?</p>
<div class="faq-description">
<p class="font">
Spectra events are not-for-profit. All of our events so far have been free to attend. If you are interested in learning more about how you can help support upcoming Spectra events, please reach out to the Spectra team at <a href="mailto:[email protected]">[email protected]</a> if you would like to sponsor, please send us an email.
</p>
<p class="font" style="margin: 0">
You can also help the day of! You can either lead a workshop/give a tech talk or mentor or volunteer. Please contact <a href="mailto:[email protected]">[email protected]</a> if you are interested.
</p>
<!-- <a href="" class="">workshop</a> <a href="" class="">mentor</a> -->
</div>
<p class="faq-title">What is the cost to attend?</p>
<div class="faq-description">
<p class="font" style="margin: 0">
This event is free for all who attend! We’ll be providing you with the space, WiFi, food, drinks, snacks, and swag!
</p>
</div>
<p class="faq-title">What should I bring?</p>
<div class="faq-description">
<p class="font" style="margin: 0">
All you'll need is a valid photo ID (a student ID works), a laptop, a charger, and a willingness to grow and learn. For more information about behavior, check out our <a href="./assets/coc/coc.pdf">Code of Conduct</a>.
</p>
</div>
<p class="faq-title">Will there be transportation?</p>
<div class="faq-description">
<p class="font" style="margin: 0">
Accepted hackers will be contacted via email regarding transportation options. For those outside of the SF Bay area, unfortunately we will not be able to provide travel reimbursements this year.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid lightorange-color" id="team" style="background-color: white;">
<div class="container" style="background-color: white;">
<h1 class="text-center font section-title">Team</h1>
<div class="row justify-content-center">
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/ChristinaCook.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Christina Cook</h5>
<p class="profile-title font">Co-Director</p>
<div class="social">
<a href="https://twitter.com/tinathetechiee/">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/tinafcook/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/ShubhaSwamy.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Shubha Swamy</h5>
<p class="profile-title font">Co-Director</p>
<div class="social">
<a href="https://twitter.com/shubhaswamyy">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/shubhaswamy">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/IvyChen.png">
<div class="img-highlight"></div>
<h5 class="profile-name font">Ivy Chen</h5>
<p class="profile-title font">Design/Marketing</p>
<div class="social">
<a href="https://twitter.com/Ivavay">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/ivy-chen-4065aab7/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/DanielleDelRosario.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Danielle Del Rosario</h5>
<p class="profile-title font">Design/Marketing</p>
<div class="social">
<a href="https://www.instagram.com/ddaaniielle/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/danielle-delrosario">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/LizzieSiegle.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Lizzie Siegle</h5>
<p class="profile-title font">Marketing</p>
<div class="social">
<a href="https://twitter.com/lizziepika">
<i class="fab fa-twitter"></i>
</a>
<a href="https://linkedin.com/in/elsiegle">
<i class="fab fa-linkedin"></i>
</a>
<a href = "https://github.com/elizabethsiegle">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/JasmineReyes.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Jasmine Reyes</h5>
<p class="profile-title font">Marketing</p>
<div class="social">
<a href="https://www.instagram.com/king.jasz/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/jasmine-reyes-560a22144/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/EricaNguyen.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Erica Nguyen</h5>
<p class="profile-title font">Hacker Experience</p>
<div class="social">
<!-- <a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-linkedin"></i>
</a> -->
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/NamrathaPrithviraj.png">
<div class="img-highlight"></div>
<h5 class="profile-name font">Namratha Prithviraj</h5>
<p class="profile-title font">Hacker Experience</p>
<div class="social">
<!-- <a href="#">
<i class="fab fa-twitter"></i>
</a> -->
<a href="https://www.linkedin.com/in/namratha-prithviraj/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/ShivaniGupta.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Shivani Gupta</h5>
<p class="profile-title font">Director - Experience</p>
<div class="social">
<a href="https://twitter.com/shivanii72">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/shivani72/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://linkedin.com/in/shivani72/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/PrathyushaCharagondla.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Prathyusha Charagondla</h5>
<p class="profile-title font">Sponsorship</p>
<div class="social">
<!-- <a href="#">
<i class="fab fa-twitter"></i>
</a> -->
<a href="https://www.linkedin.com/in/pcharagondla">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-sm text-center">
<div class="team-profile">
<img class="img-fluid" src="./assets/images/team/SamarBarakat.jpg">
<div class="img-highlight"></div>
<h5 class="profile-name font">Samar Barakat</h5>
<p class="profile-title font">Sponsorship</p>
<div class="social">
<a href="https://twitter.com/sbarakitkat">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/samar-barakat-686394134/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid lightorange-color" id="sponsor-logos">
<div class="container text-center">
<h1 class="section-title font text-center" style="color: white;">Sponsors</h1>
<div class="row justify-content-center sponsors-row">
<a class="sponsor-main" href="https://www.makeschool.com/">
<img class="sponsor-main" src="./assets/images/sponsors/MakeSchool.svg" alt="makeschool">
</a>
</div>
<div class="row justify-content-center sponsors-row">
<a href="https://www.servicenow.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/servicenow-logo.svg" alt="servicenow">
</a>
<a href="https://sisu.ai/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/sisu.svg" alt="sisu">
</a>
<a href="https://www.braintreepayments.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/braintree.png" alt="braintree">
</a>
<a href="https://venmo.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/venmo.png" alt="venmo">
</a>
<a href="https://www.mongodb.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/mongodb.svg" alt="mongodb">
</a>
<a href="https://www.twilio.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/twilio-logo-white.svg" alt="twilio">
</a>
<a href="https://www.ringcentral.com/">
<img class="sponsor-logo-3" src="./assets/images/sponsors/ringcentral.svg" alt="ringcentral">
</a>
</div>
<div class="row justify-content-center sponsors-row">
<!-- <img class="sponsor-logo-2" src="./assets/images/sponsors/facebook.svg"> -->
<a href="https://www.pubnub.com/">
<img class="sponsor-logo-2" src="./assets/images/sponsors/pubnub.svg" alt="pubnub">
</a>
<a href="https://www.here.com/">
<img class="sponsor-logo-2" style="width: auto;" src="./assets/images/sponsors/here.svg" alt="here">
</a>
</div>
<div class="row justify-content-center sponsors-row">
<a href="https://girlswhocode.com/">
<img class="sponsor-logo-1" src="./assets/images/sponsors/GWC_logo.png" alt="gwc">
</a>
<a href="https://www.benefitcosmetics.com/">
<img class="sponsor-logo-1" src="./assets/images/sponsors/benefit.png" alt="benefit">
</a>
<a href="https://ripple.com/">
<img class="sponsor-logo-1" src="./assets/images/sponsors/ripple.svg" alt="ripple">
</a>
</div>
<div class="row justify-content-center sponsors-row">
<a href="https://eatbobos.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/bobos.png" alt="bobos">
</a>
<a href="https://www.fitbit.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/fitbit.png" alt="fitbit">
</a>
<a href="https://www.interviewcake.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/interviewcake.png" alt="interviewcake">
</a>
<a href="https://www.typeform.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/typeform.svg" alt="typeform">
</a>
<a href="https://stripe.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/stripe.svg" alt="stripe">
</a>
<a href="https://www.stickergiant.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/stickergiant.svg" alt="stickergiant">
</a>
<a href="http://www.1992sharetea.com/">
<img class="sponsor-logo-0" src="./assets/images/sponsors/sharetea.png" alt="sharetea">
</a>
<a href="https://www.curryupnow.com/">
<img class="sponsor-logo-0" style="max-height: 65px; width: auto;"src="./assets/images/sponsors/curryupnow.png" alt="curryupnow">
</a>
<a href="https://www.techtreeroot.org/">
<img class="sponsor-logo-0" style="max-height: 65px; width: auto;"src="./assets/images/sponsors/scotty.png" alt="curryupnow">
</a>
</div>
</div>
</div>
<div class="container-fluid lightorange-color">
<div class="container text-center" style="background-color: #F9F9F9; padding: 10em 1em;">
<h1 class="section-title font" style="padding: 0;">Interested in Becoming a Sponsor?</h1>
<h5 class="font">Be a sponsor for our upcoming hackathon in July 2019</h5>
<div style="margin-bottom: 2em;" >check out our <a href = "./assets/sponsorpdf/sponsorpdf.pdf">sponsorship package</a>.</div>
<a href="mailto:[email protected]?subject=Sponsoring%20Spectra" class="application-button" rel="email">email us</a>
</div>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h4 class="font" id="modal-title"></h4>
<span class="close">×</span>
</div>
<div class="modal-body">
<label for="modal-requirements"><b>Requirements:</b></label>
<p id="modal-requirements"></p>
<label for="modal-description"><b>Description:</b></label>
<p id="modal-description"></p>
</div>
</div>
</div>
<footer class="footer container-fluid" style="margin-top: 2em;">
<div class="text-center">
<a href="mailto:[email protected]">
<i class="fas fa-2x fa-envelope"></i>
</a>
<a href="https://www.facebook.com/sospectra">
<i class="fab fa-2x fa-facebook-square"></i>
</a>
<a href="https://twitter.com/sospectra">
<i class="fab fa-2x fa-twitter"></i>
</a>
<a href="https://www.instagram.com/sospectra/">
<i class="fab fa-2x fa-instagram"></i>
</a>
<a href="https://medium.com/spectra-hackathon">
<i class="fab fa-2x fa-medium-m"></i>
</a>
</div>
<h3 class="font">© Spectra 2019</h3>
</footer>
<!-- custom JavaScript -->
<script type="text/javascript" src="./assets/js/main.js"></script>
<!-- google maps api -->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCPoYjL0HaAJYCCwmjTMuMv242ht0NrIxg&callback=initMap">
</script>
<!-- BootStrap -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<!-- Smooth Scroll by cferdinandi -->
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
<script>var scroll = new SmoothScroll('a[href*="#"]');</script>
</body>
</html>