forked from WEHack-UTD/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
717 lines (632 loc) · 27.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>WEHack</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/jpg" href="img/favicon.png">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<!-- <nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="navbar-brand" href="#">Start Bootstrap</a>
<a class="btn btn-primary" href="#">Sign In</a>
</div>
</nav> -->
<!-- HACKATHON DATE AND MISSION-->
<!-- <header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5">WEHack</h1>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<div class="headingDetails">
<h3> Date of hackathon </h3>
</div>
</div>
</form>
</div>
</div>
</div>
</header> -->
<!-- HACKATHON NAME AND DATE-->
<header class="masthead text-white text-center">
<!--<div class="overlay"></div>-->
<style>
header.masthead {
position: relative;
background-color: #343a40;
background-image: url("img/newheader.png");
background-size: contain;
padding-top: 16rem;
padding-bottom: 16rem;
}
.header button {
position: relative;
top: 50%;
transform: translateY(390%);
background-color: #503357;
border: none;
color: white;
padding: 12px;
/*text-align: center;
text-decoration: none;
display: inline-block; */
font-size: 16px;
margin: 10px 10px;
border-radius: 12px;
}
.button2 {
position: relative;
top: 50%;
transform: translateY(390%);
background-color: transparent;
border: none;
color: white;
padding: 12px;
text-align: center;
/*text-decoration: none;
display: inline-block; */
font-size: 12px;
margin: 10px 10px;
border-radius: 12px;
}
</style>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5"></h1>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<div class="headingDetails">
<h3> </h3>
</div>
</div>
</form>
</div>
</div>
</div>
<header class="header">
<!-- <a href="https://impact.utdallas.edu/project/16905" target="_blank" class="button2">Or Donate</a> -->
<button onclick="alert('Registration will open soon:)');" id="myButton"><p class="lead mb-0">Register Now!</p></button>
<button onclick="window.location.href = 'https://impact.utdallas.edu/project/16905';"><p/class="lead mb-0">Or Donate!</p></button>
</header>
<!-- Donate -->
</header>
<!-- Image Showcases -->
<section class="showcase w-100">
<div class="container-fluid p-0">
<div class="row no-gutters">
<!-- <div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('img/bg-showcase-1.jpg');"></div> -->
<!-- <div class="col-xs-6 order-lg-6 my-auto showcase-text"> -->
<div class="row justify-content-md-center my-auto showcase-text">
<h2><font color="#503357">At WEHack, we're looking to shape the future of technology</font></h2>
<center><p class="lead mb-0"><font color="#503357">UTD's female-driven tech organizations are excited to join forces and present our first all female, non-binary, 24-hour hackathon. Our goal is to create an inclusive environment that highlights and empowers women and non-binary students through technology. We aim to
encourage more underrepresented people to harness their skills to create projects of their own.</font></p></center>
<style>
* {
box-sizing: border-box;
}
.column {
float: right;
width: 25%;
padding: 25px;
}
.column1 {
float: center;
width: 100%;
padding: 0px;
}
.column3 {
float: right;
width: 33.33%;
padding: 0px;
}
/* Clearfix (clear floats) */
.row::after {
padding: 20px;
content: "";
clear: both;
display: table;
}
.rowpics{
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<div class="row">
<div class="col-3">
<img class="img-fluid" src="img\wtbLogo.png" alt="wtbLogo" style="width:90%">
</div>
<div class="col-3">
<img class="img-fluid" src="img\sweLogo.png" alt="sweLogo" style="width:85%">
</div>
<div class="col-3">
<img class="img-fluid" src="img\wwc-shirt-back.png" alt="wwcLogo" style="width:100%">
</div>
<div class="col-3">
<img class="img-fluid" src="img\wmwLogo.jpg" alt="wmwLogo" style="width:130%">
</div>
</div>
<!-- <div class="container-fluid p-1"></div> -->
<div class="statistics w-100">
<!-- <div style="position: relative; background-color: #f5f5f5; background-size: cover; width: 100%;"> -->
<div class="stat1">
<h2><font color="#503357">Why WEHack?</font></h2>
<p class="lead mb-0"><font color="#503357">There is a huge disparity in the number of women and non-binary students participating in hackathons.
In fact only <font color= "#ef466e"><strong>24% of participants are women</strong></font> and <font color= "#ffa508"><strong>3% of participants identify as non-binary/other.</strong></font>
So, it is not surprising that this lack of diversity ultimately affects the gender parity in the tech industry at large. By participating, we want students to gain valuable experience through networking,
and learning from distinguished speakers, inspiring mentors, and peers.</font></p>
</div>
<div class="stat2"><img src= "img\pieChart.png" alt="pieChart" style="width:540px; height: 400px;"></div>
</div>
<!-- <div class="row no-gutters">
<div class="col-lg-6 text-white showcase-img" style="background-image: url('img/bg-showcase-2.jpg');"></div>
<div class="col-lg-6 my-auto showcase-text">
<h2>Updated For Bootstrap 4</h2>
<p class="lead mb-0">Newly improved, and full of great utility classes, Bootstrap 4 is leading the way in mobile responsive web development! All of the themes on Start Bootstrap are now using Bootstrap 4!</p>
</div>
</div> -->
</section>
<!--TRACKS FOR WEHACK
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
-->
<section class = "text-center">
<div class="tracksDiv">
<h2 class="header"><font color="#503357">Our Theme: Robotics</font></h2>
<br>
<div class="mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="d-flex">
<img src = "img/robot.png" alt="robot" width="150" height="150">
</div>
</div>
<br>
<h3 class = "lead mb-0"><font color="#503357">In order to encompass both aspects of hardware
and software, the theme of WEHack 2020 will
revolve around robotics. We will provide
hardware and software workshops so that
students can learn and explore the basics of
both in order to apply them to their project </font></h3>
<div style = "display: -ms-flexbox;
display: flex;
padding-top: 50px;">
<div class = "softwareTrack">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<img src = "img/software.png" class = "softwarepic">
</div>
<h3><font color="#503357">Software Track</font></h3>
<p class="lead mb-0"><font color="#503357">Robots are geared by programs written by developers. With instructions, they can follow a series of tasks that makes it possible for them to do complex functions.</font> </p>
</div>
</div>
<div class = "hardwareTrack">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<img src = "img\hardwarelogo.png" class = "hardwarepic">
</div>
<h3><font color="#503357">Hardware Track</font></h3>
<p class="lead mb-0"><font color="#503357">Robots wouldn't be robots without their physical hardware. With their 'bodies', they are able to complete tasks set by software developers.</font> </p>
</div>
</div>
</div>
</section>
<!--TRACKS FOR WEHACK
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
-->
<!-- ======= -->
<div class = "venueDiv">
<div class = "venueDescription">
<p class = "venue"> Venue</p>
<p class="lead mb-0" style= "font-size: 25px;"> Erik Jonsson School of Engineering and Computer Science West</p>
</div>
<div class = "venuePics">
<img class = "ecsw" src = "img/ecsw-one.jpg" style="width:600px;height:400px;">
<img class = "ecsw" src = "img/ecsw-two.jpg" style="width:600px;height:400px;">
<img class = "ecsw" src = "img/ecsw-three.jpg" style="width:600px;height:400px;">
<img class = "ecsw" src = "img/ecsw-four.jpg" style="width:600px;height:400px;">
<button class="left" onclick="plusDivs(-1)">❮</button>
<button class="right" onclick="plusDivs(+1)">❯</button>
</div>
</div>
<!-- VENUE-->
<section class="testimonials text-center bg-light lead mb-0">
<div class="container">
<!-- SPONSORSHIP INFO -->
<div>
<center><h2 class="col-lg-6 my-auto showcase-text"><font color="#503357">Sponsorship</font></h2></center>
<!-- SPONSORSHIP INFO -->
<div>
<div class="lead mb-0">
<p><font color="#503357">This event would not be possible without sponsors like you! We provide many options
to sponsor our events. If you are interested please check out our sponsorship packet
below to learn more about how you can get the most out of our event! Want to learn more
about our sponsorship benefits? Contact us!</font></p>
</div>
<!-- SPONSORSHIP INFO -->
</div>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<!-- <img class="img-fluid rounded-circle mb-3" src="img/testimonials-1.jpg" alt="">
<h5>Margaret E.</h5>
<p class="font-weight-light mb-0">"This is fantastic! Thanks so much guys!"</p> -->
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/WEHack Logo copy.jpg" alt="">
<p><font color="#503357">This could be you!</font></p>
<img class="img-fluid rounded-circle mb-3" src="WEHack Logo copy.jpg" alt="">
<div class="lead mb-0">
</div>
<!-- <p class="font-weight-light mb-0">This could be you!</p> -->
</div>
</div>
<!-- <div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/testimonials-3.jpg" alt="">
<h5>Sarah W.</h5>
<p class="font-weight-light mb-0">"Thanks so much for making these free resources available to us!"</p>
</div>
</div> -->
</div>
<!-- WANT TO SPONSOR? -->
<div>
<h3 id="sponsorPacket"><font color="#503357">Want to sponsor? Here's our sponsorship packet.</font></h3>
</div>
<!-- WANT TO SPONSOR? -->
<a href="sponsorship-packet.pdf" role="button" id="sponsorInfo">WEHack Sponsorship Packet</a>
</div>
</section>
<!-- <<<<<<< FAQ -->
<section class ="FAQS">
<div class ="questions">
<!-- FAQ INFO -->
<div>
<center><h1 class="FAQ Title"><font color="#503357">Frequently Asked Questions</font></h1></center>
</div>
<div class="lead mb-0" class="btn-group">
<table>
<!-- Row 1 -->
<tr>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample"x aria-expanded="false" aria-controls="collapseExample">
Who can attend WEHack 2020?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>People who identify as female or non-binary may sign-up to participate for this hackathon. To know more about whether you qualify to participate in this hackathon, please visit: “Gender tab.” If you do not identify as female or non-binary but you consider yourself an ally of our cause, we would love to have you as a mentor or volunteer! More info on how to become a mentor/volunteer will come out soon.</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
When and where is WEHack 2020?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>WEHack 2020 will be happening from April 4th-5th and will be located in the ECSW building at the UTD campus!</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Do I need to be a CS major/minor?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>No! WEHack 2020 is open to all majors and would be the perfect place to start your first coding project!</p>
</div>
</div>
</td>
</tr>
<!-- Row 1 -->
<!-- Row 2 -->
<tr>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
How do I apply?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>To apply, click here. Applications are open now until “__.” Mentor and volunteer apps will open “__.”</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Can I participate if I am a high schooler?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>If you are a high schooler who will be at least 18 years old by WEHack 2020, we would love to have you participate in our hackathon! If you will not be 18 by WEHack 2020, unfortunately you can not participate in our hackathon but feel free to stop by, take a look at some of our hackers amazing projects, attend workshops, and network with other students/companies!</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
How can I mentor or volunteer at WEHack 2020?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>More info coming on this soon</p>
</div>
</div>
</td>
</tr>
<!-- Row 2 -->
<!-- Row 3 -->
<tr>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Does this cost money?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>WEHack 2020 is completely free! We will cover your overnight stay, meals (with plenty of snacks of course), swag, provided by our wonderful sponsors, and prizes!</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
How do teams at WEHack 2020 work?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>Teams can have up to “__” members. If you already have team members in mind, just include their names in the team section while filling out our application to form your team. If you do not have a team, don’t worry! Based on your answers to our application, we will place you in a team with similar interests and skill levels.</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
When are applications due? When will I hear back?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>Applications for WEHack 2020 are due by “___.” You will hear back from us by “___.”</p>
</div>
</div>
</td>
</tr>
<!-- Row 3 -->
<!-- Row 4 -->
<tr>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Will there be hardware available?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>Companies will be providing hardware for you!</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
What should I bring?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>Please bring a valid ID for admission and anything that will help you on your project.</p>
</div>
</div>
</td>
<td>
<p>
<button class="btn btn-outline-info" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Can I sleep at WEHack 2020? Where will I sleep?
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>Yes, you can sleep at WEHack 2020!</p>
</div>
</div>
</td>
</tr>
<!-- Row 4 -->
</table>
</div>
</div>
</section>
<!--Committee head pics-->
<section class="testimonials text-center bg-light lead mb-0">
<div class="container">
<div>
<center><h2 class="col-lg-6 my-auto showcase-text"><font color="#503357">Meet the Team</font></h2></center>
<div>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
</div>
</div>
<!-- <div class="col-md-3 col-sm-4 project team-2 officers" data-filter="board,hackutd,labs,operations,projects,education,ignite">
<div class="background-image-holder">
<img alt="project image" class="background-image" src="img\alisa thomas- co-founder-400x600-40x60.JPG">
</div>
<h6>Alisa Thomas</h6>
<h6><i>President</i></h6> -->
<div class="row">
<div class="column3">
<p ><img src="img\alisa thomas- co-founder-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Alisa Thomas</h6>
<h6><i>Co-Founder</i></h6>
</div>
<div class="column3">
<p><img src="img\medha_cofounder-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Medha Aiyah</h6>
<h6><i>Co-Founder</i></h6>
</div>
<div class="column3">
<p><img src="img\nisha rajesh- marketing-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Nisha Rajesh</h6>
<h6><i>Marketing Head</i></h6>
</div>
</div>
<div class="row">
<div class="column3">
<p ><img src="img\shireen bahadur- logistics-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Shireen Bahadur</h6>
<h6><i>Logistics Head</i></h6>
</div>
<div class="column3">
<p><img src="img\maaha sakhia- experience lead-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Maaha Sakhia</h6>
<h6><i>Experience Head</i></h6>
</div>
<div class="column3">
<p><img src="img\ankita- dev lead-400x600.JPG" alt="wtbLogo" style="width:60%" ></p>
<h6>Ankita Bantey</h6>
<h6><i>Development Head</i></h6>
</div>
</div>
<div class="row">
<div class="column3">
<p style="color: rgb(255, 248, 248);">placeholder...........................................................p</p>
</div>
<div class="column3">
<p><img src="img\afrida tasnim- industry_treasury-400x600.JPG" alt="wtbLogo" style="width:61%" ></p>
<h6>Afrida Tasnim</h6>
<h6><i>Industry Head</i></h6>
</div>
<div class="column3">
<p style="color: rgb(255, 248, 248);">p...........................................................placeholder</p>
</div>
</div>
</section>
<!-- Call to Action -->
<!-- <section class="call-to-action text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Ready to get started? Sign up now!</h2>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<form>
<div class="form-row">
<div class="col-12 col-md-9 mb-2 mb-md-0">
<input type="email" class="form-control form-control-lg" placeholder="Enter your email...">
</div>
<div class="col-12 col-md-3">
<button type="submit" class="btn btn-block btn-lg btn-primary">Sign up!</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section> -->
<section class="call-to-action text-white text-center">
<!-- <div class="overlay"></div> -->
<style>
.call-to-action {
position: relative;
background-color: #343a40;
background-image: url("img/WEHack BG.jpg");
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
</style>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Like to Sponsor? Email us at <p2 onclick="copy(this)"><font color="#ffa508">[email protected]</font></p2></h2>
<script>
function copy(that){
var inp =document.createElement('input');
document.body.appendChild(inp)
inp.value =that.textContent
inp.select();
document.execCommand('copy',false);
inp.remove();
}
</script>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-light">
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
<ul class="list-inline mb-2">
</li>
</ul>
<p class="text-muted small mb-4 mb-lg-0">© WeHack 2019. All Rights Reserved.</p>
</div>
<div class="col-lg-6 h-100 text-center text-lg-right my-auto">
<ul class="list-inline mb-0">
<li class="list-inline-item mr-3">
<a href="http://facebook.com/groups/WEHack2020">
<i class="fab fa-facebook fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="http://twitter.com/wehackutd">
<i class="fab fa-twitter-square fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item">
<a href= "http://instagram.com/wehackutd/">
<i class="fab fa-instagram fa-2x fa-fw"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="slideshow.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>