-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathslp_2021.html
More file actions
526 lines (493 loc) · 21.1 KB
/
slp_2021.html
File metadata and controls
526 lines (493 loc) · 21.1 KB
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Semester Long Project</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/jpg" href="images/logo.png"/>
<!--[if lte IE 8]>-->
<script src="html5.js" type="text/javascript"></script>
<!--[endif]-->
<!--Google Fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&family=Open+Sans&display=swap" rel="stylesheet">
<!--Font Awesome Extension-->
<script src="https://kit.fontawesome.com/fb25db8e8c.js" crossorigin="anonymous"></script>
<!--CSS Extensions-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/slp-custom.css">
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css">
</head>
<body>
<!--------SIDEBAR--------->
<div class="row g-0 col-md-2 d-none d-md-block"> <!--hides sidebar on mobile screen-->
<nav id="sidebar" class="col-md-2">
<!-- Sidebar Header -->
<div id="sidebarHeader">
<span onclick="window.location.href='slp.html'">SLP</span></br>
<div id="tagline">Semester Long Project</div>
</div>
<!-- Sidebar Links -->
<div class="links">
<ul class="list-unstyled components">
<li class="active">
<a href="index.html">
<div class="icon"><div style="margin-top: -2px;"><i class="fab fa-pagelines"></i></div></div>
<button>sheCodes</button>
</a>
</li>
<li>
<div class="icon"><div style="margin-top: -2px;"><i class="fas fa-book"></i></div></div>
<button class="tablinks" onclick="openPage(event, 'about')">About SLP</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2023.html'">SLP Fall 2023</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2022.html'">SLP Fall 2022</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2020.html'">SLP Fall 2020</button>
</li>
<li><!-- Link with dropdown items -->
<a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false">
<div class="icon"><div style="margin-top: -2px;"><i class="fas fa-chevron-down"></i></div></div>
<button class="tablinks" onclick="openPage(event, 'all')">All Projects</button>
</a>
<ul class="list-unstyled groups">
<li><button class="tablinks" onclick="openPage(event, 'group1')">League of LeShen</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group2')">Artificial Intelligence</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group3')">Wanderlust</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group4')">sheStudies</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group5')">Book Exchange</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group6')">California Wildfire App</button></li>
</ul>
</li>
</ul>
</div>
</nav>
</div><!--sidebar-->
<!--------TOPBAR for mobile--------->
<div class="d-none d-sm-block d-sm-none d-md-none d-lg-none d-xl-none">
<nav id="mobileNav">
<a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false">
<div class="mobile-header">
<div class="icon m"><div style="margin-top: 4px;"><i class="fas fa-bars"></i></div></div>
Semester Long Project
</div>
</a>
<ul class="collapse list-unstyled" id="homeSubmenu">
<li><a href="https://www.cpp.edu/~shecodes/">
<div class="icon"><div style="margin-top: -6px;"><i class="fab fa-pagelines"></i></div></div>
<button class="removeBorder">sheCodes</button>
</a></li>
<li>
<li>
<div class="icon"><div style="margin-top: -7px;"><i class="fas fa-book"></i></div></div>
<button class="tablinks removeBorder" onclick="openPage(event, 'about')">About SLP</button>
</li>
<div class="icon"><div style="margin-top: -5px;"><i class="fas fa-chevron-down"></i></div></div>
<button class="tablinks removeBorder" onclick="openPage(event, 'all')">All Projects</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2023.html'">SLP Fall 2023</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2022.html'">SLP Fall 2022</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2020.html'">SLP Fall 2020</button>
</li>
<div class="indent row">
<div class="column col">
<li><button class="tablinks" onclick="openPage(event, 'group1')">League of LeShen</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group2')">Artificial Intelligence</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group3')">Wanderlust</button></li>
</div>
<div class="column col">
<li><button class="tablinks" onclick="openPage(event, 'group4')">sheStudies</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group5')">Book Exchange</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group6')">California Wildfire App</button></li>
</div>
</div>
</ul>
</nav>
</div>
<!--really roundabout way to show on xs screen-->
<div class="d-block d-sm-none">
<nav id="mobileNav">
<a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false">
<div class="mobile-header">
<div class="icon m"><div style="margin-top: 4px;"><i class="fas fa-bars"></i></div></div>
Semester Long Project
</div>
</a>
<ul class="collapse list-unstyled" id="homeSubmenu">
<li><a href="https://www.cpp.edu/~shecodes/">
<div class="icon"><div style="margin-top: -6px;"><i class="fab fa-pagelines"></i></div></div>
<button class="removeBorder">sheCodes</button>
</a></li>
<li>
<li>
<div class="icon"><div style="margin-top: -7px;"><i class="fas fa-book"></i></div></div>
<button class="tablinks removeBorder" onclick="openPage(event, 'about')">About SLP</button>
</li>
<div class="icon"><div style="margin-top: -5px;"><i class="fas fa-chevron-down"></i></div></div>
<button class="tablinks removeBorder" onclick="openPage(event, 'all')">All Projects</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2023.html'">SLP Fall 2023</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2022.html'">SLP Fall 2022</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2021.html'">SLP Fall 2021</button>
</li>
<li>
<div class="icon"><div style="margin-left: 2px; margin-top: -2px;"><i class="fas fa-chevron-right"></i></div></div>
<button class="tablinks" onclick="window.location.href='slp_2020.html'">SLP Fall 2020</button>
</li>
<div class="indent row">
<div class="column col">
<li><button class="tablinks" onclick="openPage(event, 'group1')">League of LeShen</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group2')">Artificial Intelligence</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group3')">Wanderlust</button></li>
</div>
<div class="column col">
<li><button class="tablinks" onclick="openPage(event, 'group4')">sheStudies</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group5')">Book Exchange</button></li>
<li><button class="tablinks" onclick="openPage(event, 'group6')">California Wildfire App</button></li>
</div>
</div>
</ul>
</nav>
</div>
<!--------CONTENT--------->
<div class="d-none d-sm-block d-md-none d-lg-none d-xl-none" style="width: 100%; height: 75px;"></div> <!--adds space-->
<div class="d-block d-sm-none" style="width: 100%; height: 75px;"></div> <!--adds space-->
<div id="container" class="offset-md-3 col-md-8">
<div id="all" class="tabcontent active">
<div class="row gy-5">
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/leshen_background.jpg') center; background-size: 200%;" class="cell tablinks" onclick="openPage(event, 'group1')">
<div class="projectName">League of LeShen<br /><span>Software Engineering Team</span></div>
</div>
</div>
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/ai_background.jpg') center; background-size: 100%;" class="cell tablinks" onclick="openPage(event, 'group2')">
<div class="projectName">Artificial Intelligence<br /><span>Artificial Intelligence Team</span></div>
</div>
</div>
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/wanderlust_background.png') center; background-size: 150%;" class="cell tablinks" onclick="openPage(event, 'group3')">
<div class="projectName">Wanderlust<br /><span>UI/UX Team</span></div>
</div>
</div>
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/shestudies_background.jpg') center; background-size: 100%;" class="cell tablinks" onclick="openPage(event, 'group4')">
<div class="projectName">sheStudies<br /><span>Introduction to Coding Team</span></div>
</div>
</div>
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/bookexchange_background.jpg') center; background-size: 150%" class="cell tablinks" onclick="openPage(event, 'group5')">
<div class="projectName">Book Exchange<br /><span>Mobile Application Team</span></div>
</div>
</div>
<div class="col col-md-6 col-sm-12 col-12">
<div style="background: url('images/slp/california_background.png') center; background-size: 150%" class="cell tablinks" onclick="openPage(event, 'group5')">
<div class="projectName">California Wildfire App<br /><span>Mobile Application Team</span></div>
</div>
</div>
</div>
</div>
<div id="about" class="tabcontent">
<div class="projectTitle"><h1>About SLP</h1></div>
<p> Semester-Long Projects (SLP) is a great program to enrich coding skills in a group setting. Participants
are formed into groups of similar interests. Each group is led by a mentor to build a unique coding project.
SLP includes workshops like git, inclusive design, and other topics to aid the project's completion. At the
end of the semester, the groups come together for sheCode's SLP Demo Day to showcase their project!
</p>
<br>
<h5>We congratulate every member and team lead on finishing SLP of 2022!</h5>
<p>
Thank you for your 10 weeks of teamwork and dedication! You have accomplished
these past 10 weeks and should be proud of all the work you have done. We hope that SLP
has encouraged you to explore more about Computer Science and inspires you to continue
pursuing projects outside of class. We hope you had fun and learned a lot!
sheCodes and sheBoard are so proud of you and we can’t wait to see where you will go from here.
<br>
-Laura Siu (she/her) sheCodes Internal Vice President 2022-2023
</p>
<br>
<h4>Judges for SLP 2022</h4>
<ul>
<li><h4>Daisy Tang</h4></li>
<li><h4>Markus Eger</h4></li>
<li><h4>Mohammad Husain</h4></li>
<li><h4>Lan Yang</h4></li>
<li><h4>Yu Sun</h4></li>
</ul>
<p>
We would like to thank you judges for being a SLP Demo Day Judge!
We appreciate you sharing your expertise and guidance with our members.
On behalf of sheCodes, we sincerely thank you for taking the time to help
create a meaningful experience for our SLP participants.
</p>
</div>
<div id="group1" class="tabcontent">
<div class="projectTitle"><h1>League of LeShen<br /><span>Software Engineering Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Liangjie Shen</h4></li>
<li>Trina Ngo</li>
<li>Erika Ledesma</li>
<li>Mohraiel Matta</li>
<li>Rosalu Wycoco</li>
</ul>
<h2>About the Project</h2>
<div class="videoWrapper" style="--aspect-ratio: 3 / 4;">
<iframe src="https://www.youtube.com/embed/XpVoylEt2b0"
frameborder="0" allow="accelerometer;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
A game which includes both aspects of Genshin Impact and League of Legends. The player can choose a character to play and then
attack monsters in the open world.
<h2>Tools</h2>
<ul>
<li>HTML 5</li>
<li>CSS 3</li>
<li>Javascript</li>
<li>Sketchbook</li>
<li>Repl.it</li>
</ul>
<h2>Given More Time...</h2>
<ul>
<li>More characters to use</li>
<li>More monsters</li>
<li>More skills to use</li>
</ul>
</div>
<div id="group2" class="tabcontent">
<div class="projectTitle"><h1>Artificial Intelligence<br /><span>Artificial Intelligence Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Alejandro Hernandez</h4></li>
<li>Rose Roldan</li>
<li>Sherelene De Belen</li>
<li>Laura Siu</li>
<li>Saul Barajas</li>
</ul>
<h2>About the Project</h2>
<div class="image-wrapper">
<img src="./images/slp/ai.png" alt="image">
</div>
The team applied Search and Learning problems to various network datasets. They used Uninformed Search, Breadth First Search and Depth First Search.
<h2>Tools</h2>
<ul>
<li>NetworkX</li>
<li>NumPy</li>
<li>Pandas</li>
<li>MatPlotLib</li>
</ul>
<h2>What Was Learned</h2>
<ul>
<li>AI</li>
<li>Different Uses</li>
<li>Python</li>
<li>Not as scary as we thought</li>
</ul>
<h2>Given More Time...</h2>
<ul>
<li>Implement more complex models like logisitic regression</li>
<li>Implement gradient dscent variations/modifications</li>
<li>Implement more intelligent search algorithms like Dijkstra's and A</li>
</ul>
</div>
<div id="group3" class="tabcontent">
<div class="projectTitle"><h1>Wanderlust<br /><span>UI/UX Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Bernice Tran</h4></li>
<li>Amanda Chang</li>
<li>Allison Fung</li>
<li>Yemi Okunubi</li>
<li>Sneha Vivek</li>
</ul>
<h2>About the Project</h2>
<a href="https://www.figma.com/proto/6pTaKKggBi0g6kRytxjmvu/Wanderlust-Website?node-id=2%3A2&scaling=min-zoom&page-id=0%3A1">Link to Figma</a>
<p>Wanderlust is a travel helper website that helps anyone that needs to plan their next vacation. The UI/Ux SLP team has coded a survey that let's the user choose which destination they want to travel to and how long they plan to travel for. After doing so, users can select the given activities that are available.</p>
<h2>Tools</h2>
<ul>
<li>Figma</li>
<li>Github</li>
<li>HTML 5</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<h2>What Was Learned</h2>
<ul>
<li>Github</li>
<li>Figma</li>
<li>Color theory and Typography</li>
<li>HTML/CSS with jQuery</li>
</ul>
</div>
<div id="group4" class="tabcontent">
<div class="projectTitle"><h1>sheStudies<br /><span>Introduction to Coding Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Irene Ninan</h4></li>
<li>Ceiara Madrigal</li>
<li>Tiffany Truong</li>
<li>Sean Chuang</li>
<li>Tyler Stamp - Programming</li>
</ul>
<h2>About the Project</h2>
<div class="videoWrapper" style="--aspect-ratio: 3 / 4;">
<iframe src="https://www.youtube.com/embed/Mf7SNPCkDuI"
frameborder="0" allow="accelerometer;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
The intent of this project is to help college students who need organized resources, keep all their notes and flashcards in one website, make practice
quizzs to prep for exams, and customiz how the user want their work to look.
<h2>Tools</h2>
<ul>
<li>HTML 5</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<h2>Given More Time...</h2>
<ul>
<li>Add other features</li>
<li>Allow more customization</li>
</ul>
</div>
<div id="group5" class="tabcontent">
<div class="projectTitle"><h1>Book Exchange<br /><span>Mobile Application Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Preni Amijanian</h4></li>
<li>Min Jung</li>
<li>Alma Campos</li>
<li>Karen Vuong</li>
</ul>
<h2>About the Project</h2>
<div class="videoWrapper" style="--aspect-ratio: 3 / 4;">
<iframe src="https://www.youtube.com/embed/aZ1v1AZa0cY"
frameborder="0" allow="accelerometer;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<h2>Tools</h2>
<ul>
<li>Google Flutter</li>
<li>Firebase</li>
<li>Android Studio</li>
<li>Dart</li>
</ul>
<h2>Given More Time...</h2>
<ul>
<li>Allow Users to know they are exchanging with</li>
<li>Have pictures of the books</li>
</ul>
</div>
<div id="group6" class="tabcontent">
<div class="projectTitle"><h1>California Wildfire App<br /><span>Mobile Application Team</span></h1></div>
<h2>Team Introduction</h2>
<ul>
<li><h4>Sriya Kuruppath </h4></li>
<li>Julia Alfaro</li>
<li>UyenNghi Nguyen</li>
<li>Amber Thomas</li>
<li>Amrita Sneha Ramakrishnan</li>
<li>Jade Eng</li>
</ul>
<h2>About the Project</h2>
<div class="videoWrapper" style="--aspect-ratio: 3 / 4;">
<iframe src="https://www.youtube.com/embed/zMO_HnYV_ic"
frameborder="0" allow="accelerometer;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
With the increase in fires in California, many residents are in danger due to the lack of adequate time or notice of exact location of impact, to evacuate their homes safely.
<h2>Tools</h2>
<ul>
<li>Figma</li>
<li>React Native</li>
<li>Kaggle</li>
<li>Colab</li>
<li>Github</li>
</ul>
<h2>What Was Learned</h2>
<ul>
<li>Team-oriented as there were roles delegated to each team member.</li>
<li>The team had to learn and use different resources to bring the app together.</li>
<li>Absence of an established work breakdown structure with dates and durations.</li>
<li>Bandwidth and capacity issues led to delays in completion.</li>
</ul>
<h2>Given More Time...</h2>
<ul>
<li>Add information about other disasters</li>
<li>User Notifications</li>
</ul>
</div>
</div> <!--content-->
</div> <!--bootstrap-->
<!--CREDIT-->
<div id="creditDesktop" class="d-none d-md-block">
<div id="anchor">
<div style="margin-top: -3px;"><i class="fas fa-anchor"></i></div>
</div>
<div id="4thMonth">
<div style="font-size: 10pt; padding-top: 10px;">Coded with care by Bernice</div>
</div>
</div>
<div id="creditMobile" class="d-none d-sm-block d-sm-none d-md-none d-lg-none d-xl-none">
� 2023 <a href="https://www.cpp.edu/~shecodes/">sheCodes</a>
<br />
<small>Coded with care by Bernice Tran</small>
</div>
<div id="creditMobile" class="d-block d-sm-none">
� 2023 <a href="https://www.cpp.edu/~shecodes/">sheCodes</a>
<br />
<small>Coded with care by Bernice Tran</small>
</div>
</body>
<!--Javascript-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- jQuery Custom Scroller CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<!--javascript for the separate tabs-->
<script type="text/javascript">
function openPage(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</body>
</html>