-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
624 lines (586 loc) · 29.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="An experimental event taking place in the Swiss Alps">
<meta name="author" content="Swiss Mobile Club">
<!-- Icons -->
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<title>The Swift Alps</title>
<!-- CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/all.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css">
<!-- JS -->
<script src="https://js.tito.io/v1" async=""></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/global/luxon.min.js"></script>
<!-- Vue.js -->
<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-default" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="logo-text"> Swift </span>
<img alt="Swift Alps logo" id="logoRed" src="img/logo-red.svg" class="p-0 d-none" style="height: 35px;">
<img alt="Swift Alps logo" id="logoWhite" src="img/logo.svg" class="p-0" style="height: 35px;">
<span class="logo-text"> Alps </span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" 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">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#concept">Concept</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#format">Format</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#mentors">Mentors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#venue">Venue</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#coc">Code of Conduct</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#organizers">Organizers</a>
</li>
</ul>
</div>
</div>
</nav>
<header id="hero" class="text-white pt-5">
<div class="py-5">
<h1 class="text-center h1 font-weight-bolder align-self-center display-4 pt-5 pb-md-5 pb-2">
This is <br class="d-sm-none d-block">Swift Alps.
</h1>
<h2 class="col-12 text-center h4 pt-md-5 pt-3">An experimental event <small><em>usually</em></small> taking place in
the Swiss Alps</h2>
<h3 class="col-12 text-center h5 pt-md-1 pt-1 pb-5">Join us November 26th and 27th 2020 — Online</h3>
</div>
<img alt="mountains" src="img/mountains.svg" id="mountains">
</header>
<section id="cta" class="mt-5">
<div class="container">
<div class="row">
<div class="col-lg-2 col-10 mx-auto mb-3">
<a href="https://ti.to/swissmobiclub/the-swift-alps-2020" class="btn btn-block btn-lg btn-sa-secondary js-scroll-trigge p-2 text-center">
<i class="far fa-ticket-alt h3 pt-1"></i><br class="d-md-block d-none">
Tickets from CHF 169
</a>
</div>
<div class="col-lg-3 col-12 mx-auto mb-3">
<a href="#concept" class="btn btn-block btn-lg btn-sa-secondary js-scroll-trigge p-2 text-center">
<i class="far fa-lightbulb h3 pt-1"></i><br class="d-md-block d-none">
Learn More
</a>
</div>
</div>
</div>
</section>
<section id="4th" class="text-dark">
<div class="container py-5">
<h2>
Curl up in your home, or chalet, for a Swift get-away.
</h2>
</div>
</section>
<section id="concept" class="text-dark">
<div class="container py-5">
<h2 class="text-left pb-5 pt-3 h1 font-weight-bolder h2">
Why Swift Alps?
</h2>
<div class="row">
<div class="col-lg-6 col-12 mb-5 row">
<div class="col-2 text-center text-sa">
<i class="fa fa-briefcase h1"></i>
</div>
<div class="col-10">
<h3 class="h4">Back to routine</h3>
<p class="text-justify">After a conference ends, it is very common to get back to the office, fire up the
code editor, dabble with some new things you heard about and then just forget about it after a week.</p>
</div>
</div>
<div class="col-lg-6 col-12 mb-5 row">
<div class="col-2 text-center">
<i class="fa fa-user-friends h1 text-sa"></i>
</div>
<div class="col-10">
<h3 class="h4">Improve Collaboration</h3>
<p class="text-justify">We usually collaborate only with our co-workers or sometimes with Open Source
contributors, but most of our time as developers is spent alone with our code.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-12 mb-5 row">
<div class="col-2 text-center">
<i class="fa fa-brain h1 text-sa"></i>
</div>
<div class="col-10">
<h3 class="h4">Better Learning</h3>
<p class="text-justify">Everyone has their own learning process, however listening to a conference talk is
often not the best way to truly understand a subject.</p>
</div>
</div>
<div class="col-lg-6 col-12 mb-5 row">
<div class="col-2 text-center">
<i class="fa fa-comments h1 text-sa"></i>
</div>
<div class="col-10">
<h3 class="h4">More than just coffee breaks</h3>
<p class="text-justify">Exchanging ideas with other attendees is an important part of a conference, for some
people is the main reason to go to a conference, but the chances to do this are often limited to breaks
and the after-party.</p>
</div>
</div>
</div>
<a href="concept.html">Read the original concept from 2016…</a>
</div>
</section>
<section id="format" class="text-dark">
<div class="container py-md-5 py-3 ">
<h2 class="h1">A proven format</h2>
<p class="lead">The Swift Alps format is the result of collaboration between conference organisers and speakers,
drawing upon the lessons learnt from various other kinds of events like unconferences and hackathons.</p>
<div class="row">
<div class="col-md-6 col-12">
<h3>Pitches</h3>
<p>At the start of the day session mentors take about 5 minutes each to pitch their topic, after which
attendees can decide which sessions to attend.</p>
</div>
<div class="col-md-6 col-12">
<h3>Experimental Sessions</h3>
<p>Every mentor works with a group of about a dozen attendees, experimenting on the topic they prepared —
maybe with a specific goal in mind — or in an open-ended fashion. Attendees have a chance to work with
others they probably never worked with, exchanging knowledge while also sharing ways to overcome challenges.
Each session lasts about 2 hours, after which attendees can work with another mentor and group of attendees.
</p>
</div>
</div>
</div>
</section>
<section id="info" class="bg-sa text-white">
<div class="container pt-5">
<div class="row justify-content-center">
<div class="col-md-3 col-6 text-center mb-md-5">
<h4 class="h1">2</h4>
<p class="lead">days</p>
</div>
<div class="col-md-3 col-6 text-center mb-md-5">
<h4 class="h1">50</h4>
<p class="lead">attendees</p>
</div>
<div class="col-md-3 col-6 text-center">
<h4 class="h1">6</h4>
<p class="lead">mentors</p>
</div>
<div class="col-md-3 col-6 text-center">
<h4 class="h1">12</h4>
<p class="lead">hours of workshops</p>
</div>
</div>
</div>
</section>
<section id="mentors" class="py-5 bg-light text-dark">
<div class="container py-5">
<h2 class="pb-5 h1 font-weight-bolder">Mentors</h2>
<div class="row">
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/kaya.jpg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Kaya Thomas photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Kaya Thomas</h5>
<p class="card-text">Kaya is a senior iOS engineer at <a href="https://www.calm.com/">Calm</a>.
Formerly she worked on iOS at <a href="https://slack.com/">Slack</a> on the Messaging team. She graduated from Dartmouth College with a degree in Computer Science and did software engineering internships at Time Inc, Intuit and Apple. In 2014, Kaya launched <a href="http://wereadtoo.com/">We Read Too</a>, a book resource app that features titles for kids and teens written by authors of color. Aside from coding, she also enjoys writing and public speaking. Kaya has bylines in <a href="https://onezero.medium.com/@kthomas901">OneZero</a>, <a href="https://www.smashingmagazine.com/2018/09/preparing-your-app-for-ios-12-notifications/">Smashing Magazine</a>, <a href="https://techcrunch.com/author/kaya-thomas/">TechCrunch</a> and <a href="https://fusion.net/story/the-diverse-talent-pool-exists">Fusion</a>. She's spoken at several conferences all over the world.</p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/kthomas901" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/vikram.jpg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Vikram Kriplaney photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Vikram Kriplaney</h5>
<p class="card-text">A veteran software engineer and mobile developer since when Symbian roamed the earth, Vikram has built iOS and Android apps ever since both platforms debuted. A SwiftUI and Combine convert and evangelist, he's currently putting these frameworks to good use at <a href="http://netcetera.com/">Netcetera</a>.</p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/krips" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/joseph.jpeg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Joseph El Mallah photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Joseph El Mallah</h5>
<p class="card-text">Joseph is a software engineer who started in 2010 developing mobile apps for Symbian. Fast forward to today, he works on Switzerland's most used apps like SBB, SwissCovid, MétéoSwiss, Swisstopo and many more. When he’s not behind his computer, you can find him sailing the Swiss lakes or enjoying a trip on his motorbike.</p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/joseph_mallah" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/vincent.jpg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Vincent Pradeilles photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Vincent Pradeilles</h5>
<p class="card-text">Vincent started working on iOS apps back in 2011. For the last years, he's been working at Worldline, where he contributes to building great apps for major French banks. He loves Swift and enjoys sharing about it on the Internet. Most notably, he built the framework KeyPathKit that implements a SQL-like syntax for data manipulation. He's also the one behind the Twitter account <a target="_blank" href="https://twitter.com/ios_memes">@ios_memes.</a></p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/v_pradeilles" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/roxana.jpg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Roxana Jula photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Roxana Jula</h5>
<p class="card-text">Roxana is a Romanian mobile developer based in Dubai with a passion for augmented reality. She started coding when she was 13 years old and so far has been part of the development team of over 20 apps including one of the biggest digital public services app in Scandinavia. She is involved in the tech community, both online (<a target="_blank" href="https://instagram.com/coderox/">instagram.com/coderox/</a>) and offline at local events. As an advocate for women in tech, Roxana is encouraging other girls to join the tech world.</p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/RoxanaJula" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
<!-- MENTOR START -->
<div class="col-lg-6 col-12 mb-5">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/engin.jpg" class="mt-3 ml-3 shadow rounded-circle card-img-top" alt="Engin Kurutepe photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Engin Kurutepe</h5>
<p class="card-text">Engin is an indie developer working on apps such as <a href="https://solarwat.ch">SolarWatch</a>, <a href="https://aufwind.app">Aufwind</a> and <a href="https://calltap.app">CallTap</a>. Before going indie he used to co-organize <a href="https://uikonf.com">UIKonf</a> and ran the European office of <a href="https://getkeepsafe.com">Keepsafe</a>. He started iOS development back in 2008 with hopes of being able to afford an iPhone by selling apps on the AppStore. He lives in Berlin with his son and wife and flies gliders whenever he can. </p>
<div class="row">
<div class="col-6">
<a target="_blank" href="https://twitter.com/ekurutepe" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- MENTOR END -->
</div>
</div>
</section>
<section id="venue" class="bg-dark text-white py-5">
<div class="container">
<h2 class="h1 font-weight-bolder">Venue</h2>
<div class="row">
<div class="col-md-4 col-12 mb-5 no-gutters">
<p class="lead">Online</p>
</div>
</div>
</section>
<section id="remote" class="bg-white text-dark py-5">
<div class="container">
<h3 class="h2 font-weight-bolder">Swift Alps: Remote</h3>
<hr>
<div class="row">
<div id="schedule" class="">
<p>The current event schedule is published in the event's vito hub — the times below are informative and may change at short notice.</p>
<h4>Thursday, November 26th 2020</h4>
<p>Workshops: App Clips (Joseph), AR Quick Look (Roxana), Pseudo-Keywords (Vincent)</p>
<div>
<table class="table">
<thead>
<th>Session</th>
<th>Crans-Montana</th>
<th>{{ luxon.DateTime.local().offsetNameShort }}</th>
</thead>
<tr v-for="session in localThursdaySessions">
<td>{{ session.name }}</td>
<td>{{ session.cransMontanaTime }}</td>
<td>{{ session.localTime }}</td>
</tr>
</table>
</div>
<h4>Friday, November 27th 2020</h4>
<p>Workshops: Collection View Lists (Kaya), SwiftUI 💘 Combine (Vikram), Widgets (Engin)</p>
<div>
<table class="table">
<thead>
<th>Session</th>
<th>Crans-Montana</th>
<th>{{ luxon.DateTime.local().offsetNameShort }}</th>
</thead>
<tr v-for="session in localFridaySessions">
<td>{{ session.name }}</td>
<td>{{ session.cransMontanaTime }}</td>
<td>{{ session.localTime }}</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</section>
<section id="photos">
<div class="container-fluid pt-5">
<div class="row">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image: url('img/photos/cloud.jpeg');"></div>
<div class="swiper-slide" style="background-image: url('img/photos/mountains.jpeg');"></div>
<div class="swiper-slide" style="background-image: url('img/photos/2018.jpeg');"></div>
<div class="swiper-slide" style="background-image: url('img/photos/curling.jpeg');"></div>
<div class="swiper-slide" style="background-image: url('img/photos/curling2.jpeg');"></div>
</div>
</div>
</div>
</div>
</section>
<section id="coc" class="bg-light text-dark py-5">
<div class="container py-5">
<h2 class="h1 font-weight-bolder">Code of Conduct</h2>
<div class="columns-2 text-justify px-sm-0 px-2">
<p>All attendees, speakers, sponsors and volunteers at our conference are required to agree with the following
code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all
participants to help ensure a safe environment for everybody.</p>
<h3>The Quick Version</h3>
<p>Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of
gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size,
race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of
conference participants in any form. Sexual language and imagery is not appropriate for any conference venue,
including talks, workshops, parties, Twitter and other online media. Conference participants violating these
rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference
organisers.</p>
<h3>The Less Quick Version</h3>
<p>Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual
orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual
images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording,
sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised
images, activities, or other material. Booth staff (including volunteers) should not use sexualised
clothing/uniforms/costumes, or otherwise create a sexualised environment.</p>
<p>If a participant engages in harassing behavior, the conference organisers may take any action they deem
appropriate, including warning the offender or expulsion from the conference with no refund.</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please
contact a member of conference staff immediately. Conference staff can be identified as they'll be wearing
branded clothing and/or badges.</p>
<p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement,
provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the
conference. We value your attendance.</p>
<p>We expect participants to follow these rules at conference and workshop venues and conference-related social
events.</p>
</div>
</div>
</section>
<section id="organizers" class="bg-dark text-dark py-5">
<div class="container">
<h2 class="h1 font-weight-bolder text-light mb-5">Organizers</h2>
<div class="row justify-content-center">
<!-- TEAM START -->
<div class="col-md-4 col-12 mb-4">
<div class="card shadow-lg">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/carola.jpg" class="ml-3 mt-3 shadow rounded-circle card-img-top" alt="Carola Nitz photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Carola Nitz</h5>
<a target="_blank" href="https://twitter.com/_Caro_N" class="btn btn-sa-secondary">
<i class="fab fa-twitter p-0 m-0"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
<!-- TEAM END -->
<!-- TEAM START -->
<div class="col-md-4 col-12 mb-4">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/sean.jpg" class="ml-3 mt-3 shadow rounded-circle card-img-top" alt="Seán Labastille photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Seán Labastille</h5>
<a target="_blank" href="https://twitter.com/flufffel" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
<!-- TEAM END -->
<!-- TEAM START -->
<div class="col-md-4 col-12 mb-4">
<div class="card shadow">
<div class="row">
<div class="col-md-3 col-12 no-gutters text-center">
<img src="img/luca.jpg" class="ml-3 mt-3 shadow rounded-circle card-img-top" alt="Luca Scuderi photo">
</div>
<div class="col-md-9 col-12 no-gutters">
<div class="card-body">
<h5 class="card-title">Luca Scuderi</h5>
<a target="_blank" href="https://twitter.com/lucascuderi" class="btn btn-sa-secondary">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</div>
</div>
</div>
</div>
</div>
<!-- TEAM END -->
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-sa">
<div class="container">
<p class="m-0 text-center text-white">Copyright © 2020 Swiss Mobile Club</p>
<p class="m-0 text-center text-white">
<a target="_blank" href="mailto:[email protected]?subject=Swift%20Alps%2020" class="btn btn-sa-secondary text-white">
<span class="mr-2">📧</span> [email protected]
</a>
</p>
</div>
<!-- /.container -->
</footer>
<!-- JS -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/js/swiper.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/sessions.js"></script>
<script type="text/javascript">
var mySwiper = new Swiper('.swiper-container', {
// Optional parameters
direction: 'horizontal',
slidesPerView: 3,
loop: true
})
function checkNavbar() {
if ($(window).scrollTop() > $("#mountains").position().top - 30) {
$('.logo-text').addClass('text-sa');
$('#logoWhite').addClass('d-none');
$('#logoRed').removeClass('d-none');
$('.navbar').addClass('navbar-light bg-white shadow-sm')
$('.navbar').removeClass('navbar-dark bg-dark')
}
}
$(document).ready(function () {
$(document).scroll(function () {
if ($(window).scrollTop() > $("#mountains").position().top - 30) {
$('.logo-text').addClass('text-sa');
$('#logoWhite').addClass('d-none');
$('#logoRed').removeClass('d-none');
$('.navbar').addClass('navbar-light bg-white shadow-sm')
$('.navbar').removeClass('navbar-dark bg-dark')
} else {
$('.logo-text').removeClass('text-sa');
$('#logoWhite').removeClass('d-none');
$('#logoRed').addClass('d-none');
$('.navbar').removeClass('navbar-light bg-white shadow-sm')
$('.navbar').addClass('navbar-dark')
}
});
});
</script>
</body>
</html>