forked from scbcn/scbcn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (562 loc) · 34.2 KB
/
index.html
File metadata and controls
585 lines (562 loc) · 34.2 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
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Software Crafters Barcelona 2023</title>
<!-- Avoid indexing Google duplicated content between scbcn.github.io & softwarecrafters.barcelona -->
<link rel="canonical" href="https://softwarecrafters.barcelona">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<!-- CSS Global -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/plugins/bootstrap-select/bootstrap-select.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/plugins/prettyphoto/css/prettyPhoto.css" rel="stylesheet">
<link href="assets/plugins/animate/animate.min.css" rel="stylesheet">
<link href="assets/plugins/countdown/jquery.countdown.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<link href="assets/plugins/counter/counter.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="assets/plugins/iesupport/html5shiv.js"></script>
<script src="assets/plugins/iesupport/respond.min.js"></script>
<![endif]-->
</head>
<body id="home" class="wide body-light">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="spinner"></div>
</div>
</div>
<!-- Wrap all content -->
<div class="wrapper">
<!-- HEADER -->
<header class="header fixed">
<div class="container">
<div class="header-wrapper clearfix">
<!-- Logo -->
<div class="logo">
<a href="#home" class="scroll-to">
<img src="assets/img/preview/logo_white.png" alt="scbcn logo" height="50px" width="50px">
SCBCN23
</a>
</div>
<!-- /Logo -->
<!-- Navigation -->
<div id="mobile-menu"></div>
<nav class="navigation closed clearfix">
<a href="#" class="menu-toggle btn"><i class="fa fa-bars"></i></a>
<ul class="sf-menu nav">
<li class="active">
<a href="#home">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#diversity">Diversity</a>
</li>
<li>
<a href="#coc">Code of Conduct</a>
</li>
<li>
<a href="#location">Location</a>
</li>
<li>
<a href="#organisation">Organisation</a>
</li>
<li>
<a href="2022/index.html">2022</a>
</li>
</ul>
</nav>
<!-- /Navigation -->
</div>
</div>
</header>
<!-- /HEADER -->
<!-- Content area -->
<div class="content-area">
<div id="main">
<!-- SLIDER -->
<section class="page-section no-padding background-img-slider">
<div class="container">
<div id="main-slider" class="owl-carousel owl-theme">
<!-- Slide -->
<div class="item page text-center slide0">
<div class="caption">
<div class="container">
<div class="div-table">
<div class="div-cell">
<h3 class="caption-title" data-animation="fadeInUp"
data-animation-delay="300">10<small>th</small> EDITION</h3>
<h3 class="caption-subtitle" data-animation="fadeInUp"
data-animation-delay="300">Software Crafters Barcelona</h3>
<h3 class="caption-buttons" data-animation="fadeInUp"
data-animation-delay="300">Date comming soon</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Event description -->
<div class="event-description">
<div class="container">
<div class="row">
<div class="event-background">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="media">
<span class="pull-left">
<i class="fa fa-calendar fa-2x"></i>
</span>
<div class="media-body">
<h4 class="media-heading">Date</h4>
<span>October, 2023</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="media">
<span class="pull-left">
<i class="fa fa-map-marker fa-2x"></i>
</span>
<div class="media-body">
<a href="#location" style="color:#FFF">
<h4 class="media-heading">Location</h4>
<span>BAU Barcelona</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Event description -->
</section>
<!-- /SLIDER -->
</div>
<!-- PAGE ABOUT -->
<section class="page-section" id="about">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span
class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">About the
event <small>/ A place to share knowledge</small></span>
</h1>
<div class="row">
<div class="col-lg-8">
<p data-animation="fadeInUp" data-animation-delay="300">
<p>
Software Crafters Barcelona is a two day event which aims to attract and connect
software development professionals,
who feel passion for their work and share the values and principles of the Crafters
movement.
</p>
<p>
It aspires to be a meeting place that facilitates the magic of learning,
teaching and collaboration, where participants create a gratifying and enriching
experience.
</p>
<p>
It doesn't matter who you are, your knowledge level or your favorite programming
language. We encourage you to participate if you:
<br />
<br /> - are passionate about software.
<br /> - want to be involved, or are already involved, in the Software Crafters
movement.
<br /> - want to share your knowledge, experience, or skills.
<br /> - enjoy learning by helping others and believe that sharing is key to your
own progress.<br />
<br /> In addition to technical contents, it will be fun. There will be beers, and
we'll have stimulating conversations late into the night.
Software Crafters Barcelona is an opportunity to meet new friends, face new
challenges while learning and further improve your skills. Join us!<br />
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 pull-left">
<!-- Thumbnails -->
<div class="row thumbnails">
<div class="col-sm-1 col-xs-1"></div>
<div class="col-sm-10 col-xs-10">
<div class="thumbnail no-border no-padding" data-animation="fadeInLeft"
data-animation-delay="100">
<div class="media">
<img src="assets/img/preview/people-sm.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/people-lg.jpg"
class="btn caption-zoom" data-gal="prettyPhoto"><i
class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="thumbnail no-border no-padding" data-animation="fadeInLeft"
data-animation-delay="100">
<div class="media">
<img src="assets/img/preview/about-h-sm-10.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/about-h-lg-10.jpg"
class="btn caption-zoom" data-gal="prettyPhoto"><i
class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="thumbnail no-border no-padding" data-animation="fadeInDown"
data-animation-delay="200i">
<div class="media">
<img src="assets/img/preview/team22-sm.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/team22-lg.jpg"
class="btn caption-zoom" data-gal="prettyPhoto"><i
class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-1 col-xs-1"></div>
</div>
<!-- /Thumbnails -->
</div>
</div>
</div>
</section>
<!-- /PAGE ABOUT -->
<!-- PAGE DIVERSITY -->
<section class="page-section color" id="diversity">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span
class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Diversity
Matters <small>/ We welcome you</small></span>
</h1>
<div class="row">
<div class="col-lg-12">
<p data-animation="fadeInUp" data-animation-delay="300">
In the Software Crafters Barcelona movement brogrammers do not prevail, and year after
year the organizational committee becomes more diverse.
</p>
<p data-animation="fadeInUp" data-animation-delay="300">
We claim the Software Crafter movement as inclusive, because we know that diverse teams
develop better software. That's why we want to make a clear invitation to collectives
often underrepresented at tech events.
</p>
<p data-animation="fadeInUp" data-animation-delay="300">
Women, migrants, racialized people, functional diversity folks, LGBTQIA+, etc: not only
have we reserved tickets for you, but we also have a designated budget to facilitate
your participation in the event. If you have any questions or suggestions, just drop us
an email at SoftwareCraftersBcn [at] gmail.com or DM us on Twitter @bcnswcraft. We'll
welcome you with open arms!
</p>
</div>
</div>
</div>
</section>
<!-- /PAGE DIVERSITY -->
<!-- PAGE CODE OF CONDUCT -->
<section class="page-section" id="coc">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span
class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Code of
Conduct<small>/ Don't be a jerk!</small></span>
</h1>
<div class="row">
<div class="col-lg-12">
<article class="post-wrap" data-animation="fadeInUp" data-animation-delay="300">
<div class="post-header">
<h2 class="post-title">General</h2>
</div>
<div class="post-body">
<p data-animation="fadeInUp" data-animation-delay="300">
All attendees, speakers, sponsors and volunteers at our conference are required to
agree with the following <a href="coc.html">code of conduct</a>. Organizers will
enforce this code throughout the event. We are expecting cooperation from all
participants to help ensuring a safe environment for everybody.
</p>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- /PAGE CODE OF CONDUCT -->
<!-- LOCATION -->
<section class="page-section" id="location">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span
class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
class="fa fa-file-text-o fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500"
class="title-inner">Location</span>
</h1>
<div class="row post-row">
<div class="col-md-12">
<article class="post-wrap" data-animation="fadeInUp" data-animation-delay="300">
<div class="post-header">
<h2 class="post-title">Hotels</h2>
</div>
<div class="post-body">
<p>There is an important number of
<a href="https://goo.gl/1mA2Zt">hotels</a> near our event. Furthermore, for
a
cheap solution
<a href="https://goo.gl/7wQ8nb">airbnb</a> can provide you with a relaxing
place
to sleep. And if you need free accomodation, we recommend you to check <a
href="https://www.couchsurfing.com/places/europe/spain/barcelona">couchsurfing</a>.
It’s a welcoming platform and there are a lot of great hosts in Barcelona,
we know it from our own experience.</p>
</div>
</article>
</div>
</div>
<div class="row post-row" id="location-map">
<div class="col-md-12">
<iframe class="map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2992.9124666156285!2d2.1934550158081367!3d41.39770537926334!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a4a3170af16e65%3A0xe67be0eeaca3663f!2sBAU%2C+Centro+Universitario+de+Dise%C3%B1o+de+Barcelona!5e0!3m2!1sen!2ses!4v1554399765288!5m2!1sen!2ses"
width="600" height="450" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- /LOCATION -->
<!-- Organisation -->
<section class="page-section" id="organisation">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner">
<span class="fa-stack">
<i class="fa rhex fa-stack-2x"></i>
<i class="fa fa-users fa-stack-1x"></i>
</span>
</span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">
Organisation <small>/ Many hands make light work</small></span>
</h1>
<div class="row">
<div class="col-lg-12">
<p data-animation="fadeInUp" data-animation-delay="300">
This event would be impossible without the help (and time) of all its volunteers.
We welcome everyone as we believe that a more diverse environment will create a better
event for all the community.
<br>
<br>
If you are interested in helping to organise this year's event or the next one,
do not hesitate to contact us at <a href="mailto:softwarecraftersbcn@gmail.com">softwarecraftersbcn@gmail.com</a>
</p>
<div id="organisers" class="row" data-animation="fadeInUp" data-animation-delay="300">
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/criscirera" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/ccirera.jpg" alt="Cristina Cirera"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Cristina Cirera</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/eyeveebee" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/ivalls.jpg" alt="Imma Valls"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Imma Valls</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/pulidoiniesta" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/japulido.jpg" alt="Juan Antonio Pullido"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Juan Antonio Pulido</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/ferranmiro" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/fmiro.jpg" alt="Ferran Miró"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Ferran Miró</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/dkapanidis" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/dkapanidis.jpg" alt="Dimitris Kapanidis"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Dimitris Kapanidis</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/alchemist_devel" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/faparicio.jpg" alt="Fernando Aparicio"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Fernando Aparicio</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//linkedin.com/in/jorge-garces/" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/jgarces.jpg" alt="Jorge Garcés"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Jorge Garcés</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//linkedin.com/in/gemmacortel/" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/gcortel.jpg" alt="Gemma Cortel"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Gemma Cortel</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/nhan_bcn" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/acarmona.jpg" alt="Ana Carmona"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Ana Carmona</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/alexfdzn" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/afernandez.jpg" alt="Alex Fernandez"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Alex Fernandez</p>
</a>
</div>
<div class="col-md-2 sc-organiser-avatar">
<a href="//twitter.com/cristina_verdi" target="_blank">
<img class="img-circle img-responsive sc-organiser-avatar-image" src="assets/img/organisers/cverdi.jpg" alt="Cristina Verdi"/>
<p class="img-circle img-responsive sc-organiser-avatar-name">Cristina Verdi</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Organisation -->
</div>
<!-- /Content area -->
<!-- FOOTER -->
<footer class="footer">
<div class="footer-meta">
<div class="container text-center">
<div class="clearfix">
<ul class="social-line list-inline">
<li data-animation="flipInY" data-animation-delay="100"><a href="//twitter.com/bcnswcraft"
class="twitter" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li data-animation="flipInY" data-animation-delay="100"><a
href="//www.youtube.com/channel/UCksw6qsw6vk7cp8sVwIpNrQ" class="youtube"
target="_blank"><i class="fa fa-youtube-play"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /FOOTER -->
<div class="to-top"><i class="fa fa-angle-up"></i></div>
</div>
<!-- /Wrap all content -->
<!-- JS Global -->
<!--[if lt IE 9]><script src="assets/plugins/jquery/jquery-1.11.1.min.js"></script><![endif]-->
<!--[if gte IE 9]><!-->
<script src="assets/plugins/jquery/jquery-2.1.1.min.js"></script>
<!--<![endif]-->
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/bootstrap-select/bootstrap-select.min.js"></script>
<script src="assets/plugins/superfish/js/superfish.js"></script>
<script src="assets/plugins/modernizr.custom.js"></script>
<script src="assets/plugins/prettyphoto/js/jquery.prettyPhoto.js"></script>
<script src="assets/plugins/placeholdem.min.js"></script>
<script src="assets/plugins/jquery.smoothscroll.min.js"></script>
<!-- JS Page Level -->
<script src="assets/plugins/owlcarousel2/owl.carousel.min.js"></script>
<script src="assets/plugins/waypoints/waypoints.min.js"></script>
<script src="assets/plugins/countdown/jquery.plugin.min.js"></script>
<script src="assets/plugins/countdown/jquery.countdown.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<!--<script src="assets/js/theme-ajax-mail.js"></script>-->
<script src="assets/js/theme.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/plugins/jquery.easing.min.js"></script>
<script src="assets/plugins/counter/counter.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
theme.init();
theme.initMainSlider();
theme.initCountDown();
theme.initPartnerSlider();
theme.initGoogleMap();
});
jQuery(window).load(function () {
theme.initAnimation();
});
jQuery(window).load(function () {
jQuery('body').scrollspy({
offset: 100,
target: '.navigation'
});
});
jQuery(window).load(function () {
jQuery('body').scrollspy('refresh');
});
jQuery(window).resize(function () {
jQuery('body').scrollspy('refresh');
});
jQuery(document).ready(function () {
theme.onResize();
});
jQuery(window).load(function () {
theme.onResize();
});
jQuery(window).resize(function () {
theme.onResize();
});
jQuery(window).load(function () {
if (location.hash !== '') {
var hash = '#' + window.location.hash.substr(1);
if (hash.length) {
jQuery('html,body').delay(0).animate({
scrollTop: jQuery(hash).offset().top - 44 + 'px'
}, {
duration: 1200,
easing: "easeInOutExpo"
});
}
}
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121624556-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121624556-1');
</script>
</body>
</html>