-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
383 lines (353 loc) · 21.7 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
<html>
<head>
<title>Travel Sri Lanka</title>
<link rel="icon" type="image/x-icon" href="Assets/Favicon.png">
<link rel="stylesheet" href="CSS/boostrap/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="CSS/Main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-countto/1.2.0/jquery.countTo.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="header">
<div class="wrap">
<div class="logo">
<a href="index.html">
<b>Travel<Br> <font style="color:aqua">Sri Lanka</font></b>
</a>
</div>
<div class="top-nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="places.html">Where To Go</a></li>
<li><a href="hotels.html">Hotels</a></li>
<li><a href="Events.html">Cultural Festivals</a></li>
<li><a href="news.html">Tousrism News</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div class="row">
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="carousel-caption d-none d-md-block" style="top: 50%;">
<h1 style="font-family: Lobster; font-size: 100px">Discover A Different Island</h1>
</div>
<img src="Assets/slide/1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="Assets/slide/2.png" class="d-block w-100" alt="..." style="top: 50%;">
<div class="carousel-caption d-none d-md-block">
<h1 style="font-family: Lobster; font-size: 100px"">Discover A Different Island</h1>
</div>
</div>
<div class=" carousel-item">
<img src="Assets/slide/3.jpg" class="d-block w-100" alt="..." style="top: 50%;">
<div class="carousel-caption d-none d-md-block">
<h1 style="font-family: Lobster; font-size: 100px"">Discover A Different Island</h1>
</div>
</div>
</div>
<button class=" carousel-control-prev" type="button" data-bs-target="#carouselExampleDark"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button"
data-bs-target="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<br><br>
<div class="row">
<div class="col"
style="background-color: white;color: #555;font-family: Arial, Helvetica, sans-serif;">
<div class="wrap">
<h1>Ayubowan !<Br>Welcome to Sri Lanka</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-6">
<video width="500" height="320" autoplay muted loop>
<source src="Assets/Travel%20bg%20vid.mp4" type="video/mp4">
</video>
</div>
<div class="col-6" style="text-align: center; padding: 30px;">
<p>Ayubowan and Welcome back to the paradise island of Sri Lanka. As we open our
doors to the world once
again ;
we've pulled out all the stops, ensuring that every precautionary measure has
been set in place to
make
your
island getaway as safe, secure and serene as possible. In your preparation to
explore the wild and
wonderful, we'd like to bring your attention to the 'things you need to know '
for your safety as
you
make
your way to an amazing time that is So Sri Lanka!</p>
<span>We are so looking forward to welcome you!</span>
</div>
</div>
</div>
<br><br>
<div class="row">
<div class="col-12" style="height:200px; background-image: url('Assets/visitarea.jpg');">
<h1 style="color: #555">Places to Visit in Sri lanka</h1>
</div>
</div>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-4">
<img src="Assets/card2.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Boat on Calm Water" height="200px" />
<img src="Assets/card3.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Wintry Mountain Landscape" height="400px" />
<img src="Assets/card4.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Wintry Mountain Landscape" height="200px" />
</div>
<div class="col-4">
<img src="Assets/card1.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Mountains in the Clouds" height="600px" />
<img src="Assets/card7.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Boat on Calm Water" height="300px" />
</div>
<div class="col-4">
<img src="Assets/card5.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Waves at Sea" height="400px" />
<img src="Assets/card6.jpg" class="w-100 shadow-1-strong rounded mb-4"
alt="Yosemite National Park" height="400px" />
</div>
<div class="col-12" style="text-align: center">
<button class="btn btn-secondary"
onclick="location.href='places.html'">more</button>
</div>
</div>
</div>
<br><br>
<div class="counter">
<div class="container">
<div class="row">
<div class="col-4">
<div class="tourists">
<p class="counter-count">23000000</p>
<p class="tourists-p">Tourists Per Year</p>
</div>
</div>
<div class="col-4">
<div class="places">
<p class="counter-count">1500</p>
<p class="places-p">Places To Visit</p>
</div>
</div>
<div class="col-4">
<div class="events">
<p class="counter-count">20</p>
<p class="events-p">Cultural Events</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="row">
<div class="col-12" style="height:180px; background-image: url('Assets/culture.jpg');">
<h1 style="color: black; background-color: navajowhite">Events in Sri lanka</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;">
<img src="Assets/esala_perahara.jpg" class="card-img-top" alt="..."
style="height: 200px">
<div class="card-body">
<h7>Esala Perahra Festival</h7>
<p class="card-text"></p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;height: auto">
<img src="Assets/fest1.jpg" class="card-img-top" alt="..."
style="height: 200px">
<div class="card-body">
<p class="card-text">Poson</p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;height: auto">
<img src="Assets/fest2.jpg" class="card-img-top" alt="..."
style="height: 200px">
<div class="card-body">
<p class="card-text">Vesak</p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;height: auto">
<img src="Assets/fest3.jpg" class="card-img-top" alt="..."
style="height: 200px">
<div class="card-body">
<p class="card-text">Sinhala & Tamil New Year</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-12" style="text-align: center">
<button class="btn btn-secondary"
onclick="location.href='Events.html'">more</button>
</div>
</div>
</div>
<br><br>
<div class="row">
<div class="col-12" style="height:180px; background-image: url('Assets/news.jpg');">
<h1 style="color: black; background-color: #B8B8B8">Current News in Sri lanka</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem; height: 100%">
<img src="Assets/news/1-1.jpg" class="card-img-top" alt="..."
style="height: 80%">
<div class="card-body">
<p class="card-text">The Joint Press Release by Sri Lanka Embassy in
Germany, German Travel
Association- DRV and Sri Lanka Tourism Promotion</p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;height: 100%">
<img src="Assets/news/2-1.jpg" class="card-img-top" alt="..."
style="height: 80%">
<div class="card-body">
<p class="card-text">TVN Discovery/National Geographic Traveler FAM Tour</p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem; height: 100%">
<img src="Assets/news/3-2.jpg" class="card-img-top" alt="..."
style="height: 80%">
<div class="card-body">
<p class="card-text">Sri Lanka Pavilion at Expo 2020 Dubai Welcomes Queens
Baton Relay</p>
</div>
</div>
</div>
<div class="col-3" style="text-align: center">
<div class="card" style="width: 18rem;height: 100%">
<img src="Assets/news/4-1.jpg" class="card-img-top" alt="..."
style="height: 80%">
<div class="card-body">
<p class="card-text">Sheikh Mohammed bin Rashid of the UAE and H.E.
President Gotabaya Rajapaksa
Visit Sri Lanka Pavilion at Expo 2020 Duba</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-12" style="text-align: center">
<button class="btn btn-secondary" onclick="location.href='news.html'">more</button>
</div>
</div>
</div>
<br><br>
<footer class="site-footer"
style="background-color: #343a40; padding-top: 0px; padding-bottom: 0px;">
<br>
<div class="row">
<div class="col-2" style="text-align: right">
<img src="Assets/Favicon.png" style="height: auto; width: 40%">
</div>
<div class="col-6" style="text-align: left">
<h3 style="font-family: Lobster; font-size: 60px; color: #00B895;">Travel Sri Lanka
</h3>
</div>
<div class="col-4">
<div class="row">
<div class="col-4" style="text-align: left">
<ul class="footer-links">
<li><a href="index.html" id="footerlink">Home</a></li>
<li><a href="places.html" id="footerlink">Where To Go</a></li>
<li><a href="hotels.html" id="footerlink">Hotels</a></li>
</ul>
</div>
<div class="col-4" style="text-align: left">
<ul class="footer-links">
<li><a href="Events.html" id="footerlink">Cultural Festivals</a></li>
<li><a href="news.html" id="footerlink">Tousrism News</a></li>
<li><a href="about.html" id="footerlink">About Us</a></li>
</ul>
</div>
</div>
<br>
<div class="row" style="text-align: right;">
<img src="Assets/social/facebook.png" id="footericon">
<img src="Assets/social/whatsapp.png" id="footericon">
<img src="Assets/social/instagram.png" id="footericon">
<img src="Assets/social/twitter.png" id="footericon">
<img src="Assets/social/youtube.png" id="footericon">
</div>
</div>
</div>
<hr style="color: white">
<div class="row">
<div class="col-12" style="text-align: center">
<p class="copyright-text" id="footerlink">Copyright © 2022 All Rights Reserved
by
<a href="index.html" id="footerlink">Travel Sri Lanka</a>.
</p>
</div>
</div>
</footer>
</div>
<script>
$('.counter-count').each(function () {
$(this).prop('Counter', 0).animate({
Counter: $(this).text()
}, {
duration: 5000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});
</script>
<!--<script id="replace_with_navbar" src="Navigation Bars\footer.js"></script>-->
</body>
<!--quick go to top button-->
<!--</div>-->
<!--<span id="go_to_top" class="go-to-top"><i class="fa fa-long-arrow-up"></i></span>-->
<!--</div>-->
<!--end quick top -->
</html>