-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
738 lines (612 loc) · 46.2 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
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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eastern.Lk</title>
<link rel="icon" href="index/IMG/Ico/1favicon.ico" type="image/x-icon">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Anton|Alata|Kaushan Script|Great Vibes|Agdasima|Belanosima|Yellowtail|Marck Script|Trirong">
<link rel="stylesheet" href="index/CSS/tablet.css">
<link rel="stylesheet" href="index/CSS/root.css">
<link rel="stylesheet" href="index/CSS/style.css">
<link rel="stylesheet" href="index/CSS/mobile.css">
<link rel="stylesheet" href="index/CSS/home-page.css">
<link rel="stylesheet" href="index/CSS/hotel.css">
<link rel="stylesheet" href="index/CSS/navbar.css">
<link rel="stylesheet" href="index/CSS/attraction-page.css">
<link rel="stylesheet" href="index/CSS/accessibility-page.css">
</head>
<body>
<header>
<div class="title">Eastern.Lk</div>
<div class="about"><ion-icon name="person-circle-outline"></ion-icon></div>
<div class="settings">
<div class="set">navigation bar <div class="click"></div>
<div class="status">middle</div>
</div>
<div class="set">theme <div id="theme-toggle-btn" class="click1"><ion-icon class="status1"
name="sunny"></ion-icon></div>
</div>
</div>
<div class="navigation">
<ul>
<div class="indicator">
<div class="circle"></div>
</div>
<li class="list home active">
<a href="#home">
<span class="icon"><ion-icon name="home-outline"></ion-icon></span>
<span class="text">Home</span>
</a>
</li>
<li class="list attraction">
<a href="#attraction">
<span class="icon"><ion-icon name="location-outline"></ion-icon>
</span>
<span class="text">Tourist attraction</span>
</a>
</li>
<li class="list facilities ">
<a href="#facilities">
<span class="icon"><ion-icon name="bed-outline"></ion-icon></span>
<span class="text">Hotels</span>
</a>
</li>
<li class="list accessibility">
<a href="#accessibility">
<span class="icon"><ion-icon name="accessibility-outline"></ion-icon></span>
<span class="text">accessibility</span>
</a>
</li>
</ul>
</div>
</header>
<div class="page">
<div class="home-page active">
<div class="home-background"></div>
<div class="button">explore now</div>
<div class="wel">
<p class="p1" style="--i:1;">Eastern view</p>
<p class="p2" style="--i:2;">of</p>
<p class="p3" style="--i:3;">Southeastern coast</p>
</div>
</div>
<div class="attraction-page ">
<div class="backattraction"></div>
<div class="scroll-page">
<div class="main">
<div class="dot"></div>
<div class="lahugala card">
<div class="image-att" style="--image: url(../IMG/attraction/lahugala.jpg);"></div>
<div class="place-name">Lahugala</div>
<div class="line-att lg"></div>
<div class="details-att">Lahugala area was an ancient populated place in Sri Lanka since Anuradhapura era and was a part of the Kingdom of Ruhuna.</div>
<div class="explor-btn lg">Explore more</div>
</div>
<div class="pottuwil card">
<div class="image-att" style="--image:url(../IMG/attraction//pottuwil.jpg);"></div>
<div class="place-name">Pottuwil</div>
<div class="line-att pt"></div>
<div class="details-att"> Potuvil is a town in the Ampara District of Sri Lanka, located in the Eastern Province on the eastern coast of the Island.</div>
<div class="explor-btn pt">Explore more</div>
</div>
</div>
<div class="laguhala-page">
<div class="back-btn"><ion-icon name="arrow-back-outline"></ion-icon>Back</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/lahugala_kiriwehera.jpg);"></div>
<div class="place-lg-name">Lahugala Kiriwehera</div>
<div class="place-lg-detail">An old Buddhist temple known as Lahugala Kiri Vehera or Kiri Vehera Viharaya is located in Lahugala, Ampara District, Sri Lanka. The temple is situated in the Lahugala DS division of Perani Lahugala Grama Niladari. This temple is thought to have been built during the rule of King Dappula I.</div>
</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/Lahugala_kithula_National_park.jpg);"></div>
<div class="place-lg-name">Kithula National Park</div>
<div class="place-lg-detail">One of Sri Lanka's tiniest national parks is Lahugala Kitulana National Park. The park is a crucial habitat for Sri Lankan elephants and unique birds despite its small size.</div>
</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/Neelegiri_stupa.jpg);"></div>
<div class="place-lg-name">Neelagiri Stupa</div>
<div class="place-lg-detail">An ancient giant stupa called Neelagiriseya can be seen at Lahugala, Ampara District, Sri Lanka. It is the biggest Buddhist stupa in the nation's Eastern Province. It currently measures 22 m in height and 182 m in circumference.</div>
</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/kumana.jpg);"></div>
<div class="place-lg-name">Kumana</div>
<div class="place-lg-detail">The Kumana National Park in Sri Lanka is well known for its avifauna, especially for the numerous wading and migratory bird groups that it hosts. The park is located on Sri Lanka's southeast coast, 391 kilometres southeast of Colombo. Kumana and Yala National Park are adjacent.</div>
</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/Magul_maha_wiharaya.jpg);"></div>
<div class="place-lg-name">Magul Maha Viharaya</div>
<div class="place-lg-detail">An historic Buddhist temple called Magul Maha Viharaya may be found in Sri Lanka's Lahugala, Ampara District. The temple is located 11 kilometres from Pottuvil town and 22 kilometres from Siyambalanduwa town, on the northern boundary of the Lahugala National Park. In the past, Lahugala was a part of the Ruhuna Kingdom in Sri Lanka.</div>
</div>
<div class="min-card lg">
<div class="min-image" style="--image : url(../IMG/attraction/Lahugala/Sangamankanda.jpg);"></div>
<div class="place-lg-name">Sangamankanda</div>
<div class="place-lg-detail">A little village in Ampara is called Sangaman Kanda or Sangaman Kandy. It is situated in Sri Lanka's Eastern Province. Three metres above sea level, it is one of Sri Lanka's most easterly points.</div>
</div>
<div class="dot2"></div>
</div>
<div class="pottuwil-page">
<div class="back-btn pt"><ion-icon name="arrow-back-outline"></ion-icon>Back</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Kudumbigala_Monastery.jpg);"></div>
<div class="place-pt-name">Kudumbigala Monastery</div>
<div class="place-pt-detail">Just about 30 km south of Arugam Bay sits this Buddhist temple, which has a long history. The drive is undoubtedly the trip's high point and takes around 45 minutes in a tuk tuk.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Muhudu_Maha_Viharaya.jpg);"></div>
<div class="place-pt-name">Muhudu Maha Viharaya</div>
<div class="place-pt-detail">In the Ampara District of Sri Lanka's Eastern province, at Pottuvil, there is a Buddhist temple called Muhudu Maha Vihara. King Kavan Tissa of Ruhuna constructed this temple approximately 2000 years ago, close to a large seashore. At the location, you may view the remains of old statues, Seema Malaka, Avasa Geya, and stupas.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Pottuwil_Point.jpg);"></div>
<div class="place-pt-name">Pottuwil Point</div>
<div class="place-pt-detail">The ocean, beautiful scenery, and the tranquil lagoon all combine at Pottuvil Point. With offshore winds flowing in from the west and southwest, it is a point break that is relatively exposed. Additionally, the site experiences both windswells and groundswells, typically from the south and southeast.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Okanda.jpg);"></div>
<div class="place-pt-name">Okanda</div>
<div class="place-pt-detail">The Ampara District includes the little village of Okanda on Sri Lanka's east coast. It is well-known for surfing as well as for the Hindu god Murugan shrine known as Ukanthamalai Murugan Kovil. On their Murugan Pada Yatra journey to the Kataragama temple in the southern portion of the island, pilgrims from the Eastern Province and the Northern Province make a halt at the Okanda Murugan temple.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Arugambay.jpg);"></div>
<div class="place-pt-name">Arugambay</div>
<div class="place-pt-detail">Arugam Bay, sometimes referred to as "Arugam Kudah" locally, is a historic settlement of the former Batticaloa Territory and is located on the Indian Ocean in the dry zone of Sri Lanka's southeast coast.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Arugam_lagoon.jpg);"></div>
<div class="place-pt-name">Arugam lagoon</div>
<div class="place-pt-detail">4km away from Arugam Bay, you will find a hidden gold mine for wildlife: the Pottuvil Lagoon. You will get to cruise along the lagoon, which is 200 acres in size, in either a boat or a canoe and the whole safari will last about 2-2 ½ hours. The lagoon is one of the most pristine places on the island; the murky greenish-brown water looks misleadingly deep when in fact it is actually quite shallow, but the dark water is beautiful as it becomes a mirror of sorts to the clear blue skies.</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Elephant_rock_cave.jpg);"></div>
<div class="place-pt-name">Elephant rock cave</div>
<div class="place-pt-detail">East of the Sastrawela Mani Naga Pabbatha Viharaya, at the river mouth where the Heda Oya empties into the ocean, is where Elephant Rock is located. Although many people are unaware of it, Elephant Rock contains some drip ledge caves, rock cut steps, and the ruins of an old stupa in addition to being a popular tourist site for its views of the pristine beaches in the east. This rock's beach below is a well-liked surfing spot. </div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Elephant_view.jpg);"></div>
<div class="place-pt-name">Elephant view</div>
<div class="place-pt-detail">A region where elephants roam freely</div>
</div>
<div class="min-card pt">
<div class="min-image" style="--image : url(../IMG/attraction/Pottuwil/Panama_wave_surfing.jpg);"></div>
<div class="place-pt-name">Panama wave surfing</div>
<div class="place-pt-detail">Panama is a paradise for surfers. We cordially invite you to see the breathtaking coastlines of our fishing communities, thriving metropolis, and sedate beach towns. No of your level of experience, you'll find a sense of camaraderie, passion, and waves that are appropriate for you. Panamá is a diversified nation with a number of year-round surfing locations, with more than 1,700 miles of coastline between the Pacific Ocean and the Caribbean Sea. You may find a guide on surfing in Panama here.</div>
</div>
<div class="dot3"></div>
</div>
</div>
</div>
<div class="facilities-page ">
<div class="hotel-background">
<p class="hotel-title">Eastern Province Hotels and Places to Stay</p>
</div>
<p class="Popular">Popular hotels in Eastern Province right now</p>
<div class="box-hotel">
<div class="filter">
<div class="map">
<a href="https://www.google.com/travel/search?q=ampara%20hotels&g2lb=2502548%2C2503771%2C2503781%2C4258168%2C4270442%2C4284970%2C4291517%2C4597339%2C4757164%2C4814050%2C4850738%2C4864715%2C4874190%2C4886480%2C4893075%2C4924070%2C4965990%2C4990494%2C72248281%2C72260180%2C72264422%2C72281254%2C72281789%2C72286089%2C72296743%2C72300991%2C72301168&hl=en-LK&gl=lk&cs=1&ssta=1&ts=CAESCAoCCAMKAggDGhwSGhIUCgcI5w8QBxgIEgcI5w8QBxgJGAEyAhAAKgcKBToDTEtS&qs=CAE4Bg&ap=SABoAQ&ictx=1&ved=0CAAQ5JsGahcKEwio-6T9ovX_AhUAAAAAHQAAAAAQCA"
class="view-map">View Map
</a>
</div>
</div>
<div class="hotel-list">
<div class="hotels h1">
<div class="image img1" style="--image : url(../IMG/Hotels/1.Amaranthe/1.jpg);
--image1:url(index/IMG/Hotels/1.Amaranthe/1.jpg);
--image2:url(index/IMG/Hotels/1.Amaranthe/2.jpg);
--image3:url(index/IMG/Hotels/1.Amaranthe/3.jpg);
--image4:url(index/IMG/Hotels/1.Amaranthe/4.jpg);
--image5:url(index/IMG/Hotels/1.Amaranthe/5.jpg);
--image6:url(index/IMG/Hotels/1.Amaranthe/6.jpg);
--image7:url(index/IMG/Hotels/1.Amaranthe/7.jpg);
--image8:url(index/IMG/Hotels/1.Amaranthe/8.jpg);
--image9:url(index/IMG/Hotels/1.Amaranthe/9.jpg);
--image10:url(index/IMG/Hotels/1.Amaranthe/10.jpg);">
<div class="arrow left l1"></div>
<div class="arrow right r1"></div>
<div class="count c1">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">1. Amaranthé Bay Resort</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/travel/search?q=Amaranth%C3%A9%20Bay%20Resort&g2lb=2502548%2C2503771%2C2503781%2C4258168%2C4270442%2C4284970%2C4291517%2C4597339%2C4757164%2C4814050%2C4850738%2C4864715%2C4874190%2C4886480%2C4893075%2C4924070%2C4965990%2C4990494%2C72248281%2C72264422%2C72281254%2C72281789%2C72286089%2C72296743%2C72300991%2C72301168&hl=en-LK&gl=lk&cs=1&ssta=1&ts=CAESABpHCikSJzIlMHgzYWZiYmM0ZWU4ZThhMzA1OjB4ZDE5MmE0MGRjYWY1ZjFlYxIaEhQKBwjnDxAJGBASBwjnDxAJGBEYATICEAA&qs=CAEyFENnc0k3T1BYMTl5QnFjblJBUkFCOAJCCwns8fXKDaSS0RgBQgsJ7PH1yg2kktEYAQ&ap=ugEGcHJpY2Vz&ictx=1&ved=0CAAQ5JsGahcKEwiopu_f3ff_AhUAAAAAHQAAAAAQCw">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">824 Reviews</p>
<p class="review-note">#1 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Staff is very friendly, very clean and cozy rooms. Compared to other hotels
Amaranthe
Bay is best place in Trincomalee area. Clean swimming pool, well-groomed territory, has its
own
corner with animals."</p>
<div class="reviewer">
<img class="reviewer-dp" src="">
</div>
</div>
<div class="hotels h2">
<div class="image img2" style="--image : url(../IMG/Hotels/2.Amaya/1.jpg);
--image1:url(index/IMG/Hotels/2.Amaya/1.jpg);
--image2:url(index/IMG/Hotels/2.Amaya/2.jpg);
--image3:url(index/IMG/Hotels/2.Amaya/3.jpg);
--image4:url(index/IMG/Hotels/2.Amaya/4.jpg);
--image5:url(index/IMG/Hotels/2.Amaya/5.jpg);
--image6:url(index/IMG/Hotels/2.Amaya/6.jpg);
--image7:url(index/IMG/Hotels/2.Amaya/7.jpg);
--image8:url(index/IMG/Hotels/2.Amaya/8.jpg);
--image9:url(index/IMG/Hotels/2.Amaya/9.jpg);
--image10:url(index/IMG/Hotels/2.Amaya/10.jpg);">
<div class="arrow left l2"></div>
<div class="arrow right r2"></div>
<div class="count c2">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">2. Amaya Beach Pasikudah</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">1 356 Reviews</p>
<p class="review-note">#2 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Friendly staff, big and good rooms, nice restaurant and bar. Good swimming
pool and a
beach. Very good hotel to relax and enjoy life. But best of all was the spa and wellness
centre."
</p>
</div>
<div class="hotels h3">
<div class="image img3" style="--image : url(../IMG/Hotels/3.Maalu/1.jpg);
--image1:url(index/IMG/Hotels/3.Maalu/1.jpg);
--image2:url(index/IMG/Hotels/3.Maalu/2.jpg);
--image3:url(index/IMG/Hotels/3.Maalu/3.jpg);
--image4:url(index/IMG/Hotels/3.Maalu/4.jpg);
--image5:url(index/IMG/Hotels/3.Maalu/5.jpg);
--image6:url(index/IMG/Hotels/3.Maalu/6.jpg);
--image7:url(index/IMG/Hotels/3.Maalu/7.jpg);
--image8:url(index/IMG/Hotels/3.Maalu/8.jpg);
--image9:url(index/IMG/Hotels/3.Maalu/9.jpg);
--image10:url(index/IMG/Hotels/3.Maalu/10.jpg);">
<div class="arrow left l3"></div>
<div class="arrow right r3"></div>
<div class="count c3">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">3. Maalu Maalu Resort & Spa</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">1 608 Reviews</p>
<p class="review-note">#3 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Food was super great and service of the restaurant staff was excellent. The
swimming
pool, garden and beach was well maintained and clean. The rooms were spacious and well
equipped and
the beds were very comfortable."</p>
</div>
<div class="hotels h4">
<div class="image img4" style="--image :url(../IMG/Hotels/4.Trinco/1.jpg);
--image1:url(index/IMG/Hotels/4.Trinco/1.jpg);
--image2:url(index/IMG/Hotels/4.Trinco/2.jpg);
--image3:url(index/IMG/Hotels/4.Trinco/3.jpg);
--image4:url(index/IMG/Hotels/4.Trinco/4.jpg);
--image5:url(index/IMG/Hotels/4.Trinco/5.jpg);
--image6:url(index/IMG/Hotels/4.Trinco/6.jpg);
--image7:url(index/IMG/Hotels/4.Trinco/7.jpg);
--image8:url(index/IMG/Hotels/4.Trinco/8.jpg);
--image9:url(index/IMG/Hotels/4.Trinco/9.jpg);
--image10:url(index/IMG/Hotels/4.Trinco/10.jpg);">
<div class="arrow left l4"></div>
<div class="arrow right r4"></div>
<div class="count c4">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">4. Trinco Blu By Cinnamon</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">2 356 Reviews</p>
<p class="review-note">#4 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"We had a great 3 nights at Trinco blu... Its a lovely hotel in a great
position on
the beach. Rooms are spacious and very comfortable..The wifi and tv reception were very
good. We
loved the large swimming pool."</p>
</div>
<div class="hotels h5">
<div class="image img5" style="--image : url(../IMG/Hotels/5.Karpaha/1.jpg);
--image1:url(index/IMG/Hotels/5.Karpaha/1.jpg);
--image2:url(index/IMG/Hotels/5.Karpaha/2.jpg);
--image3:url(index/IMG/Hotels/5.Karpaha/3.jpg);
--image4:url(index/IMG/Hotels/5.Karpaha/4.jpg);
--image5:url(index/IMG/Hotels/5.Karpaha/5.jpg);
--image6:url(index/IMG/Hotels/5.Karpaha/6.jpg);
--image7:url(index/IMG/Hotels/5.Karpaha/7.jpg);
--image8:url(index/IMG/Hotels/5.Karpaha/8.jpg);
--image9:url(index/IMG/Hotels/5.Karpaha/9.jpg);
--image10:url(index/IMG/Hotels/5.Karpaha/10.jpg);">
<div class="arrow left l5"></div>
<div class="arrow right r5"></div>
<div class="count c5">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">5. Karpaha Sands</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">383 Reviews</p>
<p class="review-note">#5 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"The tents are very well appointed and allowed us to work, eat, play and
relax. The
pool / bar area is a delight and only lacks a liquor license to tempt guests away from their
tents
or the beach."</p>
</div>
<div class="hotels h6">
<div class="image img6" style="--image : url(../IMG/Hotels/6.Jetwing/1.jpg);
--image1:url(index/IMG/Hotels/6.Jetwing/1.jpg);
--image2:url(index/IMG/Hotels/6.Jetwing/2.jpg);
--image3:url(index/IMG/Hotels/6.Jetwing/3.jpg);
--image4:url(index/IMG/Hotels/6.Jetwing/4.jpg);
--image5:url(index/IMG/Hotels/6.Jetwing/5.jpg);
--image6:url(index/IMG/Hotels/6.Jetwing/6.jpg);
--image7:url(index/IMG/Hotels/6.Jetwing/7.jpg);
--image8:url(index/IMG/Hotels/6.Jetwing/8.jpg);
--image9:url(index/IMG/Hotels/6.Jetwing/9.jpg);
--image10:url(index/IMG/Hotels/6.Jetwing/10.jpg);">
<div class="arrow left l6"></div>
<div class="arrow right r6"></div>
<div class="count c6">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">6. Jetwing Surf</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">327 Reviews</p>
<p class="review-note">#6 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"The ocean facing bed room has everything you need. Rooms are naturally
ventilated
with the ocean breeze. The picturesque infinity pool with beach trails was one of the best
pools
we've been."</p>
</div>
<div class="hotels h7">
<div class="image img7" style="--image : url(../IMG/Hotels/7.Calm/1.jpg);
--image1:url(index/IMG/Hotels/7.Calm/1.jpg);
--image2:url(index/IMG/Hotels/7.Calm/2.jpg);
--image3:url(index/IMG/Hotels/7.Calm/3.jpg);
--image4:url(index/IMG/Hotels/7.Calm/4.jpg);
--image5:url(index/IMG/Hotels/7.Calm/5.jpg);
--image6:url(index/IMG/Hotels/7.Calm/6.jpg);
--image7:url(index/IMG/Hotels/7.Calm/7.jpg);
--image8:url(index/IMG/Hotels/7.Calm/8.jpg);
--image9:url(index/IMG/Hotels/7.Calm/9.jpg);
--image10:url(index/IMG/Hotels/7.Calm/10.jpg);">
<div class="arrow left l7"></div>
<div class="arrow right r7"></div>
<div class="count c7">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">7. The Calm Resort & Spa</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">910 Reviews</p>
<p class="review-note">#7 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Staff is very friendly, specially FO and F&B. Room was clean, linens are
clean &
nice, comfortable bed and delicious food. Swimming pool experience was nice and this area is
nicely
fitted to have a sea bath."</p>
</div>
<div class="hotels h8">
<div class="image img8" style="--image : url(../IMG/Hotels/8.Uga/1.jpg);
--image1:url(index/IMG/Hotels/8.Uga/1.jpg);
--image2:url(index/IMG/Hotels/8.Uga/2.jpg);
--image3:url(index/IMG/Hotels/8.Uga/3.jpg);
--image4:url(index/IMG/Hotels/8.Uga/4.jpg);
--image5:url(index/IMG/Hotels/8.Uga/5.jpg);
--image6:url(index/IMG/Hotels/8.Uga/6.jpg);
--image7:url(index/IMG/Hotels/8.Uga/7.jpg);
--image8:url(index/IMG/Hotels/8.Uga/8.jpg);
--image9:url(index/IMG/Hotels/8.Uga/9.jpg);
--image10:url(index/IMG/Hotels/8.Uga/10.jpg);">
<div class="arrow left l8"></div>
<div class="arrow right r8"></div>
<div class="count c8">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">8. Uga Bay By Uga Escapes</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">1 557 Reviews</p>
<p class="review-note">#8 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Ocean facing rooms highly recommended! Very nice large pool and great dining
options
and service. Cold rooms with warm bathrooms is a very nice touch! Lovely beach and a great
fitness
room!"</p>
</div>
<div class="hotels h9">
<div class="image img9" style="--image : url(../IMG/Hotels/9.Whisky/1.jpg);
--image1:url(index/IMG/Hotels/9.Whisky/1.jpg);
--image2:url(index/IMG/Hotels/9.Whisky/2.jpg);
--image3:url(index/IMG/Hotels/9.Whisky/3.jpg);
--image4:url(index/IMG/Hotels/9.Whisky/4.jpg);
--image5:url(index/IMG/Hotels/9.Whisky/5.jpg);
--image6:url(index/IMG/Hotels/9.Whisky/6.jpg);
--image7:url(index/IMG/Hotels/9.Whisky/7.jpg);
--image8:url(index/IMG/Hotels/9.Whisky/8.jpg);
--image9:url(index/IMG/Hotels/9.Whisky/9.jpg);
--image10:url(index/IMG/Hotels/9.Whisky/10.jpg);">
<div class="arrow left l9"></div>
<div class="arrow right r9"></div>
<div class="count c9">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">9. Whisky Point Resort</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">61 Reviews</p>
<p class="review-note">#9 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"The stuff is super nice and taking care for everything. Very clean , good
food , a
step away from a great spot to surf. Nicola and Anna will take care for all you need with a
big
smile and great attitude."</p>
</div>
<div class="hotels h10">
<div class="image img10" style="--image : url(../IMG/Hotels/10.Nilaveli/1.jpg);
--image1:url(index/IMG/Hotels/10.Nilaveli/1.jpg);
--image2:url(index/IMG/Hotels/10.Nilaveli/2.jpg);
--image3:url(index/IMG/Hotels/10.Nilaveli/3.jpg);
--image4:url(index/IMG/Hotels/10.Nilaveli/4.jpg);
--image5:url(index/IMG/Hotels/10.Nilaveli/5.jpg);
--image6:url(index/IMG/Hotels/10.Nilaveli/6.jpg);
--image7:url(index/IMG/Hotels/10.Nilaveli/7.jpg);
--image8:url(index/IMG/Hotels/10.Nilaveli/8.jpg);
--image9:url(index/IMG/Hotels/10.Nilaveli/9.jpg);
--image10:url(index/IMG/Hotels/10.Nilaveli/10.jpg);">
<div class="arrow left l10"></div>
<div class="arrow right r10"></div>
<div class="count c10">1/10</div>
</div>
<div class="book">Book now</div>
<div class="name">10. Nilaveli Beach Hotel</div>
<div class="line"></div>
<a class="in-map"
href="https://www.google.com/maps/place/Amaya+Beach+Pasikudah/@7.9255221,81.5680667,15z/data=!4m9!3m8!1s0x3afad9059f0b88d3:0x70a3c17193efa9d4!5m2!4m1!1i2!8m2!3d7.9255221!4d81.5680667!16s%2Fg%2F1pp2x5b_d?entry=ttu">
View on map</a>
<div class="review">
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir fl"></div>
<div class="cir hl"></div>
</div>
<p class="reviews-text">709 Reviews</p>
<p class="review-note">#10 Best Value of 1,060 places to stay in Eastern Province</p>
<p class="detail">"Room and wash room was very clean and pleasant. Vvery friendly and excellent
servic A
at reception, Room service, catering, pool staff , and bar tender provided excellent
service."</p>
</div>
</div>
</div>
</div>
<div class="accessibility-page">
<div class="map-accb">
<div class="map-name-acc">View on map</div>
<div class="map-lahugala">
<div class="map-name lg">Lahugala</div>
<iframe class="map-ifram lg" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d22407.911424224112!2d81.70587841007676!3d6.867037751530359!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae5a53d5aee52c7%3A0x17cbdddf0be1b27f!2sLahugala!5e0!3m2!1sen!2slk!4v1689602076837!5m2!1sen!2slk" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="map-pottuwil">
<div class="map-name pt">Pottuwil</div>
<iframe class="map-ifram pt" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15844.62082477839!2d81.82102200988768!3d6.8719991936646325!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae5a2e72b5f6c1b%3A0x7c144b25af566716!2sPottuvil!5e0!3m2!1sen!2slk!4v1689602183081!5m2!1sen!2slk" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="dot4"></div>
</div>
<div class="acc-title">Public transport</div>
<div class="box-acc">
<div class="bus min-card acc">
<div class="acc-name">Bus</div>
<div class="acc-image" style="--image : url(../IMG/accessibility/bus.jpg);"></div>
<div class="acc-detail">Bus
You can take day and overnight buses to Arugam Bay and Lahugala, with varying degrees of comfort. If you're coming from somewhere like Colombo, which is a hot 10 hour journey, I recommend splashing out for an air conditioned bus. Which will still only cost you roughly 1000LKR.</div>
</div>
<div class="train min-card acc">
<div class="acc-name">Train</div>
<div class="acc-image" style="--image : url(../IMG/accessibility/train.jpg);"></div>
<div class="acc-detail">There is a train network across the country connecting many of the biggest destinations. Again, if you're coming from somewhere further afield, then you may need to change somewhere else. These journeys can be much quicker and not very expensive either. Plus, if you're travelling form the north, you get to take the epic Kandy to Ella train ride.</div>
</div>
<div class="tuk-tuk min-card acc">
<div class="acc-name">Tuk-Tuk</div>
<div class="acc-image" style="--image : url(../IMG/accessibility/tuk_tuk.jpg);"></div>
<div class="acc-detail">The best way to get to Arugam Bay and Lahugala is by your own private tuk tuk. We rented our tuk tuk in Colombo and used it to travel all over Sri Lanka.</div>
</div>
<div class="uber-pickme min-card acc">
<div class="acc-name">Uber / Pick Me</div>
<div class="acc-image" style="--image : url(../IMG/accessibility/pick_me.jpg);"></div>
<div class="acc-detail">If you're coming from Colombo, you may also be able to arrange a private transfer through one of these apps. They can be much more expensive (LKR13,000 - LKR 18,000), but also much quicker and more comfortable.</div>
</div>
</div>
</div>
</div>
<script src="index/JS/script.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>