-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout-us.html
845 lines (815 loc) · 38.6 KB
/
about-us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
<!doctype html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v5.6.2, https://mobirise.com -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="generator" content="Mobirise v5.6.2, mobirise.com" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
rel="shortcut icon"
href="assets/images/logo-420x549.png"
type="image/x-icon"
/>
<meta name="description" content="" />
<title>About</title>
<link
rel="stylesheet"
href="assets/web/assets/mobirise-icons2/mobirise2.css"
/>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-grid.min.css"
/>
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-reboot.min.css"
/>
<link rel="stylesheet" href="assets/parallax/jarallax.css" />
<link
rel="stylesheet"
href="assets/web/assets/gdpr-plugin/gdpr-styles.css"
/>
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/socicon/css/styles.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Abril+Fatface:400&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Abril+Fatface:400&display=swap"
/></noscript>
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
/></noscript>
<link
rel="preload"
as="style"
href="assets/mobirise/css/mbr-additional.css"
/>
<link
rel="stylesheet"
href="assets/mobirise/css/mbr-additional.css"
type="text/css"
/>
</head>
<body>
<section
class="menu menu3 cid-siut9ZC9fS"
once="menu"
id="menu3-0"
>
<nav
class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg"
>
<div class="container-fluid">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img
src="assets/images/logo-420x549.png"
alt="Mobirise"
style="height: 4.2rem"
/>
</a>
</span>
<span class="navbar-caption-wrap"
><a
class="navbar-caption text-black text-primary display-4"
href="index.html"
>Early-career Glaciologists Group (EGG)</a
></span
>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-bs-toggle="collapse"
data-target="#navbarSupportedContent"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul
class="navbar-nav nav-dropdown"
data-app-modern-menu="true"
>
<li class="nav-item dropdown">
<a
class="nav-link link text-black text-primary dropdown-toggle display-4"
href="#"
data-toggle="dropdown-submenu"
data-bs-toggle="dropdown"
aria-expanded="false"
>
About us</a
>
<div class="dropdown-menu">
<a
class="text-black text-primary dropdown-item display-4"
href="about-us.html#header2-h"
>Welcome</a
><a
class="text-black text-primary dropdown-item display-4"
href="about-us.html#content14-i"
>FAQ</a
><a
class="text-black text-primary dropdown-item display-4"
href="about-us.html#team2-3z"
>Steering committee</a
>
</div>
</li>
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="seminars-posts/index-seminars.html"
>IGS Seminars</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link link text-black text-primary dropdown-toggle display-4"
href="#"
data-toggle="dropdown-submenu"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Awards and Help</a
>
<div class="dropdown-menu">
<a
class="text-black text-primary dropdown-item display-4"
href="egg-events/egg-award.html"
>ECS award</a
><a
class="text-black text-primary dropdown-item display-4"
href="egg-events/conference-grant.html"
>Conference Grant</a
><a
class="text-black text-primary dropdown-item display-4"
href="egg-events/open-positions.html"
>Open Positions</a
><a
class="text-black text-primary dropdown-item display-4"
href="egg-events/reviewer-database.html"
>Reviewer database</a
>
</div>
</li>
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="egg-events/egg-help-forum.html"
>EGG Help Forum</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="index.html#content4-3p"
>Get in touch</a
>
</li>
</ul>
<div class="icons-menu">
<a
class="iconfont-wrapper"
href="https://twitter.com/egg_igs"
target="_blank"
>
<span
class="p-2 mbr-iconfont socicon-twitter socicon"
style="font-size: 25px"
></span>
</a>
</div>
</div>
</div>
</nav>
</section>
<section
data-bs-version="5.1"
class="header2 cid-siuYTtNxih mbr-fullscreen mbr-parallax-background"
id="header2-h"
>
<div
class="mbr-overlay"
style="opacity: 0.8; background-color: rgb(255, 255, 255)"
></div>
<div class="container">
<div class="row">
<div class="col-12 col-lg-7">
<h3
class="mbr-section-title mbr-fonts-style mb-4 display-2"
>
<br /><br />
<strong>Welcome</strong>
</h3>
<p class="mbr-text mbr-fonts-style display-7">
The EGG is open to any ECS (Early-Career Scientist)
in glaciology or related snow and ice sciences. Our
aims are to enhance the cryosphere ECS community
(socially and professionally), particularly within
the IGS, and to provide additional support to ECS in
cryosphere-related fields.<br /><br />We’re planning
social events, workshops, and panel discussions at
upcoming meetings (IGS and others). Through holding
these events, we are hoping to build a better
community for us ECS, where we can exchange ideas
and discuss problems, foster career development, and
get to know each other.<br />
We also hope that through
encouraging the IGS to provide more support for ECS,
this support will help ECS with become more involved
with and benefit more from the IGS.<br /><br />
Send us an email at<strong
> <a
href="mailto:[email protected]"
class="text-primary"
><b>[email protected]</b></a
></strong
>
</p>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="content14 cid-siuZj4Iso1"
id="content14-i"
>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<h3
class="mbr-section-title mbr-fonts-style mb-4 display-5"
>
<strong>Frequently asked questions</strong>
</h3>
<ul class="list mbr-fonts-style display-7">
<li>
<strong>Am I an ECS?<br /></strong>We’re happy
for anyone self-identifying as early career to
get involved. We do want to make sure we’re
creating a group for researchers at early stages
of their career and therefore working through
similar problems, including getting started on
publications, learning how to apply for funding,
presenting at conferences, and thinking about
future career paths. We will likely adapt the
IGS definition of early career — being in school
or <6 years beyond a degree (with an extra
year per child if you took time off to be the
primary caregiver) — as we look to include
funding opportunities.<br />
</li>
<li>
<strong>How to join the EGG?<br /></strong>Send
us an email at
<a
href="mailto:[email protected]"
class="text-primary"
>
or meet us at an IGS conferences!
</li>
<li>
<span style="font-size: 1.2rem"
><strong>How can I get involved?</strong
><br />You have an idea or some skills or
that you would like to share with other
glacier, snow and ice folks. Contact us and
we will support you.</span
>
</li>
<li>
<strong>Mailing list and Twitter:<br /></strong
>We will post information about upcoming events
and opportunities on our
<a
href="https://twitter.com/egg_igs"
class="text-primary"
>Twitter @egg_igs</a
>, and if you would like to receive emails about
news and upcoming events please sign up
<a
href="index.html#form1-16"
class="text-primary"
target="_blank"
>here</a
>.<br /><br />Let us know if you have any
comments or ideas for events!
</li>
</ul>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="header13 cid-siv21X1bj6 mbr-fullscreen"
id="header13-t"
>
<div
class="mbr-overlay"
style="opacity: 0.2; background-color: rgb(255, 255, 255)"
></div>
<div class="align-center container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<h1
class="mbr-section-title mbr-fonts-style mb-3 display-1"
>
<strong>The team</strong>
</h1>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="content14 cid-siuZj4Iso1"
id="content14-i"
>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<h3
class="mbr-section-title mbr-fonts-style mb-4 display-5"
>
<strong>Current members</strong>
</h3>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-sXDgsfYo62"
xmlns="http://www.w3.org/1999/html"
id="team2-3z"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/brittany.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Brittany Main</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>Postdoctoral Researcher (Grant Coordinator)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Brittany Main is a Postdoctoral Researcher affiliated with the
University of Waterloo and Yukon Research Centre, Yukon University.
Her research focuses on glacier dynamics in the Yukon, Alaska, and
northern British Columbia, with an emphasis on surge-type glaciers
and interactions between glaciers and proglacial lakes.
<br/>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-siv230mXYI"
xmlns="http://www.w3.org/1999/html"
id="team2-u"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/raven.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Raven Quilestino-Olario</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD Researcher (Email Coordinator)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Raven is a PhD scholar of the Antarctic working group of the
University of Cologne in Germany, working on Quaternary
interrelationships between sea ice, ocean surface temperatures,
and polar seabirds (Raven loves penguins!).
<br/>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-sXDgsfYo62"
xmlns="http://www.w3.org/1999/html"
id="team2-v"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/harley.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Harley R. McCourt</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD Researcher (Treasurer)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Harley is a 3rd year PhD Researcher at Northumbria
University who models the extent and zonation of
permafrost at a global scale from 1960-Present in
an effort to help predict future permafrost degradation.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-sXDgsfYo62"
xmlns="http://www.w3.org/1999/html"
id="team2-3z"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/sharman.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Sharman Jones</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD Researcher (Social Event Coordinator)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Sharman is a PhD researcher at Aberystwyth University, Wales. Her research focuses
on the Late Palaeozoic Ice Age in Southern Africa using data analysis at multiple scales.
She collects and processes UAV and ground-based photogrammetry for macro-scale geomorphological
mapping, as well as processing and analysing geological samples using thin sections and 3D micro
CT methods.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-siv230mXYI"
xmlns="http://www.w3.org/1999/html"
id="team2-3x"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/img-0020-modified-335x335.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Nathaniel Baurley</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD student</strong
><strong><br /></strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Nathaniel is a PhD Student at the
University of Southampton, UK. He is
currently investigating the changing
dynamics of Fjallsjökull, a
lake-terminating glacier in southeast
Iceland, using high-resolution UAV
imagery.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-sXDgsfYo62"
xmlns="http://www.w3.org/1999/html"
id="team2-3z"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/tomos-photo.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Tomos Morgan</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD Researcher (IGS ECR Representative for the IGS British Branch)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Tomos Morgan is a PhD Researcher working on remote sensing the changes
in lake-calving glacier area and dynamics through using Google Earth Engine.
He is developing an Object-Based Image Analysis (OBIA) code that allows the
automatic detection in glacial lake area and subsequent changes from satellite
imagery Landsat 4-9 and Sentinel 2 in different glaciated regions in the world.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-sXDgsfYo62"
xmlns="http://www.w3.org/1999/html"
id="team2-3z"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/tirthankar.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Tirthankar Ghosh</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>PhD Student (Social Media Coordinator)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Tirthankar is a PhD student at IITB-Monash joint PhD Program and is
a part of the Department of Civil Engineering, IIT Bombay, and the
School of Earth, Atmosphere, and Environment, Monash University, where his
research focuses on how the glaciers in the Ladakh region would evolve with
climate change using satellite datasets, climate data, and numerical modelling
techniques and exciting field works around the high-altitude terrains in the Himalayas.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="team2 cid-siv230mXYI"
xmlns="http://www.w3.org/1999/html"
id="team2-3z"
>
<div class="container">
<div class="card">
<div class="card-wrapper">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<div class="image-wrapper">
<img
src="assets/images/people/javier-photo.png"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-md">
<div class="card-box">
<h5
class="card-title mbr-fonts-style m-0 display-5"
>
<strong>Javier Norambuena</strong>
</h5>
<h6 class="mbr-fonts-style mb-3 display-4">
<strong>Master student (Web Coordinator)</strong>
</h6>
<p
class="mbr-text mbr-fonts-style display-7"
>
Javier is a 1st year master student at
the university of Magallanes in Chile,
also working as a software engineer at
the Chilean Antartic Institute.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="content14 cid-siuZj4Iso1"
id="content14-i"
>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<h3
class="mbr-section-title mbr-fonts-style mb-4 display-5"
>
<strong>Past members</strong>
</h3>
<ul class="list mbr-fonts-style display-7">
<li>Adrien Wehrle</li>
<li>Rebecca Schlegel</li>
<li>Lauren Vargo </li>
<li>Johannes Landmann </li>
<li>Falk Oraschewski</li>
<li>Clara Henry</li>
</ul>
</div>
</div>
</div>
</section>
<section
class="display-7"
style="
padding: 0;
align-items: center;
justify-content: center;
flex-wrap: wrap;
align-content: center;
display: flex;
position: relative;
height: 4rem;
"
>
<a
href="https://mobiri.se/2514219"
style="
flex: 1 1;
height: 4rem;
position: absolute;
width: 100%;
z-index: 1;
"
><img
alt=""
style="height: 4rem"
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
/></a>
<p style="margin: 0; text-align: center" class="display-7">
Built with Mobirise ‌
</p>
<a
style="z-index: 1"
href="https://mobirise.com/web-page-maker.html"
>Web Page Creator</a
>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-core.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-script.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/theme/js/script.js"></script>
<input
name="cookieData"
type="hidden"
data-cookie-customDialogSelector="null"
data-cookie-colorText="#424a4d"
data-cookie-colorBg="rgba(234, 239, 241, 0.99)"
data-cookie-textButton="Agree"
data-cookie-colorButton="#4479d9"
data-cookie-colorLink="#424a4d"
data-cookie-underlineLink="false"
data-cookie-text="We use cookies to give you the best experience. Read our <a href='privacy.html'>cookie policy</a>."
/>
</body>
</html>