-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
724 lines (703 loc) · 34.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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Agent - Formosa Student Adventures</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="packages/bootstrap/css/bootstrap.min.css" />
<link href="packages/fontawesome-free-5.4.1-web/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<link href="css/main.css" rel="stylesheet">
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img class="img-fluid" src="img/logo.png" alt="">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome to Formosa Student Adventures!</div>
<div class="intro-heading text-uppercase">Making a Once in a Lifetime Experience</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services">Tell Me More</a>
</div>
</div>
</header>
<!-- Services -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Services</h2>
<h3 class="section-subheading text-muted">We offer individual adventures, which are unique.</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-globe-asia fa-stack-2x text-primary"></i>
</span>
<h4 class="service-heading">Traditional</h4>
<p class="text-muted">We make sure, that you experience what locals do.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-fingerprint fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Unique</h4>
<p class="text-muted">Every journey is different and unique of its kind.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-smile-beam fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Fun</h4>
<p class="text-muted">The most important part about our tours.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="bg-light" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Portfolio</h2>
<h3 class="section-subheading text-muted">Our offerd tours for your adventure.</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/1.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Kenting</h4>
<p class="text-muted">
South Coast</br>
Surfing - Scuba Diving - Nature
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/2.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Kaohsiung</h4>
<p class="text-muted">
Southwest Coast</br>
A Weekend in the City
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/3.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Alishan</h4>
<p class="text-muted">
Central Taiwan</br>
Forest Railway - Hiking - Sunrise
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/4.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Hualien</h4>
<p class="text-muted">
East Coast</br>
A Weekend on a Scooter
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/5.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Taitung ➔ Hualien</h4>
<p class="text-muted">
East Coast</br>
4 Days/200KM Biking Adventure
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/6.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Taipei</h4>
<p class="text-muted">
North Coast</br>
The Capital - Sightseeing or Party
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Kenting</h2>
<p class="item-intro text-muted">
South Coast</br>
Surfing - Scuba Diving - Nature
</p>
<p>
You want to spend adventurous days at the beautiful South Coast of Taiwan? Relaxing at the beach, exploring the nature, going surfing or scuba diving?
Kenting is the perfect place for this. Close to the South Bay we offer a hostel for you, only five minutes by foot to the South Bay, one of the numerous beaches down there.
However, with renting a scooter you have the opportunity to explore a lot more. Drive to the amazing waterfalls and just enjoy the beautiful nature.
</br>
</br>
Contact us for more information with the duration of your trip, your departure date and place and what exactly you plan to do!
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations, scuba diving (newbies, licensing),</li>
<li>surfing (borad rental, surf lessons), scooter rental,</li>
<li>Guidebook for Hiking & Sightseeing, tickets and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Kaohsiung</h2>
<p class="item-intro text-muted">
Southwest Coast</br>
A Weekend in the City
</p>
<p>
Do you know the city known as “taiwan maritime Capital”? Kaohsiung is, with the biggest seaport of Taiwan, the thriving international metropolis at the southern tip of Taiwan.
However, an industrial zone isn’t the best word to define this beautiful city. For our part, we would just say impressive.
Indeed, Kaohsiung is full of different landscapes and your eyes will shine for all of them. From large street of the city to monkey’s mountain going through Lotus lake, you will live an amazing trip in Kaohsiung.
Don’t hesitate to relax after visiting on the beach of Cijin Island eating some seafood specialities. Renting a scooter will permit you to visit huge and beautiful Buddhist temple next to the city or see waterfall at the foot of mountains.
After being captivated by Kaohsiung, tell us your word that will define this city.
</br>
</br>
Contact us for more information with the duration of your trip, your departure date and place and what exactly you plan to do!
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations, scooter rental,</li>
<li>Guidebook for Hiking & Sightseeing, tickets and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Alishan</h2>
<p class="item-intro text-muted">
Central Taiwan</br>
Forest Railway - Hiking - Sunrise
</p>
<p>
This tour will take you into the vastness of the alishan forest and starts from Chiayi.
The old historic Alishan Forest Railway is running up to and throughout the popular mountain resort of Alishan in Chiayi County.
The Railway is a attraction with its unique Z-shaped switchbacks, and over 50 tunnels and 77 wooden bridges.
At Alishan you can enjoy the beautiful landscape and hike trough the mountains and the forest.
We offer you a Hostel in Alishan so you have the opportunity to see the sunrise above the mountains.
We recommend to get up early in the morning, hiking about 1h to the top and enjoy the sunrise. The lazy ones just take a taxi or bus.
You can spend 1-2 nights, depending on your budget and time. On the last day, you will take the train back to Chiayi.
</br>
</br>
Contact us for more information with the duration of your trip, your departure date and place and what exactly you plan to do!
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations, Alishan Railway tickets,</li>
<li>Guidebook for Hiking & Sightseeing and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Hualien</h2>
<p class="item-intro text-muted">
East Coast</br>
A Weekend on a Scooter
</p>
<p>
The Amazing east coast, and the very famous Taroko gorge, a must have for every one who spent some time in Taiwan!
Our tour includes a scooter rental to drive into the Taroko national park and along the east coast.
You can stop for the Hiking trails and have a little walk or just enjoy the ride on the scooter through the tunnels and tiny ways in Taroko.
A next highlight is the Qingshui Cliff, a real eye catcher. Take the scooter to the south of Hualien, enjoy the scenery and relax on the small hidden beaches.
On the other day, you can ride down the Highway 11 close to the coast and stop for lunch in the small villages along the coastline.
We recommend you to stay a night in one of these small fisher villages and ride back to Hualien on the next day.
Don't be afraid to drive up the mountains on the coast, it's a real adventure!
</br>
</br>
Contact us for more information with the duration of your trip, your departure date and place and what exactly you plan to do!
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations, scooter rental,</li>
<li>Guidebook for Hiking, driving & Sightseeing,</li>
<li>hidden spots and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Taitung ➔ Hualien</h2>
<p class="item-intro text-muted">
East Coast</br>
4 Days/200KM Biking Adventure
</p>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations, Bike rental (good bikes, one way),</li>
<li>Guidebook for driving, Hiking & Sightseeing,</li>
<li>hidden spots and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Taipei</h2>
<p class="item-intro text-muted">
North Coast</br>
The Capital - Sightseeing or Party
</p>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
<ul class="list-inline">
<li>
<b>We offer:</b>
</li>
<li>cheap accommodations,</li>
<li>Guidebook for Sightseeing & party,</li>
<li>hidden spots and more..</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project
</button>
<button class="btn btn-primary" type="button">
<i class="far fa-calendar-check"></i>
check availability
</button>
<button class="btn btn-success" type="button">
<i class="fas fa-envelope"></i>
book now
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading text-muted">A brief history of our journey.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/1.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Decemeber 2017</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Every journey has a beginning and so does our! It all began
during a cozy winter in Germany. We were just about to start planing to go to
Taiwan.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 2018</h4>
<h4 class="subheading">Preparation at its End!</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Eight months later, we are just about to leave Germany and
fly to tropical Taiwan! The last few months had been fun and intense, a lot of
planing and preparing for the new adventure.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>September 2018</h4>
<h4 class="subheading">Impressions in Taiwan</h4>
</div>
<div class="timeline-body">
<p class="text-muted">At this point, we had been in Taiwan for more than one month.
We felt, that settling and traveling in Taiwan is different to Europe. Since a
student agency was missing, we were growing first ideas to start a travel
agency for students in Taiwan.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>October 2018</h4>
<h4 class="subheading">A Travel Agency is Born</h4>
</div>
<div class="timeline-body">
<p class="text-muted">In October 2018, we finally started our company to help
students and especially exchange students to have a once in a lifetime
experience in Taiwan!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="bg-light" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Our Amazing Team</h2>
<h3 class="section-subheading text-muted">Our goal is to make your experience unique.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/tobias.jpg" alt="">
<h4>Tobias Goertz</h4>
<p class="text-muted">Expert North Coast</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/leon.jpg" alt="">
<h4>Leon Papke</h4>
<p class="text-muted">Expert Hiking</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/vera.jpg" alt="">
<h4>Vera Steinhoff</h4>
<p class="text-muted">Expert Cycling</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/chloe.jpg" alt="">
<h4>Chloè Lepage</h4>
<p class="text-muted">Expert West Coast</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/howard.jpg" alt="">
<h4>Howard Sa</h4>
<p class="text-muted">Expert Surfing</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Anita.jpg" alt="">
<h4>Anita Hung</h4>
<p class="text-muted">Expert East Coast</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/fiona.jpg" alt="">
<h4>Fiona Chen</h4>
<p class="text-muted">Expert Canyoning</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/kelly.JPG" alt="">
<h4>Kelly Wu</h4>
<p class="text-muted">Expert South Coast</p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/sarah.jpg" alt="">
<h4>Sarah Tsai</h4>
<p class="text-muted">Expert Scuba Diving</p>
</div>
</div>
</div>
</div>
</section>
<script src="packages/jquery/jquery.min.js"></script>
<script src="packages/jquery-easing/jquery.easing.min.js"></script>
<script src="packages/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
<script src="js/jqBootstrapValidation.js"></script>
</body>
</html>