-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtourism.html
More file actions
574 lines (512 loc) · 28.8 KB
/
tourism.html
File metadata and controls
574 lines (512 loc) · 28.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Tourism</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap&subset=latin-ext"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600&display=swap&subset=latin-ext"
rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link rel="stylesheet" href="/Applications/MAMP/htdocs/IWP_Project/styles.css">
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="hotelhome.html">
<img src="https://www.publicdomainpictures.net/pictures/200000/nahled/unicorn-icon.jpg" width="30"
height="30" class="d-inline-block align-top" alt="">
Unicorn Hotels</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="hotelhome.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="aboutus.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="tourism.html">Tourist spots</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hotelrooms.html">Rooms & Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="restaurant.html">Restaurant</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header id="header" class="header">
<div class="header-content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-container">
<h1>Welcome to <span id="js-rotating">Fun, Relaxation, Adventure</span></h1>
<!-- <p class="p-heading p-large">Aria is a top consultancy company specializing in business
growth using online marketing and conversion optimization tactics</p> -->
<a class="btn-solid-lg page-scroll" href="#services">DISCOVER</a>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of header-content -->
</header> <!-- end of header -->
<!-- end of header -->
<!-- Services -->
<div id="services" class="cards-2">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">Tour Packages</div>
<h2>Choose The Relaxation Package<br> That Suits Your Needs</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/services-1.jpg" alt="alternative">
</div>
<div class="card-body">
<h3 class="card-title">Coffee Tour</h3>
<p>Perfect for those looking to have a city tour as well as introduction to the city's
culture.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Full day tour</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Travel and lunch included</div>
</li>
</ul>
<p class="price">Starting at <span>$50</span></p>
</div>
<div class="button-container">
<a class="btn-solid-reg page-scroll" href="#callMe">DETAILS</a>
</div> <!-- end of button-container -->
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/services-2.jpg" alt="alternative">
</div>
<div class="card-body">
<h3 class="card-title">Day by the beach</h3>
<p>Perfect for those looking to simply relax and lounge on the hotel private
beach</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Best Selection of Seafood</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Music show on weekends</div>
</li>
</ul>
<p class="price">Starting at <span>$75</span></p>
</div>
<div class="button-container">
<a class="btn-solid-reg page-scroll" href="#callMe">DETAILS</a>
</div> <!-- end of button-container -->
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/services-3.jpg" alt="alternative">
</div>
<div class="card-body">
<h3 class="card-title">Adventure Package</h3>
<p>Perfect for the thrill seekers and the adventurers, hike through mysterious mountains and
caves.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Personalised hiking guide</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Includes hiking equipment</div>
</li>
</ul>
<p class="price">Starting at <span>$90</span></p>
</div>
<div class="button-container">
<a class="btn-solid-reg page-scroll" href="#callMe">DETAILS</a>
</div> <!-- end of button-container -->
</div>
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-2 -->
<!-- end of services -->
<!-- Projects -->
<div id="projects" class="filter">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">Single Destinations</div>
<h2>Pick one of these thrilling destinations</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Filter -->
<div class="button-group filters-button-group">
<a class="button is-checked" data-filter="*"><span>SHOW ALL</span></a>
<a class="button" data-filter=".design"><span>DESIGN</span></a>
<a class="button" data-filter=".development"><span>DEVELOPMENT</span></a>
<a class="button" data-filter=".seo"><span>SEO</span></a>
</div> <!-- end of button group -->
<div class="grid">
<div class="element-item development">
<a class="popup-with-move-anim" href="#project-1">
<div class="element-item-overlay"><span>Online Banking</span></div><img
src="images/project-1.jpg" alt="alternative">
</a>
</div>
<div class="element-item development">
<a class="popup-with-move-anim" href="#project-2">
<div class="element-item-overlay"><span>Classic Industry</span></div><img
src="images/project-2.jpg" alt="alternative">
</a>
</div>
<div class="element-item design development marketing">
<a class="popup-with-move-anim" href="#project-3">
<div class="element-item-overlay"><span>BoomBap Audio</span></div><img
src="images/project-3.jpg" alt="alternative">
</a>
</div>
<div class="element-item design development marketing">
<a class="popup-with-move-anim" href="#project-4">
<div class="element-item-overlay"><span>Van Moose</span></div><img
src="images/project-4.jpg" alt="alternative">
</a>
</div>
<div class="element-item design development marketing seo">
<a class="popup-with-move-anim" href="#project-5">
<div class="element-item-overlay"><span>Joy Moments</span></div><img
src="images/project-5.jpg" alt="alternative">
</a>
</div>
<div class="element-item design marketing seo">
<a class="popup-with-move-anim" href="#project-6">
<div class="element-item-overlay"><span>Spark Events</span></div><img
src="images/project-6.jpg" alt="alternative">
</a>
</div>
<div class="element-item design marketing">
<a class="popup-with-move-anim" href="#project-7">
<div class="element-item-overlay"><span>Casual Wear</span></div><img
src="images/project-7.jpg" alt="alternative">
</a>
</div>
<div class="element-item design marketing">
<a class="popup-with-move-anim" href="#project-8">
<div class="element-item-overlay"><span>Zazoo Apps</span></div><img
src="images/project-8.jpg" alt="alternative">
</a>
</div>
</div> <!-- end of grid -->
<!-- end of filter -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of filter -->
<!-- end of projects -->
<!-- Project Lightboxes -->
<!-- Lightbox -->
<div id="project-1" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-1.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Online Banking</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-2" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-2.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Classic Industry</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-3" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-3.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>BoomBap Audio</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-4" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-4.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Van Moose</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-5" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-5.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Joy Moments</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-6" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-6.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Spark Events</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-7" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-7.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Casual Wear</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- Lightbox -->
<div id="project-8" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<img class="img-fluid" src="images/project-8.jpg" alt="alternative">
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Zazoo Apps</h3>
<hr class="line-heading">
<h6>Strategy Development</h6>
<p>Need a solid foundation for your business growth plans? Aria will help you manage sales and meet your
current needs</p>
<p>By offering the best professional services and quality products in the market. Don't hesitate and get
in touch with us.</p>
<div class="testimonial-container">
<p class="testimonial-text">Need a solid foundation for your business growth plans? Aria will help
you manage sales and meet your current requirements.</p>
<p class="testimonial-author">General Manager</p>
</div>
<a class="btn-solid-reg" href="#your-link">DETAILS</a> <a class="btn-outline-reg mfp-close as-button"
href="#projects">BACK</a>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of lightbox-basic -->
<!-- end of lightbox -->
<!-- end of project lightboxes -->
<!-- Team -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-2 -->
<!-- end of team -->
<!-- About -->
<div id="about" class="counter">
<div class="container">
<div class="row">
<div class="col-lg-5 col-xl-6">
<div class="image-container">
<img class="img-fluid" src="images/about.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-7 col-xl-6">
<div class="text-container">
<div class="section-title">ABOUT</div>
<h2>We're Passionate About Delivering Quality Experiences</h2>
<p>Our goal is to provide the right business growth services at the appropriate time so
companies can benefit from the created momentum and thrive for a long period of time</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Everything we recommend has direct positive impact</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">You will become an important partner of our company</div>
</li>
</ul>
<!-- Counter -->
<div id="counter">
<div class="cell">
<div class="counter-value number-count" data-count="1000">10</div>
<div class="counter-info">Customers</div>
</div>
<div class="cell">
<div class="counter-value number-count" data-count="700">1</div>
<div class="counter-info">Good Reviews</div>
</div>
</div>
<!-- end of counter -->
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of counter -->
<!-- end of about -->
<!-- Footer -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/popper.min.js"></script> <!-- Popper tooltip library for Bootstrap -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/morphext.min.js"></script> <!-- Morphtext rotating text in the header -->
<script src="js/isotope.pkgd.min.js"></script> <!-- Isotope for filter -->
<script src="js/validator.min.js"></script> <!-- Validator.js - Bootstrap plugin that validates forms -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
</body>
</html>