-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtours.html
More file actions
237 lines (222 loc) · 10.7 KB
/
tours.html
File metadata and controls
237 lines (222 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.png" type="image/png" />
<title>Tours & excursions</title>
<!--SEO-->
<meta name="description" content="Your description here!" />
<!-- Bootstrap -->
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<!--Fonts, styles & co-->
<link href='http://fonts.googleapis.com/css?family=Montserrat%7CQuicksand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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 class="content">
<header>
<!-- Navigation -->
<!-- Static navbar -->
<div class="navbar-wrapper">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/logowhite.png" class="img-responsive" alt="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="#">Tours</a></li>
<li><a href="music.html">Music courses</a></li>
<li><a href="fun.html">Leisure & fun</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<!--Heading-->
<div class="jumbotron" id="tours">
<div class="container">
<i style="font-size:8em;" class="glyphicon glyphicon-globe"></i>
<h1 class="hero">Tours & excursions</h1>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Discover Switzerland with us</h2>
<p class="intro">Our tours are tailor made for you.</p>
</div>
</div><!-- /.row -->
</div>
<div class="space"></div>
<div class="container">
<ul class="timeline">
<li><!--Timeline panel start-->
<div class="timeline-badge"><i class="glyphicon glyphicon-map-marker"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Day one: Lucerne</h4>
</div>
<div class="timeline-body">
<p>Lucerne is a city in central Switzerland, in the German-speaking portion of the country. Lucerne is the capital of the Canton of Lucerne and the capital of the district of the same name. With a population of about 80,501 people, Lucerne is the most populous city in Central Switzerland, and a nexus of transportation, telecommunications, and government of this region. </p>
</div>
</div>
</li><!--Timeline panel ends-->
<li class="timeline-inverted"><!--Timeline panel inverted (right)-->
<div class="timeline-badge"><i class="glyphicon glyphicon-map-marker"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Day two: Zurich</h4>
</div>
<div class="timeline-body">
<p> Zurich is the largest city in Switzerland and the capital of the canton of Zürich. It is located in north-central Switzerland at the northwestern tip of Lake Zürich. The municipality has approximately 400,028 inhabitants, and the Zurich metropolitan area 1.83 million. Zürich is a hub for railways, roads, and air traffic. Both Zürich Airport and railway station are the largest and busiest in the country.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-map-marker"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Day three: Basel</h4>
</div>
<div class="timeline-body">
<p>Basel is Switzerland's third most populous city (behind Zürich and Geneva) with about 195,000 inhabitants. Located where the Swiss, French and German borders meet, Basel also has suburbs in France and Germany.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge"><i class="glyphicon glyphicon-map-marker"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Day four: Geneva</h4>
</div>
<div class="timeline-body">
<p>Geneva is the second most populous city in Switzerland (after Zürich) and is the most populous city of Romandy, the French-speaking part of Switzerland. Situated where the Rhône exits Lake Geneva, it is the capital of the Republic and Canton of Geneva.</p>
</div>
</div>
</li>
</ul>
</div>
<section id="parallaxTwo">
<div class="container">
<div class="row">
<div class="col-lg-6 text-center">
<h2 class="parallax">Departures</h2>
<p>Wednesday, 6:00 am<br>
Lucerne train station</p>
</div>
<div class="col-lg-6 text-center">
<h2 class="parallax">Prices</h2>
<p>Half tour: 190.- CHF<br>
Full tour: 350.- CHF</p>
</div>
</div>
</div>
</section>
<div class="space"></div>
<div class="container">
<div class="row">
<div class="center-block text-center">
<h2>Included in the tour:</h2>
<div class="littlespace"></div>
</div>
</div>
<div class="row qualities">
<div class="col-lg-6 text-center">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x colorMe"></i>
<i class="fa fa-rocket fa-stack-1x" style="color:#fff"></i>
</span>
<h4>Service 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>
</div><!-- /.col-lg-6 -->
<div class="col-lg-6 text-center">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x colorMe"></i>
<i class="fa fa-street-view fa-stack-1x" style="color:#fff"></i>
</span>
<h4>Service 2</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>
</div><!-- /.col-lg-6 -->
</div>
<div class="row qualities">
<div class="col-lg-6 text-center">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x colorMe"></i>
<i class="fa fa-fast-forward fa-stack-1x" style="color:#fff"></i>
</span>
<h4>Service 3</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>
</div><!-- /.col-lg-6 -->
<div class="col-lg-6 text-center">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x colorMe"></i>
<i class="fa fa-expand fa-stack-1x" style="color:#fff"></i>
</span>
<h4>Service 4</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div>
</div>
<div class="space"></div>
<div class="littlespace"></div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12 col-xs-12" itemscope itemtype="http://schema.org/LocalBusiness" style="text-align:left; font-size:16px;">
<ul style="list-style:none; line-height:30px;">
<li>
<i class=" fa fa-map-marker"></i> <span itemprop="address">Bahnhofstrasse 5, 6003 Luzern</span>
</li>
<li>
<i class="fa fa-phone"></i> <span itemprop="telephone">+41 44 000 01 02</span>
</li>
<li>
<i class="fa fa-envelope"></i>
<a href="mailto:your@email.com"><span itemprop="email">your@email.com</span></a>
</li>
</ul>
<a href="#" class="scroll-top hidden-xs" style="display: inline;"><i class="fa fa-angle-up"></i></a>
</div>
<div class="col-lg-4 col-sm-12 col-xs-12 text-center social-icons">
<h4>Follow us:</h4>
<a href="#" title="Facebook" target="_blank"><div class="social-icon" id="fb"></div></a>
<a href="#" title="Twitter" target="_blank"><div class="social-icon" id="twitter"></div></a>
<a href="#" title="Google+" target="_blank"><div class="social-icon" id="gp"></div></a>
<a href="#" title="LinkedIn" target="_blank"><div class="social-icon" id="linkedin"></div></a>
</div>
<div class="col-lg-4 col-sm-12 col-xs-12">
Photo credits: <a href="https://www.flickr.com/photos/aigle_dore/" title="Mojan Brenn Flickr" target="_blank">Mojan Brenn</a>
<div class="littlespace"></div>
<p>Copyright © 2015 your company</p>
</div>
</div>
</div>
</footer>
<!-- jQuery, yo! -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Bootstrap and js stuff -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/giada.js"></script>
</body>
</html>