-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
597 lines (558 loc) · 25.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
<!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 http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- custom css -->
<link rel="stylesheet" href="css/main.css">
<!-- bootstrap core css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto@wght:400;500&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<title>TechTogether New York 2020</title>
</head>
<body id="page-top">
<!-- MLH Member Event Badge -->
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:40px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-white.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a> <!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="z-index: 7; background-color: #45B8CF;"
id="mainNav">
<div class="container-fluid" style="margin-right: 120px">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/techtogetherny-white.png"
id="logo"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="dropdown"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li> <a class="nav-link" href="#recap">2019 Stats</a> </li>
<li> <a class="nav-link" href="#challenges">Challenges</a> </li>
<li> <a class="nav-link" href="#get-involved">Get Involved</a> </li>
<li> <a class="nav-link" href="#schedule">Schedule</a> </li>
<li> <a class="nav-link" href="#sponsor">Sponsor</a> </li>
<li> <a class="nav-link" href="#faqs">FAQ</a> </li>
</li>
</ul>
</div>
</div>
</nav>
<!-- Main View -->
<div class=".col-12" style="background-color: #45B8CF;">
<div class="row anchor" style="padding: 10vw;">
<span class="col-md-6 col-sm-6 col-xs-6" style="padding-top:30px">
<h1 style="color: #FFFFFF; line-height: 1.3em;">
<br>
TechTogether
<br> <span style="font-size: 2em;"> New York </span>
<br> <span style="font-size: 1.8em;"> 2020 </span> </h1>
<br> <br>
<p style="color: white">
<b style="font-size: 1.5em">Dec 4th - 6th | Virtual Event</b>
<br> TechTogether values a supportive, strong, and healthy community.
Because of circumstances surrounding COVID-19, TechTogether New York 2020
will be hosted virtually this year. <br>
It’s important now more than ever to come together (virtually, of course) and
support one another as we face the challenges of this year, as a community.
The theme for TechTogether New York 2020, <i>Embracing Uncertainty</i>. 💖
<br><br>
<b>We'd love to see you at TechTogether New York's first virtual hackathon,
open to any and all women (cis & trans) and non-binary individuals:</b>
</p>
<!-- Begin Mailchimp Signup Form -->
<!-- <link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background: none; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style> -->
<span class="col-md-6 col-sm-12 col-xs-12 text-md-center text-center" style = "display: table-cell; ">
<a href="https://www.eventbrite.com/e/techtogether-new-york-embracing-uncertainty-tickets-125167534465" target="_blank"><button type="button" class="btn">Register!</button></a>
<a href="https://techtogether-new-york-2020.devpost.com/?preview_token=czUhp%2FIvL4njvNf4srPaTefwcfb4U37%2Fr%2FMcgC37JqU%3D" target="_blank"><button type="button" class="btn" > Submit project </button></a>
<a href="https://drive.google.com/drive/folders/1goarrEEcrVx-nMkHgyBaC5VCQvKOIEFh" target="_blank"><button type="button" class="btn" style="margin:auto; "> Workshop Recordings </button></a>
</span>
<!--End mc_embed_signup-->
</span>
<span id="header-byte" class="col-md-6 col-sm-6 col-xs-6">
<div class=".col-12" style="padding-top:20%"></div>
<img class="col-md-12 col-sm-12 col-xs-12"
src="img/art_byte.png">
</span>
</div>
</div>
<!-- Body -->
<div class=".col-4" style="margin: 5em;">
<p>
<h4 class="section-name">
TechTogether New York is committed to empowering underrepresented people in STEM,
creating equal opportunity through an engaging and inspiring environment.
</h4>
<br>
<div class="container text-center">
Open to everyone and anyone interested in STEM -
from complete beginners to experienced hackers -
we give our hackers unique opportunities to gain valuable technical skills,
build a professional network, and be part of a supportive community focused
on decreasing the gender gap in STEM, one hacker at a time.
<h5 class="section-name">
At TechTogether New York, our mission is to:
</h5>
<div class="row">
<span class="col-md-4 col-sm-4 col-xs-4">
<center> 💪 <br>
<b>Empower</b> women and non-binary individuals in technology to achieve.
</center>
</span>
<span class="col-md-4 col-sm-4 col-xs-4">
<center>🏆 <br>
<b>Provide</b> them with opportunities to explore the tech industry in an inspiring,
encouraging, and energizing environment.
</center>
</span>
<span class="col-md-4 col-sm-4 col-xs-4">
<center>🤝 <br>
<b>Create</b> a community of inclusivity within the tech industry.
</center>
</span>
</div>
</div>
<section id="recap" >
<h2 class="section-name">2019 Hackathon Stats</h2> <br>
<div class="row">
<span class="col-md-4 col-sm-4 col-xs-4">
<center>
<img style="width: 100%"
src="img/photobooth_5.jpg">
<br><br>
<h3>19</h3>
<h5 style="line-height: 0.5em;">Projects</h5>
</center>
</span>
<span class="col-md-4 col-sm-4 col-xs-4">
<center>
<h3>85</h3>
<h5 style="line-height: 0.5em;">Hackers</h5><br>
<img style="width: 100%"
src="img/photobooth_1.jpg">
<br><br>
<h3>$8,900</h3>
<h5 style="line-height: 0.5em;">in Prizes</h5>
</center>
</span>
<span class="col-md-4 col-sm-4 col-xs-4">
<center>
<img style="width: 100%"
src="img/photobooth_2.jpg">
<br><br>
<h3>14</h3>
<h5 style="line-height: 0.5em;">Sponsors</h5>
</center>
</span>
</div>
</p>
</div>
</section>
<!-- Challenge Themes section -->
<section class="col-md-12 col-sm-12 col-xs-12" style="background-color: #45B8CF; z-index: 1;" id="challenges">
<div id="carouselExampleIndicators" class="carousel slide text-center" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="8"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="9"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="10"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="11"></li>
</ol>
<div class="challenges carousel-inner w-75">
<h2 class="section-name anchor" style="color: #FFFFFF; margin: 25px 0px -20px;">Challenges</h2> <br>
<div class="carousel-item active">
<center>
<img class="d-block w-25" src="img/heart.svg" alt="Best Self Care Hack">
</center>
<h4> Best Self Care Hack </h4>
<p>
Times are tough and we all deserve a little love and self attention. <br>Create a hack
that helps people take care of their mental and physical well-beings!
</p>
<p>Prize: Teavana Steeping Kit or Keurig K-Mini Plus Coffee Maker (based on your preference)</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/bonfire.svg" alt="Best Survival Hack">
</center>
<h4>Best Survival Hack</h4>
<p>
Whether it’s surviving the wilderness, school, or a zombie apocalypse, the real question
stands: how will you survive? <br> Invent a solution to navigate through stressful situations!
</p>
<p>Prize: Beats Wireless Headphones</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/organization.svg" alt="Best at “Helping People Connect”">
</center>
<h4>Best at “Helping People Connect”</h4>
<p>
In a time when socialization has become distant, technology comes to the rescue! <br> Devise a
hack to bridge this distance and strengthen relationships across physical barriers.
</p>
<p>Prize: Amazon Echo Dot and Amazon Fire Tablet</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/online-learning.svg" alt="Best Education/Ed-Tech Hack">
</center>
<h4>Best Ed-Tech Hack</h4>
<p>
Although schools are closed, learning certainly hasn't stopped. <br>Apply technology to
augment stay-at-home education in any subject matter!
</p>
<p>Prize: Chromebook or Computer Monitor (based on your preference)</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/unique.svg" alt="Most Unique Hack">
</center>
<h4>Most Unique Hack</h4>
<p>
Although we're all Earthlings, we often have ideas that are out of this world! <br> This
honor recognizes the best hack that fills its own niche.
</p>
<p>Prize: Instax Mini Camera with film</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/statistics.svg" alt="Best Data Hack">
</center>
<h4> Best Use of Data</h4>
<h5>Sponsored by MassMutual</h5>
<p>
Get creative! What data can you get your hands on to deliver that high social impact?
<br>We'll be looking at anything data related, from snappy visualizations and data sourcing,
<br>to fireproof modeling and data pipelining.
</p>
<p>Prize: Fitbit Charge 4 (may change based on winning team's preferences or project)</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/bank.svg" alt="Best Financial Hack">
</center>
<h4> Best Financial Hack</h4>
<h5>Sponsored by Capital One</h5>
<p>
You're the bank. How will you reimagine banking? http://api.nessieisreal.com/.
</p>
<p>Prize: $250 Amazon Gift Cards</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/school.svg" alt="Best High School Hack">
</center>
<h4> Best High School Hack</h4>
<h5>Sponsored by BU Spark!</h5>
<p>
The best hack created by a team consisting of all high school students.
</p>
<p>Prize: $25 Amazon Gift Cards</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/hard-work.svg" alt="The Ultimate Failed Hack">
</center>
<h4> The Ultimate Failed Hack </h4>
<p>
This prize is for the team who dreamed big and failed hard.
</p>
<p>Prize: $10 Amazon Gift Cards</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/web-design.svg" alt="The Prettiest Hack">
</center>
<h4> The Prettiest Hack </h4>
<p>
This award is for the hack with the best design and UI/UX.
</p>
<p>Prize: $10 Amazon Gift Cards</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/code.svg" alt="Most Courageous Hack">
</center>
<h4>Most Courageous Hack</h4>
<p>
First hackathon? No worries! This award goes to the best invention developed by a
team of 3+ first-time hackers.
</p>
<p>Prize: Sticker Pack</p>
</div>
<div class="carousel-item">
<center>
<img class="d-block w-25" src="img/tools-and-utensils.svg" alt="Best Hardware Hack">
</center>
<h4> Best Hardware Hack </h4>
<p>
Build a project that uses hardware to solve a problem in a unique way.
</p>
<p>Prize: $20 Amazon Gift Cards</p>
</div>
</div>
<a class="carousel-control-prev" data-target="#carouselExampleIndicators" role="button" data-slide="prev"
style="margin:5px">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" data-target="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Get Involved! section -->
<section id="get-involved">
<h2 class="section-name anchor">Get Involved!</h2>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12 text-md-right text-center">
<a href="https://www.eventbrite.com/e/techtogether-new-york-embracing-uncertainty-tickets-125167534465" target="_blank"><button type="button" class="btn">Register to Attend</button></a>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 text-md-left text-center">
<a href="https://techtogether.typeform.com/to/p0ZhWieL" target="_blank"><button type="button" class="btn">Make a Tech Request</button></a>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 text-md-right text-center">
<a href="https://forms.gle/rjuzj7ktrxEkyzie8" target="_blank"><button type="button" class="btn">Host
a Workshop</button></a>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 text-md-left text-center">
<a href="https://techtogether.typeform.com/to/GBZkkuIe" target="_blank"><button type="button" class="btn">Become a Sponsor</button></a>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 text-md-right text-center">
<a href="https://forms.gle/DjVk6y5evuS2BXA59" target="_blank"><button type="button" class="btn">Sign
up to Mentor</button></a>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 text-md-left text-center">
<a href="https://forms.gle/4X8KoRdFTuxPk7jZ6" target="_blank"><button type="button" class="btn">Sign
up to Judge</button></a>
</div>
</div>
</div>
</section>
<!-- Tentative Schedule section -->
<section id="schedule">
<div>
<h2 class="section-name">
Tentative Schedule
<div style="display: inline-block;">
<div id="add-to-calendar-icon-container" alt="hi" class="custom-tooltip">
<a href="https://tinyurl.com/TTNY2020Calendar"
target="_blank"
class="far fa-calendar-plus"
style="color: #45b8cf"></a>
<span class="custom-tooltip-text">Add to Calendar</span>
</div>
</div>
</h2>
</div>
<div class="col-md-12 col-sm-12 col-xs-12 text-center">
<div class="btn-group">
<button type="button" class="btn day-btn active" data-tab="day1">
Dec 4
</button>
<button type="button" class="btn day-btn" data-tab="day2">
Dec 5
</button>
<button type="button" class="btn day-btn" data-tab="day3">
Dec 6
</button>
</div>
</div>
<div id="schedule-details" style="margin-top: 15px;
font-size: 16px;
text-align: center;
color: #808cf7;">
Refresh the page for the most updated schedule.
<br>Please note that all times are in Eastern Time (GMT-4).<br>
Click on an event tile for a description. Add events to your Google Calendar. </div>
<div id="schedule-content"></div>
</section>
<!-- Sponsor section -->
<section id="sponsor">
<h2 class="section-name"> Sponsors </h2>
<p style="color: #9ce4f3; text-align: center;">
<p>
<div class="container" id="sponsor-div">
<div>
<div>
<a class="cd-popup-trigger-MassMutual"><img class="sponsor-logo-MassM" src="logos/MassMutual.png"></a>
<div class="cd-popup-MassMutual" role="alert">
<div class="cd-popup-container-MassMutual">
<p> MassMutual is an American mutual life insurance company serving over five million clients. Our mission for the past
170 years has always been to help people secure their future and protect their loved ones. We have a strong tech focus
with which we are leading the life insurance industry in easing the application process for consumers.
We will be bringing mentors, as well as hosting two workshops and a Data Science focused prize category at
TechTogether NY!! Come talk to us at our discord booth to learn about our many career opportunities, including the
<a href="https://datascience.massmutual.com/dsdp/apply">Data Science Development Program</a> and
<a href="https://datascience.massmutual.com/dedp">Data Engineering Development Program</a> !</p>
<a href="#0" class="cd-popup-close-MassMutual img-replace">Close</a>
</div>
</div>
</div>
<div>
<a class="cd-popup-trigger-capitalOne"><img class="sponsor-logo-top" src="logos/capital-one.png"></a>
<div class="cd-popup-capitalOne" role="alert">
<div class="cd-popup-container-capitalOne">
<p> At Capital One, we dare to dream, disrupt, and deliver a better way. Our goal is simple - bring ingenuity,
simplicity, and humanity to an indsutry ripe for change. Founder-led, Capital One is on a mission to help people
live their best lives and build one of America’s leading information-based technology companies.</p>
<a href="#0" class="cd-popup-close-capitalOne img-replace">Close</a>
</div>
</div>
<img class="sponsor-logo-top" src="logos/Facbook.png">
<img class="sponsor-logo-top" src="logos/Accenture.png">
</div>
<br>
<div>
<img class="sponsor-logo-top2" src="logos/BU-logo.png">
<a class="cd-popup-trigger-balsamiq"><img class="sponsor-logo-top2" src="logos/Balsamiq.png"></a>
<div class="cd-popup-balsamiq" role="alert">
<div class="cd-popup-container-balsamiq">
<p> Wireframes is the perfect first UX design tool for anyone interested in getting into UX. It’s by far the most approachable:
you just drag, drop, and arrange controls on the page, and voila’, you made your first User Interface!
They even have online courses and articles to teach you all about UI design. Balsamiq is free for classroom use,
and very affordable for anyone else. Kick-start your UX career at <a href="https://balsamiq.com/">balsamiq.com</a>.</p>
<a href="#0" class="cd-popup-close-balsamiq img-replace">Close</a>
</div>
</div>
<img class="sponsor-logo-top2" src="logos/Digital Page Logo.png">
</div>
<br>
<div>
<img class="sponsor-logo-bottom" src="logos/wolfram.png">
<img class="sponsor-logo-bottom" src="logos/spark.png">
<img class="sponsor-logo-bottom" src="logos/esteem.png">
<a href="http://hackp.ac/mlh-stickermule-hackathons"> <img class="sponsor-logo-bottom" src="logos/sticker-mule-logo-dark.png"> </a>
</div>
</div>
</div>
</section>
<!-- FAQs section -->
<section id="faqs">
<h2 class="section-name">FAQs</h2>
<div class="container">
<div class="row" id="faqs-content">
<!-- refer to main.js -->
</div>
</div>
<br><br><br>
</section>
<section id="footer">
<div id="social-icons">
<a href="https://www.facebook.com/techtogethernewyork/" target="_blank"> <img src="img/facebook.png"
class="social-icon"> </a>
<a href="https://www.instagram.com/techtogethernewyork/" target="_blank"> <img src="img/instagram.png"
class="social-icon"> </a>
<a href="https://twitter.com/techtogetherny" target="_blank"> <img src="img/twitter.png"
class="social-icon"> </a>
<a href="https://www.linkedin.com/company/techtogether-new-york/" target="_blank"> <img
src="img/linkedin.png" class="social-icon"> </a>
</div>
<p id="footer-note">
<a style="color:white; text-decoration : none" href="http://mlh.io/code-of-conduct" target="_blank">MLH Code Of Conduct </a>
<br> Made with <3 by the TechTogether New York team!
</p> </section>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="js/jquery-3.5.1.min.js"></script>
<!-- custom JS -->
<!-- <script src="js/main.js"></script> -->
<script>document.write('<script src="js/main.js?dev=' + Math.floor(Math.random() * 1000) + '"\><\/script>');</script>
<!-- bootstrap script -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- popup script -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script>
jQuery(document).ready(function($){
//open popup
$('.cd-popup-trigger-balsamiq').on('click', function(event){
event.preventDefault();
$('.cd-popup-balsamiq').addClass('is-visible');
});
//close popup
$('.cd-popup-balsamiq').on('click', function(event){
if( $(event.target).is('.cd-popup-close-balsamiq') || $(event.target).is('.cd-popup-balsamiq') ) {
event.preventDefault();
$(this).removeClass('is-visible');
}
});
//close popup when clicking the esc keyboard button
$(document).keyup(function(event){
if(event.which=='27'){
$('.cd-popup-balsamiq').removeClass('is-visible');
}
});
});
jQuery(document).ready(function($){
//open popup
$('.cd-popup-trigger-capitalOne').on('click', function(event){
event.preventDefault();
$('.cd-popup-capitalOne').addClass('is-visible');
});
//close popup
$('.cd-popup-capitalOne').on('click', function(event){
if( $(event.target).is('.cd-popup-close-capitalOne') || $(event.target).is('.cd-popup-capitalOne') ) {
event.preventDefault();
$(this).removeClass('is-visible');
}
});
//close popup when clicking the esc keyboard button
$(document).keyup(function(event){
if(event.which=='27'){
$('.cd-popup-capitalOne').removeClass('is-visible');
}
});
});
jQuery(document).ready(function($){
//open popup
$('.cd-popup-trigger-MassMutual').on('click', function(event){
event.preventDefault();
$('.cd-popup-MassMutual').addClass('is-visible');
});
//close popup
$('.cd-popup-MassMutual').on('click', function(event){
if( $(event.target).is('.cd-popup-close-MassMutual') || $(event.target).is('.cd-popup-MassMutual') ) {
event.preventDefault();
$(this).removeClass('is-visible');
}
});
//close popup when clicking the esc keyboard button
$(document).keyup(function(event){
if(event.which=='27'){
$('.cd-popup-MassMutual').removeClass('is-visible');
}
});
});
</script>
</body>
</html>
<!-- Icons made by Smashicons, Freepik, Good Ware, dDara, Eucalyp from www.flaticon.com -->