-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
647 lines (566 loc) · 26.8 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
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<!-- Site Title -->
<title>App Builders Switzerland 2018</title>
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="css/responsive.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- Colorbox -->
<link rel="stylesheet" href="css/colorbox.css">
<!-- place this in your head tag -->
<script src='https://js.tito.io/v1' async></script>
<!-- Vue.js -->
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/4.9.1/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.9.1/firebase-firestore.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="app" class="body-inner">
<!-- Header start -->
<header id="header" class="header header-transparent">
<div class="container">
<div class="row">
<div class="navbar-header">
<div class="logo">
<a href="index.html">
<img src="images/logo.png" alt="" width="160px">
</a>
</div><!-- logo end -->
</div><!-- Navbar header end -->
<div class="site-nav-inner">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav class="collapse navbar-collapse navbar-responsive-collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="#banner">Home</a></li>
<li><a href="#ts-speakers">Speakers</a></li>
<li><a href="#ts-sponsors">Sponsors</a></li>
<li><a href="#ts-pricing">Tickets</a></li>
<li><a href="#ts-venue">Venue</a></li>
<li class="header-ticket">
<a class="ticket-btn btn-primary" href="#ts-pricing"><i class="fa fa-ticket"></i> Tickets</a>
</li>
</ul><!--/ Nav ul end -->
</nav><!--/ Collapse end -->
</div><!--/ Site nav inner end -->
</div><!--/ Row end -->
</div><!--/ Container end -->
</header><!--/ Header end -->
<section id="banner">
<div class="banner-item bg-overlay gradient-bg" style="background-image:url(images/hero-area/bg-main.jpg)">
<div class="container">
<div class="banner-content text-center">
<div class="banner-content-light">
<h1 class="banner-title">APP BUILDERS<br/> SWITZERLAND 2018</h1>
<h2 class="banner-subtitle">April 16-17, 2018 Lugano, Switzerland</h2>
<p class="banner-btn">
<a href="#ts-pricing" class="btn btn-primary">Registration Closed</a>
<a href="https://www.youtube.com/watch?v=F6OlI00H1OA" class="btn btn-border" target="_blank">Watch 2017 Aftermovie</a>
</p>
</div><!-- Banner content wrap end -->
</div><!-- Banner content end -->
</div><!-- Container end -->
</div><!-- Banner item end -->
</section><!-- Section banner end -->
<section id="ts-facts" class="ts-facts solid-dark">
<div class="container">
<div class="row facts-wrapper">
<div class="col-sm-3 col-xs-6">
<div class="ts-facts">
<span class="ts-facts-img">
<img src="images/icons/fact-workshop.png" alt="" />
</span>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">2</span></h2>
<h3 class="ts-facts-title">Tracks</h3>
</div>
</div><!--Facts end -->
</div><!-- Col 1 end -->
<div class="col-sm-3 col-xs-6">
<div class="ts-facts">
<span class="ts-facts-img">
<img src="images/icons/fact-speaker.png" alt="" />
</span>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">30</span></h2>
<h3 class="ts-facts-title">Sessions</h3>
</div>
</div><!--Facts end -->
</div><!-- Col 2 end -->
<div class="col-sm-3 col-xs-6">
<div class="ts-facts">
<span class="ts-facts-img">
<img src="images/icons/fact-sponsor.png" alt="" />
</span>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">30</span></h2>
<h3 class="ts-facts-title">Speakers</h3>
</div>
</div><!--Facts end -->
</div><!-- Col 3 end -->
<div class="col-sm-3 col-xs-6">
<div class="ts-facts last">
<span class="ts-facts-img">
<img src="images/icons/fact-country.png" alt="" />
</span>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">300</span></h2>
<h3 class="ts-facts-title">Attendees</h3>
</div>
</div><!--Facts end -->
</div><!-- Col 4 end -->
</div><!-- Content Row end -->
</div><!-- Container end -->
</section><!-- Facts end -->
<section id="ts-intro" class="ts-intro-center">
<div class="container">
<div class="row text-center">
<h2 class="section-title">Registration is Open!</h2>
<h3 class="section-sub-title">A Conference about mobile technologies in the heart of Europe</h3>
<p class="intro-desc">Get inspired by talks from the best gurus and professionals of the mobile industry. All day long you can participate in sessions on iOS and Android and meet other professionals, creating a priceless network of contacts.</p>
</div><!--/ Title row end -->
</div><!-- Container end -->
</section><!-- Intro area end -->
<section id="ts-speakers" class="ts-speakers solid-bg">
<div class="container" id="speakers">
<div class="row text-center">
<h2 class="section-title">Speakers</h2>
<br>
</div><!--/ Title row end -->
<div v-for="row in speakers" class="row speakers-row">
<div v-for="speaker in row" class="col-xs-12 col-sm-6 col-md-3">
<div class="ts-speaker">
<div class="ts-speaker-image">
<img class="img-responsive" v-bind:src="speaker.picture" alt="" />
<ul class="social-links" v-show="speaker.twitter != null">
<li><a v-bind:href="'https://twitter.com/' + speaker.twitter" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!--Image end -->
<div class="ts-speaker-info">
<h3 class="ts-speaker-name">{{ speaker.firstName }} {{ speaker.lastName }}</h3>
<p class="ts-speaker-designation">{{ speaker.jobTitle }} <span v-if="speaker.company != ''">@ {{ speaker.company }}</span></p>
</div><!-- Info end -->
</div><!-- Speaker end -->
</div><!-- Speaker Col 1 end -->
</div>
</div><!--/ Container end -->
</section><!-- Speakers end -->
<section id="stories" class="ts-speakers solid-bg">
<div class="container">
<div class="row text-center">
<h2 class="section-title">Stories</h2>
<p>Stories are going to be three special sessions hosted by the amazing Steve Scott. Each session will be with the host and an expert in a complimentary field. The topic will not be strictly related to mobile technologies and these sessions have the goal to give an <b>insight into uncommon topics in mobile conferences</b>.<br>
These three sessions are going to be proposed as <b>Q/A format</b>, the first part under complete control of the host and the second part with the <b>interaction of the audience</b>.</p>
<br>
</div><!--/ Title row end -->
<div v-for="speaker in speakers" class="col-xs-12 col-sm-6 col-md-3">
<div class="ts-speaker">
<div class="ts-speaker-image">
<img class="img-responsive" v-bind:src="speaker.picture" alt="" />
<ul class="social-links" v-show="speaker.twitter != null">
<li><a v-bind:href="'https://twitter.com/' + speaker.twitter" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!--Image end -->
<div class="ts-speaker-info">
<h3 class="ts-speaker-name">{{ speaker.firstName }} {{ speaker.lastName }}</h3>
<p class="ts-speaker-designation">{{ speaker.jobTitle }} <span v-if="speaker.company != ''">@ {{ speaker.company }}</span></p>
</div><!-- Info end -->
</div><!-- Speaker end -->
</div><!-- Speaker Col 1 end -->
</div>
</section>
<section id="ts-schedule" class="ts-schedule">
<div class="container" id="schedule">
<div class="row text-center">
<h2 class="section-title">Don't Miss a Thing</h2>
<h3 class="section-sub-title">Event Programme</h3>
</div>
<!--/ Title row end -->
<div class="row">
<div class="col-md-12">
<div class="schedule-tab">
<ul class="nav nav-tabs" id="nav-tabs">
<li class="active">
<a class="animated fadeIn" href="#tab_one" data-toggle="tab">
<span class="tab-head">
<span class="tab-text-title">Day One - Room 1</span>
</span>
</a>
</li>
<li>
<a class="animated fadeIn" href="#tab_two" data-toggle="tab">
<span class="tab-head">
<span class="tab-text-title">Day One - Room 2</span>
</span>
</a>
</li>
<li>
<a class="animated fadeIn" href="#tab_three" data-toggle="tab">
<span class="tab-head">
<span class="tab-text-title">Day Two - Room 1</span>
</span>
</a>
</li>
<li>
<a class="animated fadeIn" href="#tab_four" data-toggle="tab">
<span class="tab-head">
<span class="tab-text-title">Day Two - Room 2</span>
</span>
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active animated fadeInRight" id="tab_one">
<h2 class="schedule-date">Monday, 16th April - Room 1</h2>
<div v-for="(talk, index) in talks[0]" class="schedule-listing" v-bind:class="{ bg: index % 2 == 0 }">
<span class="schedule-slot-time">{{ talk.time }}</span>
<div class="schedule-slot-info">
<div class="schedule-slot-info-content">
<h3 class="schedule-slot-speaker-name" v-if="talk.speaker">{{ talk.speakerObj.firstName }} {{ talk.speakerObj.lastName }}</h3>
<h4 class="schedule-slot-title">{{ talk.title }}</h4>
<p class="schedule-slot-desc">{{ talk.description }}</p>
</div>
<!--Info content end -->
</div>
<!-- Slot info end -->
</div>
</div>
<div class="tab-pane animated fadeInRight" id="tab_two">
<h2 class="schedule-date">Monday, 16th April - Room 2</h2>
<div v-for="(talk, index) in talks[1]" class="schedule-listing" v-bind:class="{ bg: index % 2 == 0 }">
<span class="schedule-slot-time">{{ talk.time }}</span>
<div class="schedule-slot-info">
<div class="schedule-slot-info-content">
<h3 class="schedule-slot-speaker-name" v-if="talk.speaker">{{ talk.speakerObj.firstName }} {{ talk.speakerObj.lastName }}</h3>
<h4 class="schedule-slot-title">{{ talk.title }}</h4>
<p class="schedule-slot-desc">{{ talk.description }}</p>
</div>
<!--Info content end -->
</div>
<!-- Slot info end -->
</div>
</div>
<div class="tab-pane animated fadeInRight" id="tab_three">
<h2 class="schedule-date">Tuesday, 17th April - Room 1</h2>
<div v-for="(talk, index) in talks[2]" class="schedule-listing" v-bind:class="{ bg: index % 2 == 0 }">
<span class="schedule-slot-time">{{ talk.time }}</span>
<div class="schedule-slot-info">
<div class="schedule-slot-info-content">
<h3 class="schedule-slot-speaker-name" v-if="talk.speaker">{{ talk.speakerObj.firstName }} {{ talk.speakerObj.lastName }}</h3>
<h4 class="schedule-slot-title">{{ talk.title }}</h4>
<p class="schedule-slot-desc">{{ talk.description }}</p>
</div>
<!--Info content end -->
</div>
<!-- Slot info end -->
</div>
</div>
<div class="tab-pane animated fadeInRight" id="tab_four">
<h2 class="schedule-date">Tuesday, 17th April - Room 2</h2>
<div v-for="(talk, index) in talks[3]" class="schedule-listing" v-bind:class="{ bg: index % 2 == 0 }">
<span class="schedule-slot-time">{{ talk.time }}</span>
<div class="schedule-slot-info">
<div class="schedule-slot-info-content">
<h3 class="schedule-slot-speaker-name" v-if="talk.speaker">{{ talk.speakerObj.firstName }} {{ talk.speakerObj.lastName }}</h3>
<h4 class="schedule-slot-title">{{ talk.title }}</h4>
<p class="schedule-slot-desc">{{ talk.description }}</p>
</div>
<!--Info content end -->
</div>
<!-- Slot info end -->
</div>
</div>
</div>
<!-- tab content -->
<div class="gap-60"></div>
</div>
<!-- Schedule tab end -->
</div>
<!-- Col end -->
</div>
<!-- Content row end -->
</div>
<!--/ Container end -->
</section>
<!-- Schedule end -->
<section id="ts-newsletter" class="ts-newsletter">
<div class="container">
<div class="row">
<!-- Begin MailChimp Signup Form -->
<div class="newsletter-form clearfix">
<div class="col-md-4 col-xs-12">
<h2>Be the first to hear about our updates</h2>
<h3>Subscribe Newsletter</h3>
</div><!-- Col end -->
<div class="col-md-8 col-xs-12">
<form action="https://appbuilders.us12.list-manage.com/subscribe/post?u=34f0052f561ed76a524b93bd1&id=7a6a38f36b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="form-group">
<input type="email" value="" name="EMAIL" id="newsletter-form-email" class="form-control form-control-lg" placeholder="Your Email Here" autocomplete="off">
<button type="submit" class="btn btn-primary submit" id="mc-embedded-subscribe">Subscribe</button>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_34f0052f561ed76a524b93bd1_7a6a38f36b" tabindex="-1" value=""></div>
</form>
</div><!-- Col end -->
<!--End mc_embed_signup-->
</div><!-- Newsletter form end -->
</div><!-- Row end -->
</div><!--/ Container end -->
</section><!--/ Newsletter end -->
<section id="ts-sponsors" class="ts-sponsors">
<div class="container">
<div class="row text-center sponsor-container">
<p class="section-sub-title">Diamond Sponsors</p>
<a href="http://www.firebase.com" target="_blank"><img src="images/sponsors/firebase.png" width="450px"></a>
<a href="http://www.cryms.ch" target="_blank"><img src="images/sponsors/cryms.png"></a>
</div>
<div class="row text-center sponsor-container">
<p class="section-sub-title">Platinum Sponsors</p>
<a href="http://www.sbb.ch" target="_blank"><img src="images/sponsors/sbb.jpg"></a>
<a href="http://www.sap.ch" target="_blank"><img src="images/sponsors/sap.jpg"></a>
<a href="http://www.dreipol.ch" target="_blank"><img src="images/sponsors/dreipol.png"></a> <a href="http://www.dreipol.ch" target="_blank"><img src="images/sponsors/dreipol.png"></a>
<a href="http://www.ubique.ch" target="_blank"><img src="images/sponsors/ubique.png"></a>
</div>
<div class="row text-center sponsor-container">
<p class="section-sub-title">Gold Sponsors</p>
<a href="http://www.agire.ch" target="_blank"><img src="images/sponsors/agire.png"></a>
<a href="http://www.whitepeaksmobile.ch" target="_blank"><img src="images/sponsors/WhitePeaks.jpg" width="150px"></a>
</div>
<div class="row text-center sponsor-container">
<p class="section-sub-title">Supporting Partners</p><br>
<a href="http://www.casinolugano.ch/en/" target="_blank"><img src="images/sponsors/casinolugano.jpg"></a>
</div>
<div class="row text-center sponsor-container">
<p class="section-sub-title">Media Partners</p>
<a href="https://pragmamark.org" target="_blank"><img src="images/sponsors/pragmamark.png"></a>
</div>
<div class="row">
<div class="general-btn text-center">
<a class="btn btn-primary" href="mailto:[email protected]">Become our Sponsor</a>
</div>
</div><!--/ Content row 3 end -->
</div><!--/ Container end -->
</section><!-- Sponsors end -->
<section id="ts-pricing" class="ts-pricing">
<div class="container">
<div class="row" style="display: flex; flex-wrap: wrap;">
<!-- <div class="col-md-4">
<div class="ts-pricing-box pricing-featured">
<div class="ts-pricing-header">
<h2 class="ts-pricing-name">Early Bird</h2>
<h2 class="ts-pricing-price">
<strong>299</strong><small>CHF</small><small>/Person</small>
</h2>
</div>
<div class="ts-pricing-features">
<ul class="list-unstyled">
<li>Act fast! These tickets are limited!</li>
<li>2 Days Entrance Ticket</li>
<li>Unlimited Coffee and Foods</li>
<li>T-Shirt and Other Goodies</li>
</ul>
</div>
<div class="plan-action">
<tito-button event="swissmobidevs/app-builders-2018"><i class="fa fa-ticket"></i> Join Now</tito-button>
</div>
</div>
</div> -->
<div class="col-md-6" style="max-width: 350px; margin: 0 auto;">
<div class="ts-pricing-box pricing-featured">
<div class="ts-pricing-header">
<h2 class="ts-pricing-name">Regular</h2>
<h2 class="ts-pricing-price">
<strong>349</strong><small>CHF</small><small>/Person</small>
</h2>
</div><!-- Pricing header end-->
<div class="ts-pricing-features">
<ul class="list-unstyled">
<li>From January</li>
<li>2 Days Entrance Ticket</li>
<li>Unlimited Coffee and Foods</li>
<li>T-Shirt and Other Goodies</li>
</ul>
</div><!-- Features end -->
<div class="plan-action">
<tito-button event="swissmobidevs/app-builders-2018"><i class="fa fa-ticket"></i> Sold Out</tito-button>
</div><!-- Button end -->
</div><!-- Plan 2 end -->
</div><!-- Col end -->
<div class="col-md-6" style="max-width: 350px; margin: 0 auto;">
<div class="ts-pricing-box">
<div class="ts-pricing-header">
<h2 class="ts-pricing-name">Late Bird</h2>
<h2 class="ts-pricing-price">
<strong>399</strong><small>CHF</small><small>/Person</small>
</h2>
</div><!-- Pricing header end-->
<div class="ts-pricing-features">
<ul class="list-unstyled">
<li>From April</li>
<li>2 Days Entrance Ticket</li>
<li>Unlimited Coffee and Foods</li>
<li>T-Shirt and Other Goodies</li>
</ul>
</div><!-- Features end -->
<div class="plan-action">
<tito-button event="swissmobidevs/app-builders-2018"><i class="fa fa-ticket"></i> Sold Out</tito-button>
</div><!-- Button end -->
</div><!-- Plan 3 end -->
</div><!-- Col end -->
</div><!--/ Content row end -->
</div><!-- Conatiner end -->
</section><!-- Pricing end -->
<section id="ts-venue" class="ts-venue">
<div class="container">
<div class="row text-center">
<h2 class="section-title">Where to find us</h2>
<h3 class="section-sub-title">Venue and Info</h3>
</div><!--/ Title row end -->
<br/>
<div class="row">
<div class="col-md-6">
<h3>Venue Details</h3>
<p>The Convention Centre is located in Lugano’s city centre, both close to the city’s financial and recreational infrastructures but also overlooking the lovely Ciani Park and the lakeshore.
The structure is just a few minutes on foot from several hotels, shops and other entertainments. Ideal for all sorts of events, the Congress Hall is equipped with the most modern technical equipment and is completely air-conditioned.</p>
<div class="contact-info">
<div class="contact-info-box">
<i class="fa fa-map-marker"> </i>
<div class="contact-info-box-content">
<h4>Address: </h4>
<p>Palazzo dei Congressi Lugano<br/>Piazza Indipendenza 4<br/>6900 Lugano, Switzerland</p>
</div>
</div>
<div class="contact-info-box">
<i class="fa fa-envelope-o"> </i>
<div class="contact-info-box-content">
<h4>Email: </h4>
<p>info [at] swissmobidevs [dot] org</p>
</div>
</div>
</div><!-- contact info end -->
</div><!-- Col end -->
<div class="col-md-6">
<img src="images/venue-img.jpg" alt="" style="max-height: 350px;">
</div><!-- Col end -->
</div><!-- Content row 1 end -->
<div class="gap-60"></div>
<div class="row text-center">
<div class="col-md-4">
<div class="venu-info-content">
<span class="venu-info-img"><img src="images/icons/transport.png" alt="" /></span>
<h3 class="venu-info-title">Transport</h3>
<p class="venu-info-text">Lugano is extremely easy to reach by means of both public and private transportation. It has a very convenient regional airport with direct connections. Furthermore, the international airport of Milano-Malpensa is located at only 60 km from Lugano and is served by means of a <a href="http://malpensa-express.com/en/" target="_blank">coach service</a>.</p>
</div><!-- Venu content end -->
</div><!-- Col 1 end -->
<div class="col-md-4">
<div class="venu-info-content">
<span class="venu-info-img"><img src="images/icons/hotel.png" alt="" /></span>
<h3 class="venu-info-title">Hotels</h3>
<p class="venu-info-text">Lugano offers a variety of hotels, from nice bed and breakfasts up to quality hotels. Most of the hotels are located around the city center, but the one located a little bit outside are still served by public transportation.<br> Please find a handy website to book an hotel in Lugano <a href="https://reservations-dms.verticalbooking.com/prima_pagina_congresso.htm?id_congresso=96&id_canale=1038&id_stile=41" target="_blank">here</a>.</p>
</div><!-- Venu content end -->
</div><!-- Col 2 end -->
<div class="col-md-4">
<div class="venu-info-content">
<span class="venu-info-img"><img src="images/icons/food.png" alt="" /></span>
<h3 class="venu-info-title">Food</h3>
<p class="venu-info-text">Take a pleasant stroll. There is no better way to get to know Lugano. Stop wherever you want to take a break to photograph historic buildings and lush parks, discover rich cultural delights, chat with the locals and taste the flavours of the excellent food and wine.</p>
</div><!-- Venu content end -->
</div><!-- Col 3 end -->
</div><!-- Content row end -->
</div><!-- Container end -->
</section><!-- Venue end -->
<!--section class="venu-map no-padding">
<div class="container-fluid">
<div class="row">
<div id="map" class="map-bottom"></div> <!-- Google Map -->
</div><!-- Content row end -->
</div><!-- Container end -->
</section--><!-- Map end -->
<footer id="footer" class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-menu">
<ul class="nav unstyled">
<li><a href="#banner">Home</a></li>
<li><a href="#ts-speakers">Speakers</a></li>
<li><a href="#ts-pricing">Tickets</a></li>
<li><a href="#ts-venue">Venue</a></li>
</ul>
</div><!-- Footer menu end -->
<div class="footer-social">
<ul>
<li><a href="https://twitter.com/appbuilders_ch" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!-- Footer social end -->
<div class="copyright-info">
<span>Copyright © 2017 SwissMobiDevs. All Rights Reserved.</span>
</div><!-- Copyright info end -->
</div><!-- Content col end -->
</div><!-- Content row end -->
</div><!-- Container end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top affix">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-up"></i>
</button>
</div>
</footer><!-- Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Counter -->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<!-- Countdown -->
<script type="text/javascript" src="js/jquery.jCounter.js"></script>
<!-- Waypoints -->
<script type="text/javascript" src="js/waypoints.min.js"></script>
<!-- Color box for Popup-->
<script type="text/javascript" src="js/jquery.colorbox.js"></script>
<!-- Google Map API Key-->
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key=AIzaSyCsa2Mi2HqyEcEnM1urFSIGEpvualYjwwM"></script>
<!-- Google Map Plugin-->
<script type="text/javascript" src="js/gmap3.js"></script>
<!-- Template custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- App -->
<script type="text/javascript" src="js/app.js"></script>
</div><!-- Body inner end -->
</body>
</html>