-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
449 lines (320 loc) · 16.3 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
<!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.0">
<title> Pearl of the Indian Ocean</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="Pearl of the indian ocean is an independent Sri Lankan Holiday package organizer for world wide travelers who are planning to visit Sri Lanka, which is one of the world best tourist destinations">
<meta name="keywords" content="Sri Lanka, Holiday, Travel, Tour, Tourist, Vacation, Traveling, Traveler">
<meta name="author" content="Riham Nazeer">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
</head>
<body>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"> <img src="image/logo.png" alt="logo" width="70" height="50"> </a>
<form action="" class="search-form">
<input type="search" name="" placeholder="Search Here..." id="searchBox">
<label for="searchBox" class="fas fa-search"></label>
</form>
<div class="icons">
<div class="fas fa-search" id="search-btn"></div>
</div>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#services">Services</a>
<a href="#about">About us</a>
<a href="#tourist information">Places</a>
<a href="#to-do">To-Do</a>
<a href="#contact us">Contact us</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="image" data-aos="zoom-in">
<img src="image/Travel animation.gif" alt="">
</div>
<div class="content" data-aos="fade-up">
<p><strong>Welcome to</strong></p>
<h3>Pearl of the Indian Ocean</h3>
<p><strong> We provide you the best Sri Lanka holiday
With a reputation for excellence in customer service, Pearl of the Indian Ocean is all about giving you an uncomplicated journey.
Our service is unmatched in how we treat our customers. Getting you to the place you want and back, with no hassle.</strong></p>
<a href="#contact us" class="btn"> Contact us <span class="fas fa-chevron-right"></span> </a>
</div>
</section>
<!-- home section ends -->
<!-- filter form section starts -->
<section class="form-container" data-aos="zoom-in">
<form action="">
<div class="inputBox" data-aos="zoom-in">
<span>Where to</span>
<input type="text" placeholder="search places">
</div>
<div class="inputBox" data-aos="zoom-in">
<span>Arrivals</span>
<input type="date">
</div>
<div class="inputBox" data-aos="zoom-in">
<span>Leaving</span>
<input type="date">
</div>
<div class="inputBox" data-aos="zoom-in">
<span>How many</span>
<input type="number" placeholder="number of travelers">
</div>
<input type="submit" value="Book now" class="btn" data-aos="zoom-in">
</form>
</section>
<!-- filter form section ends -->
<!-- services section starts -->
<section class="services" id="services">
<h1 class="heading"> our <span>services</span> </h1>
<div class="box-container" data-aos="zoom-in">
<div class="box" data-aos="zoom-in">
<i class="fas fa-hotel"></i>
<h3>Luxurious Hotel</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in">
<i class="fas fa-plane"></i>
<h3>fastest travel</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in">
<i class="fas fa-utensils"></i>
<h3>food and drinks</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in">
<i class="fas fa-globe"></i>
<h3>around the country</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in">
<i class="fas fa-hiking"></i>
<h3>new adventures</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in">
<i class="fas fa-map"></i>
<h3>safety guide</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in" >
<i class="fas fa-wallet"></i>
<h3>affordable price</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box" data-aos="zoom-in" >
<i class="fas fa-headset"></i>
<h3>24/7 support</h3>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</section>
<!-- services section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>About</span> us </h1>
<div class="row">
<div class="image" data-aos="zoom-in">
<img src="image/travel-around-the-world.gif" alt="">
</div>
<div class="content" data-aos="fade-up">
<h3>Let us take you on a journey of epic adventure!</h3>
<p>Pearl of the Indian Ocean We pride ourselves on taking every step of your journey with you, ensuring that you have a hassle-free experience.</p>
<p>Our reputation for excellence in customer service is only surpassed by our extraordinary ability to curate the perfect travel experience for you. Our team consists of a group of industry experts that act as your Travel Consultant, making your experience with us a momentous occasion, that will evolve into a life-long memory. <br>
At Pearl of the Indian Ocean , our first priority is YOU! Our comprehensive attention to detail assures you of a truly remarkable travel experience,
free of complications, with minimum effort and absolutely no concerns.</p>
<a href="#" class="btn"> learn more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</section>
<!-- about section ends -->
<!-- icons section starts -->
<section class="icons-container">
<div class="icons" data-aos="zoom-in">
<i class="fas fa-camera-retro facts-icon"></i>
<h3>1220</h3>
<p>Photos Taken</p>
</div>
<div class="icons" data-aos="zoom-in" >
<i class="fas fa-umbrella-beach facts-icon"></i>
<h3>450</h3>
<p>Beaches Visited</p>
</div>
<div class="icons" data-aos="zoom-in">
<i class="fas fa-mountain facts-icon"></i>
<h3>84</h3>
<p>Mountains Climbed</p>
</div>
<div class="icons" data-aos="zoom-in">
<i class="fas fa-ship facts-icon"></i>
<h3>150</h3>
<p>Cruises Organized</p>
</div>
</section>
<!-- icons section ends -->
<!-- tourist information section starts -->
<section class="doctors" id="tourist information">
<h1 class="heading"> tourist<span>
information</span> </h1>
<div class="box-container">
<div class="box" data-aos="zoom-in">
<img src="image/kandy.jfif" alt="">
<h3>Kandy </h3>
<span class="desc">Pinnewala Elephant Orphanage, The Temple Of The Sacred Tooth Relic, Commonwealth War Cemetery, Millenium Elephant Foundation, Horton Plains National Park,... </span>
<div class="share">
<a href="Kandy.html" class="btn"> Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box" data-aos="zoom-in">
<img src="image/Nuwara Eliya.jfif" alt="">
<h3>Nuwara Eliya</h3>
<span class="desc">Often Called The Mini London, Nuwara Eliya Is A Perfect Place To Relax In Sri Lanka. There Are A Lot Of Places To Visit In Nuwara Eliya And The Whole Of Nuwara Eliya Is ...</span>
<div class="share">
<a href="NuwaraEliya.html" class="btn">Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box" data-aos="zoom-in">
<img src="image/colombo.jfif" alt="">
<h3>Colombo</h3>
<span class="desc">Sri Lanka Is Undoubtedly A Gorgeous Little Nation On The Indian Ocean, But The City Of Colombo, The Country's Executive And Judicial Centre Is Particularly Exquisite ...</span>
<div>
<a href="Colombo.html" class="btn"> Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box" data-aos="zoom-in" >
<img src="image/Anuradhapura.jfif" alt="">
<h3>Anuradhapura</h3>
<span class="desc">Anuradhapura is a historical paradise as it houses several heritage monasteries, palaces and monuments. It is known for its vast dagobas or brick stupas, ancient ponds and ...</span>
<div class="share">
<a href="Anuradhapura.html" class="btn"> Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box" data-aos="zoom-in">
<img src="image/Trincomalee.jfif" alt="">
<h3>Trincomalee</h3>
<span class="desc">Sitting Prettily On A Remarkable Natural Harbour On The North-East Coast Of Sri Lanka, This Charming Town With Oodles Of History And Interesting Sites Is A Great Escape From ...</span>
<div class="share">
<a href="Trincomalee.html" class="btn"> Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box" data-aos="zoom-in">
<img src="image/Matale.jfif" alt="">
<h3>Matale</h3>
<span class="desc">The Rugged Mountains, Fertile Grasslands, Blue-Hued Skies And The Golden Sun All Complement Each Other, Adding To Its Beauty. The City Offers Sights That Delight Every ...</span>
<div class="share">
<a href="Matale.html" class="btn"> Read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</div>
</section>
<!-- doctors section ends -->
<!-- to-do section starts -->
<section class="to-do" id="to-do">
<h1 class="heading"> to-do <span>places</span> </h1>
<div class="box-container">
<div class="image" data-aos="zoom-in" >
<img src="image/checklist.gif" alt="">
</div>
<div class="container" data-aos="fade-up">
<p >
<label for="new-task" style="font-size: 30px;" >Add Places</label>
<ul data-aos="fade-up"><input id="new-task" type="text"><button class="btn">Add</button></ul>
</p>
<h3 style="font-size: 30px;">Todo</h3>
<ul id="incomplete-tasks" data-aos="fade-up" >
<li><input type="checkbox"><label>Colombo</label><input type="text"><button class="edit">Edit</button><button class="delete">Delete</button></li>
<li class="editMode"><input type="checkbox"><label>Lotus Tower</label><input type="text" value="Lotus Tower"><button class="edit">Edit</button><button class="delete">Delete</button></li>
</ul>
<h3 style="font-size: 30px;">Completed</h3>
<ul id="completed-tasks" data-aos="fade-up">
<li><input type="checkbox" checked><label>Galle Face</label><input type="text"><button class="edit">Edit</button><button class="delete">Delete</button></li>
</ul>
</div>
</div>
</section>
<!-- to-do section ends -->
<!-- booking section starts -->
<section class="book" id="contact us">
<h1 class="heading"> <span>contact</span> us </h1>
<div class="row">
<div class="image" data-aos="zoom-in" >
<img src="image/sending.gif" alt="">
</div>
<form action="" data-aos="fade-up" >
<h3 data-aos="fade-up">GET IN TOUCH WITH US</h3>
<input type="text" placeholder="your name" class="box" data-aos="fade-up" >
<input type="number" placeholder="your number" class="box" data-aos="fade-up">
<input type="email" placeholder="your email" class="box" data-aos="fade-up" >
<input type="text" placeholder="your subject" class="box" data-aos="fade-up">
<textarea name="" placeholder="your message" id="" cols="30" rows="10" data-aos="fade-up"></textarea>
<input href="" type="submit" value="send message" class="btn" data-aos="fade-up">
</form>
</div>
</section>
<!-- booking section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="footer-content">
<!--add all information -->
<a href="#" > <img src="image/logo.png" alt="logo" width="100" height="100" > </a>
<h3>Pearl of the Indian Ocean</h3>
<div id="footer-text">
<p>Is an independent Sri Lankan Holiday package organizer for world wide travelers who are planning to visit Sri Lanka,
which is one of the world best tourist destinations</p>
<p>With a reputation for excellence in customer service, Pearl of the Indian Ocean is all about giving you an uncomplicated journey.</p>
</div>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="#home"> <i class="fas fa-chevron-right"></i> Home </a>
<a href="#services"> <i class="fas fa-chevron-right"></i> Services </a>
<a href="#about"> <i class="fas fa-chevron-right"></i> About </a>
<a href="#tourist information"> <i class="fas fa-chevron-right"></i> Places </a>
<a href="#to-do"> <i class="fas fa-chevron-right"></i> To-do </a>
<a href="#contact us"> <i class="fas fa-chevron-right"></i> Contact us </a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="tel:+94 761442341"> <i class="fas fa-phone"></i> +94 761442341 </a>
<a href="tel:+94 112246167"> <i class="fas fa-phone"></i> +94 112246167 </a>
<a href="mailto:[email protected]"> <i class="fas fa-envelope"></i> nazeerreeha@gmail </a>
<a href="mailto:[email protected]"> <i class="fas fa-envelope"></i> reehamahthi@gmail </a>
<a href="https://goo.gl/maps/Q1etccsQ6tqbtL5a6"> <i class="fas fa-map-marker-alt"></i> Colombo, Sri Lanka </a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="https://www.facebook.com/"target=-blank> <i class="fab fa-facebook-f"></i> Facebook </a>
<a href="https://www.twitter.com/"target=-blank> <i class="fab fa-twitter"></i> Twitter </a>
<a href="https://www.instagram.com/"target=-blank> <i class="fab fa-instagram"></i> Instagram </a>
<a href="https://www.linkedin.com/"target=-blank> <i class="fab fa-linkedin"></i> LinkedIn </a>
<a href="https://www.pinterest.com/"target=-blank> <i class="fab fa-pinterest"></i> Pinterest </a>
</div>
</div>
<div class="credit">
Created by <span>Riham Nazeer</span> | all rights reserved!
</div>
</section>
<!-- footer section ends -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
<script>
AOS.init({
duration:800,
delay:400
});
</script>
</body>
</html>