-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
489 lines (455 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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<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="#ffffff">
<link rel="stylesheet" href="./css/app.css">
<link rel="stylesheet" href="./css/icon-font.css">
<title>Jotours | Exciting and Adventurous Tours</title>
</head>
<body>
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button">
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__items"><a href="#" class="navigation__links">About Jotours</a></li>
<li class="navigation__items"><a href="#" class="navigation__links">Our services</a></li>
<li class="navigation__items"><a href="#" class="navigation__links">Strories</a></li>
<li class="navigation__items"><a href="#" class="navigation__links">Popular tours</a></li>
<li class="navigation__items"><a href="#" class="navigation__links">Book now</a></li>
</ul>
</nav>
</div>
<header class="header">
<div class="header__log-box">
<img src="./images/meta ajax-02.png" alt="JOTOURS LOGO" class="header__logo">
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">outdoors </span>
<span class="heading-primary--sub">is where life happens</span>
</h1>
<a href="#" class="btn btn--white btn--animated">discover our tours</a>
</div>
</header>
<main>
<section class="section-about">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
Exciting tours for adventurous people
</h2>
</div>
<div class="row">
<div class="col-1-of-2">
<h3 class="heading-tertiary u-margin-bottom-small">
You are going to fall in love with nature
</h3>
<p class="paragraph">
Do you ever walkin'on the street alone and smell the wet street after rain, blue sky, white cloud and sun shining so bright with the birds fly and sing?
Or do you ever climb the mountain on midnight then see the amazing dark sky with the most beautiful galaxy and stars with naked eye?
If you don't, so you must try!
I fall in love with nature because it brought me peace and made my heart calm.
</p>
<h3 class="heading-tertiary u-margin-bottom-small">
live adventures like you never have before
</h3>
<p class="paragraph">
I went to the woods because I wished to live deliberately, to front only the essential facts of life, and see if I could not learn what it had to teach, and not, when I came to die, discover that I had not lived.
</p>
<a href="" class="btn-text">Learn more →</a>
</div>
<div class="col-1-of-2">
<div class="composition">
<img src="./images/love-nature.png" alt="first photo" class="composition__photo composition__photo--pic--1">
<img src="./images/The+Common+Wanderer_.jpg" alt="second photo" class="composition__photo composition__photo--pic--2">
<img src="./images/anime11.jpg" alt="third photo" class="composition__photo composition__photo--pic--3">
</div>
</div>
</div>
</section>
<section class="section-feature">
<div class="row">
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-world"></i>
<h3 class="heading-tertiary u-margin-bottom-small">
Explore the world
</h3>
<p class="feature-box__text">
Our happiest moments as tourists always seem to come
when we stumble upon one thing while in pursuit of something else.
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-compass"></i>
<h3 class="heading-tertiary u-margin-bottom-small">
Meet nature
</h3>
<p class="feature-box__text">
Nature is the phenomena of the physical world collectively,
including plants, animals, the landscape, and other features.
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-map"></i>
<h3 class="heading-tertiary u-margin-bottom-small">
Find your way
</h3>
<p class="feature-box__text">
Take the first step, the rest will follow. Book the ticket,
apply for the job, send the email, jump into the water. The rest follows
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-heart"></i>
<h3 class="heading-tertiary u-margin-bottom-small">
Live a healthier life
</h3>
<p class="feature-box__text">
If you have health, you'll be happy,
and if you have health and happiness, you have the wealth you need,
even if it is not all you want.
</p>
</div>
</div>
</div>
</section>
<section class="section-tours" id="section-tours">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
most popular tours
</h2>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--1">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
the sea explorer
</span>
</h4>
<div class="card__details">
<ul>
<li>3 day tour</li>
<li>up to 30 people</li>
<li>2 tour guides</li>
<li>sleep in cozy hotels</li>
<li>Difficulty: very easy</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__callToAction">
<div class="card__price-box u-margin-bottom-big">
<p class="card__price-only">only</p>
<p class="card__price-value">$ 300</p>
</div>
<a href="#popup" class="btn btn--white">book now</a>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--2">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--2">
the forest hiker
</span>
</h4>
<div class="card__details">
<ul>
<li>7 day tour</li>
<li>up to 40 people</li>
<li>6 tour guides</li>
<li>sleep in provided tents</li>
<li>Difficulty: medium</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-2">
<div class="card__callToAction">
<div class="card__price-box u-margin-bottom-big">
<p class="card__price-only">only</p>
<p class="card__price-value">$ 500</p>
</div>
<a href="#popup" class="btn btn--white">book now</a>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--3">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--3">
the snow adventurer
</span>
</h4>
<div class="card__details">
<ul>
<li>5 day tour</li>
<li>up to 15 people</li>
<li>3 tour guides</li>
<li>sleep in provided tents</li>
<li>Difficulty: hard</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-3">
<div class="card__callToAction">
<div class="card__price-box u-margin-bottom-big">
<p class="card__price-only">only</p>
<p class="card__price-value">$ 900</p>
</div>
<a href="#popup" class="btn btn--white">book now</a>
</div>
</div>
</div>
</div>
</div>
<div class="u-center-text u-margin-top-big">
<a href="#" class="btn btn--green">discover all tours</a>
</div>
</section>
<section class="section-stories">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="./images/tech.mp4" type="video/mp4">
Your browser is not supported!
</video>
</div>
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
we make people genuinely happy
</h2>
</div>
<div class="row">
<div class="story">
<figure class="story__shape">
<img src="./images/anime3.jpg" alt=" image of mary" class="story__image">
<figcaption class="story__caption">charity nyaboke</figcaption>
</figure>
<div class="story__">
<h3 class="heading-tertiary u-margin-bottom-small">
i had the best week ever with y family
</h3>
<p class="paragraph">eveything was beyond my expection,
have never felt more comfortable on any tour like i
felt this time. you made me got whatever have been looking for when i go for a tour.
i had more than fun, enjoyed ourselves and we never worried about stay untill our tour
ended
</p>
</div>
</div>
</div>
<div class="row">
<div class="story">
<figure class="story__shape">
<img src="./images/geek-laster.jpg" alt=" image of mary" class="story__image">
<figcaption class="story__caption">paullaster okoth</figcaption>
</figure>
<div class="story__">
<h3 class="heading-tertiary u-margin-bottom-small">
wow! my life is completely different now
</h3>
<p class="paragraph">loving extra ordinary staffs makes me an extra ordinary person.
it honestly amazed me because not even in any single day, i ever had the
experince i got, you completely inspired my zeal to dare always. i cant
fail to quote the enjoyment i had and it was my first time to feel nature
at it's best.
</p>
</div>
</div>
</div>
<div class="u-center-text u-margin-top-huge">
<a href="" class="btn-text">Read all stories →</a>
</div>
</section>
<section class="section-book">
<div class="row">
<div class="book">
<div class="book__form">
<form action="POST" class="form">
<div class="u-margin-bottom-medium">
<h2 class="heading-secondary">
start booking now
</h2>
</div>
<div class="form__grp">
<input type="text" class="form__input" id="name" placeholder="Full Name" required>
<label for="name" class="form__label">Full Name</label>
</div>
<div class="form__grp">
<input type="email" class="form__input" id="email" placeholder="Email addrss" required>
<label for="email" class="form__label">Email address</label>
</div>
<div class="form__grp">
<div class="form__radio-grp u-margin-bottom-medium">
<input type="radio" name="grp" class="form__radio-input" id="small">
<label for="small" class="form__radio-label">
<span class="form__radio-button"></span>
Small tour group</label>
</div>
<div class="form__radio-grp">
<input type="radio" name="grp" class="form__radio-input" id="large">
<label for="large" class="form__radio-label">
<span class="form__radio-button"></span>
Large tour group</label>
</div>
</div>
<div class="form__grp">
<button class="btn btn--green">Next step ↠</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__logo-box u-margin-bottom-big">
<img src="./images/android-chrome-512x512.png" alt="MATA logo" class="footer__logo">
</div>
<div class="row">
<div class="col-1-of-2">
<div class="footer__navigation">
<ul class="footer__list">
<li class="footer__items"><a href="#" class="footer__links">company</a></li>
<li class="footer__items"><a href="#" class="footer__links">contact us</a></li>
<li class="footer__items"><a href="#" class="footer__links">careers</a></li>
<li class="footer__items"><a href="#" class="footer__links">Privacy Policy</a></li>
<li class="footer__items"><a href="#" class="footer__links">Terms</a></li>
</ul>
</div>
</div>
<div class="col-1-of-2">
<p class="footer__copyright">
Built by <a href="https://github.com/paullaster" class="footer__links">Paullaster Okoth</a> to help market himself as the best web developer <a href="mailto:[email protected]" class="footer__links" target="blank">"Webmaster"</a> with the current trending skills in web development. copyright © 2020.
You are at liberty to use this webpage for both personal and commercial use, but NOT to claim it is your own design. Acredit to the original author Paullaster okoth, is highly appreciated!
</p>
</div>
</div>
</footer>
<div class="popup" id="popup">
<div class="popup__content">
<div class="popup__left">
<img src="./images/anime3.jpg" alt="nyabokes picture" class="popus__img">
<img src="./images/geek-laster.jpg" alt="paullasters picture" class="popus__img">
</div>
<div class="popup__right">
<a href="#section-tours" class="popup__close">×</a>
<h2 class="heading-secondary u-margin-bottom-small">
start booking now
</h2>
<h3 class="heading-tertiary u-margin-bottom-small">
important – Please read these terms before booking
</h3>
<p class="popup__text paragraph">
eveything was beyond my expection,
have never felt more comfortable on any tour like i
felt this time. you made me got whatever have been looking for when i go for a tour.
i had more than fun, enjoyed ourselves and we never worried about stay untill our tour
ended.
loving extra ordinary staffs makes me an extra ordinary person.
it honestly amazed me because not even in any single day, i ever had the
experince i got, you completely inspired my zeal to dare always. i cant
fail to quote the enjoyment i had and it was my first time to feel nature
at it's best.
</p>
<a href="#" class="btn btn--green u ">Book now</a>
</div>
</div>
</div>
<!-- <section class="grid-test">
<div class="row">
<div class="col-1-of-2">
col 1 of 2
</div>
<div class="col-1-of-2">
col-1-of-2
</div>
</div>
<div class="row">
<div class="col-1-of-3">
col 1 of 3
</div>
<div class="col-1-of-3">
col 1 of 3
</div>
<div class="col-1-of-3">
col 1 of 3
</div>
</div>
<div class="row">
<div class="col-1-of-3">
col 1 of 3
</div>
<div class="col-2-of-3">
col-2-of-3
</div>
</div>
<div class="row">
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-1-of-4">
col 1 of 4
</div>
</div>
<div class="row">
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-2-of-4">
col 2 of 4
</div>
</div>
<div class="row">
<div class="col-1-of-4">
col 1 of 4
</div>
<div class="col-3-of-4">
col 3 of 4
</div>
</div>
</section> -->
</body>
</html>