-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
371 lines (368 loc) · 16.3 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Gallery</title>
<link rel="stylesheet" type="text/css" href="gallery.css" />
<link rel="stylesheet" href="styles_main.css">
</head>
<body>
<!--nav bar-->
<ul class="navbar">
<li><a href="index.html"><img src="/images/web_logo_main.png "
alt="Wonder Ceylon Logo" class="siteLogo" style="width: 290px;"></a></li>
<li><a href="index.html">Home</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="#">Shop</a></li>
<li><a href="quiz.html">Quiz</a></li>
<li><a href="comments.html">Comments</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#about.html">Meet the Team</a></li>
</ul>
<div class="all">
<header>
<!--header-->
<h1>Places to Visit in Sri Lanka</h1>
<div id="color-schemes">
<button id="color-scheme1"></button><br />
<button id="color-scheme2"></button><br />
<button id="color-scheme3"></button><br />
<button id="random-color-scheme"></button>
<br /><br /><br />
</div>
<div id="sidebar">
<button id="increase-font">A</button><br />
<button id="decrease-font">A</button>
</div>
</header>
<div class="slider-wrap">
<div class="slider">
<ul class="lb-album">
<!--images-->
<li>
<a href="#image-1">
<img src="/images/Unawatuna.jpg" alt="image01" />
<span>Unawatuna Beach</span>
</a>
<div class="lb-overlay" id="image-1">
<a href="#page" class="lb-close">X</a>
<img src="/images/Unawatuna.jpg" alt="image01" />
<div>
<h3>Unawatuna Beach</h3>
<p>
Unawatuna is a beautiful coastal town located in southern
Sri Lanka. Renowned for its palm-fringed golden beaches and
turquoise waters, it offers a perfect tropical escape for
tourists. The town is known for its vibrant nightlife, water
sports activities, and delectable seafood. The nearby coral
reefs make it an ideal spot for snorkeling and diving
enthusiasts. Unawatuna's charm lies in its laid-back
atmosphere, friendly locals, and a range of accommodations
catering to various budgets, making it a popular destination
for travelers seeking relaxation and adventure in a
picturesque setting.
<a
href="https://en.wikipedia.org/wiki/Unawatuna"
target="_blank"
class="links"
>see more..</a
>
<br /><br />
<b>Location:</b
><a
href="https://goo.gl/maps/LCzcPjdfY3B3TfaS8"
target="_blank"
class="links"
>
google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-2">
<img src="/images/Kandy-Sri-Lanka.jpg" alt="image02" />
<span>Temple of the Tooth</span>
</a>
<div class="lb-overlay" id="image-2">
<a href="#page" class="lb-close">X</a>
<img src="/images/Kandy-Sri-Lanka.jpg" alt="image02" />
<div>
<h3>Temple of the Tooth <span></span></h3>
<p>
Nestled close to the Udawattakele Sanctuary, The Temple of
the Sacred Tooth Relic is one of the most important shrines
of Sri Lanka. Also named as Dalada Maligawa, this temple is
based in the royal palace of the Kingdom of Kandy. Housing
the legendary Budda tooth, the temple is a World Heritage
site though very little are the remnants of the original
temple built around 1600.Dedicated monks unanimously chant
the prayers of Malwatte and Aegirine, three times every day,
during dawn, noontime and evening at the inner temple.
<a
href="https://en.wikipedia.org/wiki/Temple_of_the_Tooth"
target="_blank"
class="links"
>see more..</a
>
<br /><br />
<b>Location:</b
><a
href="https://goo.gl/maps/8geQxPjrTvmuBqkRA"
target="_blank"
class="links"
>
google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-3">
<img src="/images/ninearch.jpg" alt="image01" />
<span>Nine Arch Bridge</span>
</a>
<div class="lb-overlay" id="image-3">
<a href="#page" class="lb-close">X</a>
<img src="/images/ninearch.jpg" alt="image01" />
<div>
<h3>Nine Arch Bridge<span>/../</span></h3>
<p>
The Nine Arch Bridge, located in Ella, Sri Lanka, is a
remarkable engineering feat from the British colonial era.
Often referred to as the "Bridge in the Sky," it is admired
for its nine elegant arches that perfectly complement the
breathtaking natural scenery. Nestled amidst lush greenery
and tea plantations, the bridge has become a major tourist
attraction, drawing visitors from all over the world. Its
historical significance, picturesque setting, and
architectural splendor make it a must-visit destination for
those exploring Sri Lanka's beauty and heritage.
<a
href="https://en.wikipedia.org/wiki/Nine_Arch_Bridge"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b
><a
href="https://goo.gl/maps/JvrorGu6EaAEDLjT6"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-4">
<img src="/images/sigiriya.JPG" alt="image01" />
<span>Sigiriya</span>
</a>
<div class="lb-overlay" id="image-4">
<a href="#page" class="lb-close">X</a>
<img src="/images/sigiriya.JPG" alt="image01" />
<div>
<h3><b>Sigiriya</b></h3>
<p>
A visit to this place will show you an 1600 years old
Sigiriya Fortress which was built by King Kasyapa. This
massive compound is protected by two moats and three
ramparts. It is once known to be the private residence of
King Kasyapa and also one of the best places to visit in Sri
Lanka.If you are interested in ancient places, this is one
of the best tourist places to visit in Sri Lanka
<a
href="https://en.wikipedia.org/wiki/Sigiriya"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b>
<a
href="https://goo.gl/maps/jr5XGoXHom9Xmzmk7"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-6">
<img src="/images/ella.jpg" alt="image01" />
<span>Ella</span>
</a>
<div class="lb-overlay" id="image-6">
<a href="#page" class="lb-close">X</a>
<img src="/images/ella.jpg" alt="image06" />
<div>
<h3>Ella<span>/../</span></h3>
<p>
Ella is a picturesque hill town situated in the central
highlands of Sri Lanka. Surrounded by lush green tea
plantations and mist-covered mountains, Ella offers
breathtaking panoramic views and a serene escape from
bustling city life. The town is known for its scenic hiking
trails, including the famous Ella Rock and Little Adam's
Peak, attracting nature lovers and adventure seekers. Ravana
Falls and the Nine Arch Bridge are other popular attractions
worth visiting. Ella's laid-back ambiance, cool climate, and
charming guesthouses make it a favored destination for
travelers looking to immerse themselves in nature's beauty.
<a
href="https://en.wikipedia.org/wiki/Ella,_Sri_Lanka"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b>
<a
href="https://goo.gl/maps/WUCkbcfBHAYr24Py8"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-5">
<img src="/images/galle.jpg" alt="image01" />
<span>galle light house</span>
</a>
<div class="lb-overlay" id="image-5">
<a href="#page" class="lb-close">X</a>
<img src="/images/galle.jpg" alt="image01" />
<div>
<h3>Galle Light House<span>/../</span></h3>
<p>
The Galle Lighthouse is a historic landmark located in the
coastal city of Galle, Sri Lanka. It stands tall at the
southern tip of the island, guiding ships and boats entering
the Galle harbor since its establishment in 1848. The
lighthouse has undergone several renovations over the years,
but its classic white and red-striped appearance remains
iconic. Tourists often visit the Galle Lighthouse to enjoy
panoramic views of the Indian Ocean and explore the historic
Galle Fort, a UNESCO World Heritage Site, which is in close
proximity to the lighthouse.
<a
href="https://en.wikipedia.org/wiki/Galle_Lighthouse"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b>
<a
href="https://goo.gl/maps/25GgsJKnXFuRGvpQ8"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-7">
<img src="/images/BomburuElla.jpg" alt="image06" />
<span>Bomburu Ella</span>
</a>
<div class="lb-overlay" id="image-7">
<a href="#page" class="lb-close">X</a>
<img src="/images/BomburuElla.jpg" alt="image07" />
<div>
<h3>Bomburu Ella<span>/../</span></h3>
<p>
Bomburu Ella, also known as Bomburu Falls, is a stunning
waterfall located in Sri Lanka's central highlands near
Nuwara Eliya. It is part of the Horton Plains National Park,
a protected area renowned for its biodiversity and natural
beauty. Bomburu Ella cascades down a series of rocky
outcrops amidst dense forests, creating a mesmerizing
spectacle. The waterfall is a popular hiking destination,
attracting nature enthusiasts and adventure seekers.
Visitors can also enjoy the picturesque surroundings and
observe diverse flora and fauna while trekking to experience
the enchanting charm of Bomburu Ella.
<a
href="https://en.wikipedia.org/wiki/Bomburu_Ella"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b>
<a
href="https://goo.gl/maps/j2F1h17kW5sR1Z4P9"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
<li>
<a href="#image-8">
<img src="/images/horton.jpg" alt="image08" />
<span>Horton Plains</span>
</a>
<div class="lb-overlay" id="image-8">
<a href="#page" class="lb-close">X</a>
<img src="/images/horton.jpg" alt="image01" />
<div>
<h3>Horton Plains<span>/../</span></h3>
<p>
Horton Plains National Park is a pristine and biodiverse
protected area located in the central highlands of Sri
Lanka. It is situated in the Nuwara Eliya district and
encompasses an expansive plateau with lush grasslands, cloud
forests, and montane ecosystems. The park is famous for its
unique geography, including the World's End cliff and
Baker's Falls. It is home to several endemic species of
flora and fauna, making it a paradise for nature lovers and
wildlife enthusiasts. Trekking through Horton Plains offers
breathtaking vistas and a chance to explore the natural
wonders of this UNESCO World Heritage Site.
<a
href="https://en.wikipedia.org/wiki/Horton_Plains_National_Park"
target="_blank"
class="links"
>see more..</a
>
<br />
<br />
<b>location :</b>
<a
href="https://goo.gl/maps/W4aigq6A6e2VRHNu8"
target="_blank"
class="links"
>google map</a
>
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>