-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
373 lines (350 loc) · 13.5 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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Silver Travels</title>
</head>
<body id="home" class="scrollspy">
<!--Navbar-->
<div class="navbar-fixed">
<nav class="teal">
<div class="container">
<div class="nav-wrapper">
<a href="#" class="brand-logo">SilverTravels</a>
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
<ul class="right hide-on-med-and-down">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#search">Search</a>
</li>
<li>
<a href="#popular">Popular Places</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-nav">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#search">Search</a>
</li>
<li>
<a href="#popular">Popular Places</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<!-- Section: Slider -->
<section class="slider">
<ul class="slides">
<li>
<img src="https://image.ibb.co/hbEMux/resort1.jpg" alt="">
<div class="caption center-align">
<h2>Take Your Dream Vacation</h2>
<h5 class="light grey-text text-lighten-3 hide-on-small-only">Take some time off your busy schedule to experience a world you have never seen before.</h5>
<a href="#" class="btn btn-large">Learn More</a>
</div>
</li>
<li>
<img src="https://image.ibb.co/mn1egc/resort2.jpg" alt="">
<div class="caption left-align">
<h2>We Work With All Budgets</h2>
<h5 class="Take some time off your busy schedule to experience a world you have never seen before.</h5>
<a href="#" class="btn btn-large">Learn More</a>
</div>
</li>
<li>
<img src="https://image.ibb.co/mn1egc/resort3.jpg" alt="">
<div class="caption left-align">
<h2>We Work With All Budgets</h2>
<h5 class="Take some time off your busy schedule to experience a world you have never seen before.</h5>
<a href="#" class="btn btn-large">Learn More</a>
</div>
</li>
</ul>
</section>
<!-- Section: search -->
<section id="search" class="section section-search teal darken-1 white-text center scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h3>Search Destinations</h3>
<div class="input-field">
<input type="text" class="white grey-text autocomplete"
id="autocomplete-input"
placeholder="Nairobi, Kisumu, Mombasa, etc...">
</div>
</div>
</div>
</div>
</section>
<!-- Section: Icon Boxes -->
<section class="section section-icons grey lighten-4 center">
<div class="container">
<div class="row">
<div class="col s12 m4">
<div class="card-panel">
<i class="material-icons large teal-text">room</i>
<h4>Pick Where</h4>
<p>Where Do You Want To go</p>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<i class="material-icons large teal-text">store</i>
<h4>Travel Shop</h4>
<p>Where Do You Want To Stay</p>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<i class="material-icons large teal-text">airplanemode_active</i>
<h4>Fly Cheap</h4>
<p>How do you want to travel</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Popular -->
<section id="popular" class="section section-popular scrollspy">
<div class="container">
<div class="row">
<h4 class="center">
<span class="teal-text">Popular</span> Places</h4>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img src="https://image.ibb.co/hbEMux/resort1.jpg" alt="">
<span class="card-title">Lewadon, Meru Kenya</span>
</div>
<div class="card-content">
<p>Come and rejuvenate while having the time of your life
</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img src="https://image.ibb.co/mn1egc/resort2.jpg" alt="">
<span class="card-title">Mombasa, Kenya</span>
</div>
<div class="card-content">
<p>Come experience World class Beaches
</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img src="https://image.ibb.co/mbCVnH/resort3.jpg" alt="">
<span class="card-title">Naivasha, Kenya</span>
</div>
<div class="card-content">
<p>Great sunsets while watching flamingos by our exquisite resorts
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 center">
<a href="#contact" class="btn btn-large grey darken-3">
<i class="material-icons left">send</i> Contact For Booking
</a>
</div>
</div>
</div>
</section>
<!-- Section: Follow -->
<section class="section section-follow teal darken-2 white-text center">
<div class="container">
<div class="row">
<div class="col s12">
<h4>Follow SilverTravels</h4>
<p>Follow us on social media for special offers</p>
<a href="htttps://facebook.com" target="_blank" class="white-text">
<i class="fab fa-facebook fa-4x"></i>
</a>
<a href="htttps://twitter.com" target="_blank" class="white-text">
<i class="fab fa-twitter fa-4x"></i>
</a>
<a href="htttps://linkedin.com" target="_blank" class="white-text">
<i class="fab fa-linkedin fa-4x"></i>
</a>
<a href="htttps://googleplus.com" target="_blank" class="white-text">
<i class="fab fa-google-plus fa-4x"></i>
</a>
<a href="htttps://pinterest.com" target="_blank" class="white-text">
<i class="fab fa-pinterest fa-4x"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Section: Gallery -->
<section id="gallery" class="section section-gallery scrollspy">
<div class="container">
<h4 class="center">
<span class="teal-text">Photo </span> Gallery
</h4>
<div class="row">
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?beach" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?travel" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?nature" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?beach, travel" alt="">
</div>
</div>
<div class="row">
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?beaches" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?traveling" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?bridge" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?boat, travel" alt="">
</div>
</div>
<div class="row">
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?water" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?building" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?trees" alt="">
</div>
<div class="col s12 m3">
<img class="materialboxed responsive-img" src="https://source.unsplash.com/1600x900/?cruise" alt="">
</div>
</div>
</div>
</section>
</section>
<!-- Section: Contact -->
<section id="contact" class="section section-contact scrollspy">
<div class="container">
<div class="row">
<div class="col s12 m6">
<div class="card-panel teal white-text center">
<i class="material-icons medium">email</i>
<h5>Contact Us For Booking</h5>
<p>Do not hesitate to contact us for any inquiries we are always online to listen and help you have a good time wherever you travel with us</p>
</div>
<ul class="collection with-header">
<li class="collection-header">
<h4>Location</h4>
</li>
<li class="collection-item">SilverTravels</li>
<li class="collection-item">Brookside Rd, Westlands</li>
</ul>
</div>
<div class="col s12 m6">
<div class="card-panel grey lighten-3">
<h5>Please fill out this form</h5>
<div class="input-field">
<input type="text" placeholder="Name" id="name">
<label for="name">Name</label>
</div>
<div class="input-field">
<input type="email" placeholder="Email" id="email">
<label for="email">Email</label>
</div>
<div class="input-field">
<input type="text" placeholder="Phone" id="phone">
<label for="phone">Phone</label>
</div>
<div class="input-field">
<textarea class="materialize-textarea" placeholder="Enter Message" id="message"></textarea>
<label for="message">Message</label>
</div>
<input type="submit" value="Submit" class="btn">
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="section teal darken-2 white-text center">
<p class="flow-text">SilverTravels © 2018 </p>
</footer>
<!--JavaScript at end of body for optimized loading-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script>
//Sidenav
const sideNav = document.querySelector('.sidenav');
M.Sidenav.init(sideNav, {});
//Slider
const slider = document.querySelector('.slider');
M.Slider.init(slider, {
indicators: false,
height: 500,
transition: 500,
interval: 6000
});
// Scrollspy
const ss = document.querySelectorAll('.scrollspy');
M.ScrollSpy.init(ss, {});
// Material Boxed
const mb = document.querySelectorAll('.materialboxed');
M.Materialbox.init(mb, {});
// Autocomplete
const ac = document.querySelector
('.autocomplete');
M.Autocomplete.init(ac, {
data: {
"Nairobi": null,
"Kisumu": null,
"Mombasa": null,
"Nakuru": null,
"Malindi": null,
"Voi": null,
"Eldoret": null,
"Naivasha": null,
"Baringo": null,
"Meru": null,
"Nanyuki": null,
}
});
</script>
</body>
</html>