-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalappuzha.html
582 lines (568 loc) · 21.4 KB
/
alappuzha.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
<!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>Welcome to Alappuzha</title>
<link rel="stylesheet" href="place.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<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="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Abel&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="header">
<!-- NAVBAR -->
<div class="nav-links sticky-top">
<nav class="navbar navbar-expand-lg" style="background-color: #e8edf7">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img
src="/Images/images.png"
alt=""
width="80"
height="60"
class="d-inline-block align-text-left"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="alappuzha.html#places">Explore</a>
</li>
</ul>
<div class="d-grid gap-4 d-md-flex justify-content-md-end">
<button
class="btn btn-warning btn-lg me-md-2"
type="button"
data-bs-toggle="modal"
data-bs-target="#Login"
>
Log-in
</button>
<button
class="btn btn-success btn-lg"
type="button"
data-bs-toggle="modal"
data-bs-target="#exampleModal"
>
Sign-up
</button>
</div>
</div>
</div>
</nav>
</div>
</section>
<!-- NAVBAR END -->
<!-- Modal SIGN-UP-->
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Kerala Tourism</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div id="container">
<div class="form-wrap">
<h1>Sign Up</h1>
<p>Get regular updates and newsletters by signing up</p>
<form>
<div class="form-group">
<label for="first-name">First Name</label>
<input type="text" name="firstName" id="first-name" />
</div>
<div class="form-group">
<label for="last-name">Last Name</label>
<input type="text" name="lastName" id="last-name" />
</div>
<div class="form-group">
<label for="email">Email</label>
<input
type="email"
name="email"
id="email"
placeholder="[email protected]"
/>
</div>
<div class="form-group">
<label for="password">Password</label>
<input
type="password"
name="password"
id="password"
placeholder="Should contain both letters and numbers"
/>
</div>
<div class="form-group">
<label for="password2">Confirm Password</label>
<input type="password" name="pasword2" id="password2" />
</div>
<button type="submit" class="btn">Sign Up</button>
<p class="bottom-text">
By clicking the Sign Up button, you agree to our <br />
<a href="#">Terms & Conditions</a> and
<a href="#">Privacy Policy</a>
</p>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<p>
Already have an account?
<a href="#" data-bs-toggle="modal" data-bs-target="#Login"
>Login Here</a
>
</p>
</div>
</div>
</div>
</div>
<!-- Modal Log-IN-->
<div
class="modal fade"
id="Login"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Kerala Tourism</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div id="container">
<div class="form-wrap-login">
<h1>Log in</h1>
<form>
<div class="form-group">
<label for="email">Email</label>
<input
type="email"
name="email"
id="email"
placeholder="[email protected]"
/>
</div>
<div class="form-group">
<label for="password">Password</label>
<input
type="password"
name="password"
id="password"
placeholder="Should contain both letters and numbers"
/>
</div>
<button type="submit" class="btn">Log in</button>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<p>Forgot password? <a href="#">Click here</a></p>
</div>
</div>
</div>
</div>
<div class="form">
<h4>BOOK A TOUR</h4>
<!-- FORM -->
<div class="wrapper">
<form action="#">
<div
class="form-group border-bottom d-flex align-items-center justify-content-between flex-wrap"
>
<label class="option my-sm-0 my-2">
<input type="radio" name="radio" checked />Round Trip
<span class="checkmark"></span>
</label>
<label class="option my-sm-0 my-2">
<input type="radio" name="radio" />One Way
<span class="checkmark"></span>
</label>
<div class="d-flex align-items-center my-sm-0 my-2">
<a href="#" class="text-decoration-none">
Multi-city/Stopovers
<span class="fas fa-angle-right ps-2 text-primary"></span>
</a>
</div>
</div>
<div class="form-group d-sm-flex margin">
<div
class="d-flex align-items-center flex-fill me-sm-1 my-sm-0 my-4 border-bottom position-relative"
>
<input
type="text"
required
placeholder="From"
class="form-control"
/>
<div class="label" id="from"></div>
<span class="fas fa-dot-circle text-muted"></span>
</div>
<div
class="d-flex align-items-center flex-fill ms-sm-1 my-sm-0 my-4 border-bottom position-relative"
>
<input
type="text"
required
placeholder="To"
class="form-control"
/>
<div class="label" id="to"></div>
<span class="fas fa-map-marker text-muted"></span>
</div>
</div>
<div class="form-group d-sm-flex margin">
<div
class="d-flex align-items-center flex-fill me-sm1 my-sm-0 border-bottom position-relative"
>
<input
type="date"
required
placeholder="Depart Date"
class="form-control"
/>
<div class="label" id="depart"></div>
</div>
<div
class="d-flex align-items-center flex-fill ms-sm-1 my-sm-0 my-4 border-bottom position-relative"
>
<input
type="date"
required
placeholder="Return Date"
class="form-control"
/>
<div class="label" id="return"></div>
</div>
</div>
<div
class="form-group border-bottom d-flex align-items-center position-relative"
>
<input
type="text"
required
placeholder="Traveller(s)"
class="form-control"
/>
<div class="label" id="psngr"></div>
<span class="fas fa-users text-muted"></span>
</div>
<div class="form-group my-3">
<div
class="btn btn-primary rounded-0 d-flex justify-content-center text-center p-2"
>
Search Flights
</div>
</div>
</form>
</div>
</div>
<!-- Carousal Start -->
<!-- Carousel wrapper -->
<div
id="carouselVideoExample"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselVideoExample"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselVideoExample"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselVideoExample"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<!-- Inner -->
<div class="carousel-inner">
<!-- Single item -->
<div class="carousel-item active">
<video class="img-fluid" autoplay loop muted>
<source
src="/Videos/Alappuzhavideo/pexels-syam-krishnan-9154179 (1) (online-video-cutter.com).mp4"
type="video/mp4"
/>
</video>
<div class="carousel-caption d-none d-md-block">
<h5>Houseboat</h5>
<!-- <p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<video class="img-fluid" autoplay loop muted>
<source
src="/Videos/Alappuzhavideo/pexels-shah-jahan-5470304.mp4"
type="video/mp4"
/>
</video>
<div class="carousel-caption d-none d-md-block">
<h5>Sight-Seeing</h5>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<video class="img-fluid" autoplay loop muted>
<source
src="/Videos/Alappuzhavideo/pexels-jess-loiterton-9259112.mp4"
type="video/mp4"
/>
</video>
<div class="carousel-caption d-none d-md-block">
<h5>Sunset</h5>
<!-- <p>
Praesent commodo cursus magna, vel scelerisque nisl consectetur.
</p> -->
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselVideoExample"
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="#carouselVideoExample"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Carousel wrapper -->
<!-- Explore -->
<div class="container" id="places">
<section class="article">
<!-- <div class="explore"> -->
<h3>Explore Alappuzha</h3>
<div class="content">
<h4>1. ALLEPPY BACKWATERS</h4>
<img
src="/Images/Districts/pexels-quang-nguyen-vinh-2178175.jpg"
alt=""
width="300"
height="400"
/>
<p>
While searching for the most popular backwater destinations in
Kerala, Alleppey is one such destination that must not be missed in
any ways! Located on the banks of the prismatic Vembanad Lake, this
gorgeous city is the ‘Mecca’ for the backwater vacationers on a
Kerala trip! <br />
Fringed with lush coconut groves, adorned with endless lagoons, and
embraced by the charm of silent backwaters, Alleppey is a paradise
for the visitors! Owing to the swaying beauty and enchanting charm
of this city, it is also often called the ‘Venice of the East’, and
is one of the most popular backwaters destinations in Kerala. <br />
Whether leisure seekers, honeymooners, adventure seekers, or
visitors from any walk of life, everyone can visit this wonderful
destination and curate pleasant memories with their friends and
families. And while visiting Alleppey, visitors should not miss out
the houseboat cruises across the Vembanad Lake and enjoy the
pristine beauty of the backwaters.
</p>
<h5>Best Time to Visit</h5>
<p>
Winter (November to February) is the best time to visit the Alleppey
backwaters. The weather during this season offers a pleasant
ambience; temperature remains below the average level and makes it
for an amazing backwater vacation in Alleppey.
</p>
</div>
<div class="content2">
<h4>2. VEMBANAD LAKE KERALA</h4>
<img
src="/Images/pexels-yunus-tuğ-11491207.jpg"
alt=""
width="300"
height="400"
/>
<p>
The gem in the tourism map of Kerala, Vembanad Lake boasts of being
the longest lake in India and also the largest lake in God’s Own
Country! Also called the ‘Vembanad Kayal’ and ‘Vembanad Kol’, this
pristine lake is known for its magical charm and spreads its magical
beauty across several tourist destinations in Kerala!
<br />A stunning tributary of the great Arabian Sea, it is one of
the best backwater destinations in the entire globe. It is in this
lake, where visitors can find most of the houseboats within the
state. Owing to this, it is often called the ‘Backwater Paradise’
and is also revered as one of the best tourist attractions in
Kerala.
<br />
Planning a Kerala trip without a visit to this lake is simply like
visiting a holy site without visiting its main deity; such is the
beauty and allurement of Vembanad Lake in Kerala!
</p>
<h5>Best Time to Visit</h5>
<p>
The best time to visit Vembanad Lake is during the winters or the
tourist season which is between September and March as the weather
stays pleasant throughout the day and the lake water level is safe
for boating, fishing and other activities.
</p>
</div>
<div class="content">
<h4>3. MARARI BEACH</h4>
<img
src="/Images/pexels-alesia-kozik-7876329.jpg"
alt=""
width="300"
height="400"
/>
<p>
One of the great delights of the Malabar Coast, the Marari Beach is
an idyllic serene beach. About 11 km from the city of Alleppey, this
beach is a hotspot for fishing activity, deriving its name from the
local fishing village Mararikulam. <br />
Visiting in August gives tourists the exclusive opportunity to view
Snake Boat races across the waters. The serenity and quietude on the
beach are beyond description, so much so that Marari Beach has been
enlisted among the top five hammock beaches of the world by National
Geographic Survey. <br />
Marari beach is home to numerous resorts such as the Marari Beach
Resort, Marari Austin Bech Villas, Marari Beach Paradise, etc. Those
looking for a more personal and authentic beach vacation may opt for
the wide variety of homestays available in the beach area such as
the Flamingo Marari or the Marari Praise homestay.
</p>
<h5>Best Time to Visit</h5>
<p>
The beach has hot and humid climate all through the year. June, July
in the summers and late October to December in winters receive a
heavy downpour; so we advise you against visiting the beach at the
time. The ideal time to visit the beach is between late December and
March when the weather is dry and pleasant. Late March onwards, the
beach can get unbearably hot and sultry.
</p>
</div>
<div class="content2">
<h4>4.ALAPPUZHA BEACH</h4>
<img
src="/Images/pexels-jess-loiterton-4784282.jpg"
alt=""
width="300"
height="400"
/>
<p>
The Alappuzha beach, also known as the Alleppey Beach, is famous for
local getaways, its intrinsic beauty and a 150 years old pier which
stretches into the sea. Relaxing under the palm groves and
picnicking beside the beach are fantastic options available to those
visiting the beach. Alleppey Beach is a host to many festivals like
Sand Art festival and Alappuzha Beach Festival. <br />In addition to
the pristine beauty of Alleppey Beach, some exciting activities and
attractions are present in and around this destination. Vijaya Beach
Park has amusement amenities which acts as a plus point for the
people visiting the beach. <br />
The Nehru Trophy Boat Race which takes place every year in August
gives this beach another reason to become the most famous attraction
in Kerala.
</p>
<h5>Best Time to Visit</h5>
<p>
October to February is considered the ideal best time to visit
Alappuzha Beach, as it is not very humid and there is little to
almost no rainfall. November to February is a great time to visit
the beach while on a honeymoon. <br />
The Alappuzha Beach festival is an annual event held during April,
which hosts an array of events such as the famous Sand Art festival
showcased by many sand artists from in and around Alappuzha.
</p>
</div>
</section>
</div>
<footer class="webpage" id="contact">
Toll free No: 1-800-425-4747
<br />
Department of Tourism, Government of Kerala, Park View,
Thiruvananthapuram, Kerala, India - 695 033
<br />
Phone:+91 471 2321132, Fax:+91 471 2322279, E-mail:[email protected]
</footer>
<button type="button" class="btn" id="btn-back-to-top">
<a href="#">
<img
src="/Images/pngaaa.com-1862718.png"
alt=""
width="25"
height="22"
/>
</a>
</button>
</body>
</html>