-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·475 lines (461 loc) · 21.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>App Builders 2022 - Labs Edition</title>
<meta property="og:title" content="App Builders 2022 — Labs Edition" />
<meta property="og:image" content="https://appbuilders.ch/img/monte-verita.jpg" />
<meta name="twitter:card" content="summary" />
<meta property="og:description" content="A blend of App Builders and The Swift Alps." />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900" rel="stylesheet" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/soft-design-system-pro.min.css" />
<link rel="stylesheet" href="css/tito.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#6296C6" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<script src='https://js.tito.io/v2/with/inline/without/widget-css,checkout-css' async></script>
<!-- Vue.js -->
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>
</head>
<body class="body">
<!-- Navigation -->
<nav class="navbar navbar-expand-md blur shadow-none fixed-top py-2 px-0">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/logo.svg" alt="App Builders Logo" />
</a>
<button class="navbar-toggler shadow-none ms-md-2" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon mt-2">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item px-3">
<a class="nav-link" href="#schedule">Schedule</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#workshops">Workshops</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#venue">Venue</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#tickets">Tickets</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#sponsor">Sponsor</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#about">About us</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="hero" class="container-fluid bg-monteverita vh-100 text-center">
<div class="row justify-content-center">
<div class="col-12 py-10">
<img class="py-5" src="img/logo.svg" alt="App Builders Logo" />
<h1 class="display-1 text-white font-weight-bold">
App Builders 2022
</h1>
<h2 class="text-white">Labs Edition</h2>
<h3 class="text-white">May 16-17 2022</h3>
</div>
</div>
</section>
<section id="concept" class="text-dark">
<div class="container py-5">
<div class="col-12 py-5">
<h2 class="h2 text-center text-dark">Why a Labs Edition?</h2>
<hr class="w-25 mx-auto">
</div>
<div class="row">
<div class="col-lg-6 col-12 mb-5 row">
<div class="col-2 text-center">
<i class="fa fa-briefcase h1 text-warning text-gradient"></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-gradient text-primary"></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-gradient text-danger"></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-info text-gradient"></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>
<div class="row">
<h4 class="h4 text-center text-dark">A blend of App Builders and The Swift Alps</h4>
<p class="col-lg-8 col-12 mb-5 text-justify">
Blending the chalet experience of The Swift Alps and welcoming all mobile developers like App Builders.<br/>
App Builders Labs Edition draws upon our experience organising both events.<br/>
To learn more about the event you can read the <a class="link-info" href="https://theswiftalps.com/concept.html">original Swift Alps concept from 2016</a>.
</p>
</div>
</div>
</section>
<!-- Schedule -->
<section id="schedule" class="bg-gradient-dark">
<div class="container-fluid">
<div class="row gx-5 justify-content-center">
<div class="col-12 py-5">
<h2 class="h2 text-white text-center">Schedule</h2>
<hr class="w-25 mx-auto">
</div>
</div>
<div class="col-12">
<p class="py-3 lead text-white text-center">
🚐 A shuttle service will be provided from central Ascona to Monte Verità each morning.
</p>
</div>
<div class="row justify-content-center" id="schedule-table">
<div class="col-md-4 col-12 pt-3 pb-5 text-center">
<table class="table table-borderless text-white justify-content-center text-start">
<thead>
<tr>
<th scope="col" class="h2 text-white">Monday May 16<sup>th</sup></th>
</tr>
</thead>
<tbody>
<tr v-for="session in day1">
<td class="lead">{{ session.time }}: {{ session.emoji }} {{ session.title }}</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4 col-12 pt-3 pb-5 text-center">
<table class="table table-borderless text-white justify-content-center text-start">
<thead>
<tr>
<th scope="col" class="h2 text-light">Tuesday May 17<sup>th</sup></th>
</tr>
</thead>
<tbody>
<tr v-for="session in day2">
<td class="lead">{{ session.time }}: {{ session.emoji }} {{ session.title }}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- Workshops -->
<section id="workshops" class="bg-gradient-light">
<div class="container-fluid">
<div class="row gx-5 justify-content-center">
<div class="col-12 py-5 text-center">
<h2 class="h2 text-dark">Workshops</h2>
<hr class="w-25 mx-auto">
</div>
<div class="col-lg-4 col-md-6 col-12 mt-md-0 mb-5" v-for="workshop in workshops">
<div class="card">
<div class="card-body">
<h4 class="card-title">
{{ workshop.title }}
</h4>
<hr>
<div class="row">
<div class="col-12" v-for="mentor in workshop.mentors">
<div class="card-profile">
<div class="card-body pb-0 row">
<div class="col-3">
<div class="position-relative">
<div class="blur-shadow-avatar">
<img class="avatar avatar-xl shadow-lg" v-bind:src="mentor.picture">
</div>
</div>
</div>
<div class="col-9">
<h5 class="mb-0">{{ mentor.firstName }} {{ mentor.lastName }}</h5>
<p class="text-muted mb-0">{{ mentor.jobTitle }} <span v-if="mentor.company != ''"> @ {{ mentor.company }}</p>
<p class="d-none" v-html="mentor.bio"></p>
<div class="modal fade" v-bind:id="mentor.firstName" tabindex="-1" aria-hidden="false">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">{{ mentor.firstName }} {{ mentor.lastName }}</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
<i class="fa fa-times text-dark"></i>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="" v-html="mentor.bio"></p>
</div>
</div>
</div>
</div>
<button type="button" class="px-3 py-2 btn-simple btn btn-sm btn-light" data-bs-toggle="modal" :data-bs-target="'#' + mentor.firstName">
Bio
</button>
<a v-show="mentor.twitter != null" v-bind:href="'https://twitter.com/' + mentor.twitter" class="btn-icon-only btn-simple btn btn-lg btn-twitter" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-twitter"></i>
</span>
</a>
<a v-show="mentor.github != null" v-bind:href="'https://github.com/' + mentor.github" class="btn-icon-only btn-simple btn btn-lg btn-github" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-github"></i>
</span>
</a>
<a v-show="mentor.linkedin != null" v-bind:href="'https://linkedin.com/in/' + mentor.linkedin" class="btn-icon-only btn-simple btn btn-lg btn-linkedin" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-linkedin"></i>
</span>
</a>
<a v-show="mentor.website != null" v-bind:href="mentor.website" class="btn-icon-only btn-simple btn btn-lg btn-facebook" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fa fa-compass"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="info" class="bg-gradient-dark 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 text-white">2</h4>
<p class="lead">days</p>
</div>
<div class="col-md-3 col-6 text-center mb-md-5">
<h4 class="h1 text-white">70</h4>
<p class="lead">attendees</p>
</div>
<div class="col-md-3 col-6 text-center">
<h4 class="h1 text-white">16</h4>
<p class="lead">mentors</p>
</div>
<div class="col-md-3 col-6 text-center">
<h4 class="h1 text-white">12</h4>
<p class="lead">hours of workshops</p>
</div>
</div>
</div>
</section>
<!-- Venue -->
<section id="venue" class="pt-4 bg-gradient-light">
<div class="container-fluid">
<div class="row gx-5 text-center justify-content-center">
<div class="col-12 pt-5">
<h2 class="h2 text-center text-dark">Venue</h2>
<hr class="w-25 mx-auto">
</div>
<div class="col-12">
<p class="py-3 lead text-dark text-center">
Monte Verità<br>
<small>Strada Collina 84, CH-6612 Ascona</small>
</p>
</div>
<div class="col-md-12 pb-4">
<a class="btn btn-light mx-1" href="https://maps.apple.com/?address=Strada%20Collina%2078,%206612%20Ascona,%20Suisse&auid=12873773752252138211&ll=46.158025,8.764224&lsp=9902&q=Monte%20Verita&_ext=CisKBQgEENMBCgQIBRADCgQIBhALCgQIChAACgQIUhADCgQIVRAOCgQIWRABEiYpfU6L/KYTR0Axprx5dPaDIUA5+yOxWM0UR0BB8oW3TpqKIUBQBA%3D%3D" target="_blank">Apple Maps</a>
<a class="btn btn-light mx-1" href="https://goo.gl/maps/ERGvjCk24wTEfVTd7" target="_blank">Google Maps</a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-12 py-6 venue-img" style="background-image: url('img/venue/1.jpg');"></div>
<div class="col-md-3 col-12 py-6 venue-img" style="background-image: url('img/venue/2.jpg');"></div>
<div class="col-md-3 col-12 py-6 venue-img" style="background-image: url('img/venue/3.jpg');"></div>
<div class="col-md-3 col-12 py-6 venue-img" style="background-image: url('img/venue/4.jpg');"></div>
</div>
</div>
</section>
<!-- Transport & Hotel -->
<section id="reach" class="py-5 bg-gradient-dark">
<div class="container">
<div class="row gx-5 text-left justify-content-center">
<div class="col-12 py-5">
<h2 class="h2 text-center text-white">Travel & Accommodation</h2>
<hr class="w-25 mx-auto">
</div>
<div class="col-md-6 col-12 mb-4">
<div class="card shadow-lg">
<div class="card-body">
<p class="h4"> <span class="h2"> 🚂 </span> Train</p>
<p>From northern Europe and the northern and western parts of Switzerland the Lago Maggiore region can be reached by using the international railway lines Basel-Milano or Zurich-Milano, with the direct trains Intercity and EuroCity. If there are no direct connections available, it is necessary to change trains at Bellinzona for direction Locarno.</p>
<p>From Domodossola, following the international Simplon-line, the narrow gauge train "Centovalli" offers a particularly romantic journey. With the railway line from Milano-Centrale via Como there are connections to the Ticino from every part of Mediterranean Europe with the Intercity trains as well as the fast train EuroCity.</p>
<p>For train fares and timetables, we recommend you to check <a href="https://www.sbb.ch/en/home.html" target="_blank">the Swiss Federal Railways's website</a> or use their mobile app (<a href="https://apps.apple.com/ch/app/mobile-cff/id294855237" target="_blank">iOS</a> & <a href="https://play.google.com/store/apps/details?id=ch.sbb.mobile.android.b2c" target="_blank">Android</a>).
<p>
<strong>Did you know?</strong>
The Swiss Federal Railways also developed have an accessible app available for both <a href="https://apps.apple.com/ch/app/sbb-inclusive/id1495023290" target="_blank">iOS</a> & <a href="https://play.google.com/store/apps/details?id=ch.sbb.inclusive" target="_blank">Android</a>.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="card shadow-lg">
<div class="card-body">
<p class="h4"> <span class="h2"> 🏨 </span> Hotels </p>
<p>Ascona and Locarno have a wide range of hotels and accommodation. If you are staying nearby you can catch our shuttle from central Ascona to take you to the venue in the morning.
<a href="http://pdf.ticino.ch/pdf-ascona-locarno?filename=hotels&uri=https://www.ascona-locarno.com/en/where-to-stay/hotels/listato-hotel-pdf?data=true%26searchpdf=(%7CitemStateIds%7C%3A%5B400%5D%2C%7CwebSiteIds%7C%3A%5B14%5D%2C%7ClangId%7C%3A1%2C%7CmergeWithSuperItem%7C%3Afalse%2C%7Cmapped%7C%3Afalse%2C%7CregionIds%7C%3A%5B1310%5D%2C%7CcategoryIds%7C%3A%5B2%2C11%2C3%2C7%2C4%2C8%5D%2C%7CorderBy%7C%3A%5B%5B%7CCategory%7C%2C%7Cdesc%7C%5D%2C%5B%7CDenomination%7C%2C%7Casc%7C%5D%5D)">Hotels in the Area</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Tickets -->
<section id="tickets" class="pt-4 bg-gradient-light">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-12 py-5">
<h2 class="h2 text-center">Get your ticket</h2>
<hr class="w-25 mx-auto">
</div>
<div class="card shadow-lg">
<tito-widget event="swissmobiclub/appbuilders-2022"></tito-widget>
</div>
<div class="col-md-12 py-5">
<div class="text-dark">
<span>If you would like to be considered for a scholarship or diversity ticket please <a href="mailto:[email protected]?subject=App%20Builders%202022%3A%20Scholarship" class="text-decoration-underline text-black">contact us</a>.</span>
</div>
<div class="text-dark">
<span>If you would like to pay by invoice please <a href="mailto:[email protected]?subject=App%20Builders%202022%3A%20Ticket%20Invoice%20Request&body=Please%20issue%20an%20invoice%20to%20%3CYour%20Company%20Name%20and%20Address%3E%20for%20%3CNumber%20of%20tickets%3E%20tickets%20for%20App%20Builders%202022." class="text-decoration-underline text-black">contact us</a> with the number of tickets you'd like and your details.</span>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsor -->
<section id="sponsor" class="pt-4 bg-gradient-light">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-12 py-5">
<h2 class="h2 text-center">Sponsor</h2>
<hr class="w-25 mx-auto">
</div>
<div class="col-md-12 pb-5 mb-5">
<a class="py-5" href="https://getstream.io/chat/trial/?utm_source=AppBuilders2022&utm_medium=Whole_Event_V&utm_content=Developer&utm_campaign=AppBuilders2022_May2022">
<img class="pb-5" src="img/stream.svg" />
</a>
<p class="lead">
We are honored to have <a href="https://getstream.io/chat/trial/?utm_source=AppBuilders2022&utm_medium=Whole_Event_V&utm_content=Developer&utm_campaign=AppBuilders2022_May2022">Stream</a> sponsoring us this year.<br>
Like all of us, Stream is eager to get back to in-person events 🎉
</p>
</div>
</div>
</div>
</section>
<!-- Organizers -->
<footer class="py-4 bg-gradient-dark" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 py-5">
<h2 class="h2 text-center text-white">About us</h2>
<hr class="w-25 mx-auto">
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mb-5" v-for="organizer in organizers">
<div class="card card-profile">
<div class="card-body pb-0">
<div class="text-start mt-0 z-index-1">
<div class="position-relative w-25">
<div class="blur-shadow-avatar">
<img class="avatar avatar-xxl shadow-lg" v-bind:src="organizer.picture">
</div>
</div>
</div>
<div class="card-body ps-0">
<h5 class="mb-0">{{ organizer.firstName }} {{ organizer.lastName }}</h5>
<p class="text-muted">{{ organizer.jobTitle }} <span v-if="organizer.company != ''"> @ {{ organizer.company }}</p>
<a v-show="organizer.twitter != null" v-bind:href="'https://twitter.com/' + organizer.twitter" class="btn-icon-only btn-simple btn btn-lg btn-twitter" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-twitter"></i>
</span>
</a>
<a v-show="organizer.github != null" v-bind:href="'https://github.com/' + organizer.github" class="btn-icon-only btn-simple btn btn-lg btn-github" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-github"></i>
</span>
</a>
<a v-show="organizer.linkedin != null" v-bind:href="'https://linkedin.com/in/' + organizer.linkedin" class="btn-icon-only btn-simple btn btn-lg btn-linkedin" data-toggle="tooltip" data-placement="bottom" title="Follow me!" target="_blank">
<span class="btn-inner--icon">
<i class="fab fa-linkedin"></i>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-12">
<hr class="w-50 mx-auto">
<p class="lead text-white text-center">© 2022 Swiss Mobile Club</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 600, function() {
window.location.hash = hash;
});
}
});
});
</script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/bootstrap/popper.min.js"></script>
<script src="js/schedule.js"></script>
<script src="js/organizers.js"></script>
<script src="js/workshops.js"></script>
</body>
</html>