-
Notifications
You must be signed in to change notification settings - Fork 0
/
alapuzha.html
247 lines (199 loc) · 12.3 KB
/
alapuzha.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kerala Tourism Guide</title>
<link rel="stylesheet" href="./css/style.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<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>
</head>
<body class="body">
<!-- nav bar starts -->
<div >
<nav class="navbar navbar-expand-lg navbar-light bg-info">
<div class="container">
<img src="./pictures/1.png" alt="" width="20%" height="20%">
</div>
<div class="container ">
<h1 class="text-start text-uppercase fw-bolder fs-1 nav-tab text-white">Kerala Tourism</h1>
</div>
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarTogglerDemo01">
<!-- <p class="navbar-brand fs-1 fw-bolder text-uppercase " >Kerala Tourism</p> -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item ">
<a class="nav-link fs-5 active text-white" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5 text-white" href="district.html">Districts</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5 text-white" href="login.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5 text-white" href="register.html">SignUp</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</div>
<!-- navbar ends -->
<!-- content text start -->
<div class=" card card-text">
<h1 class="text-center fs-1 fw-bolder myMargin card bg-secondary text-white text-uppercase">Alappuzha
<div class="card-body fs-4">
"Venetian Capital"
</div>
</h1>
</div>
</div>
</div>
<!-- content text end -->
<!-- crousel start -->
<div class="col-lg-12">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./pictures/alpy2.jpg" class="d-block w-100 " alt="..."height="700vh" >
</div>
<div class="carousel-item">
<img src="./pictures/alpy5.jpg" class="d-block w-100 " alt="..."height="700vh" >
</div>
<div class="carousel-item">
<img src="./pictures/alpy4.jpg" class="d-block w-100 " alt="..." height="700vh" >
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" 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="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- carousel end -->
<!-- content text start -->
<div class="container card">
<div class="myMargin card bg-light text-primary">
<p class="card-text text-align">
Alappuzha also known by its former name Alleppey, is the administrative headquarters of Alappuzha district in the Indian state of Kerala. A town with canals, backwaters, beaches, and lagoons, Alappuzha was described by George Curzon, Viceroy of India at the start of the 20th century, as the "Venice of the East." Hence, it is known as the "Venetian Capital" of Kerala.
</p>
<p class="card-text text-align">
It is an important tourist destination in India.The Backwaters of Alappuzha is one of the most popular tourist attractions in Kerala which attracts millions of domestic and international tourists to the district and employs vast number of locals in the private sector. It connects Kumarakom and Cochin to the North and Quilon to the South.It is also the access point for the annual Nehru Trophy Boat Race, held on the Punnamada Lake, near Alappuzha, on the second Saturday of August every year. This is the most popular and competitive boat races in India.
</p>
<p class="card-text text-align">
Alappuzha was home to the Punnapra-Vayalar uprising against the Separate American Model independent Travancore proposal and also the revolt against the Feudal raj. Communist Party members were killed by the army of the Diwan, 200 people at Punnapra on 24 I to be more than a thousand.Coir is the most important commodity manufactured in Alappuzha.The Coir Board was established by the Central Government under the provisions of the Coir Industry Act, 1955. A Central Coir Research Institute is located at Kalavoor.
</p>
</div>
</div>
</div>
<!-- content text end -->
<!-- content text start -->
<div class="container card card-text myMargin">
<h1 class="text-center fs-1 fw-bolder myMargin card bg-danger text-white"> "5 Hot Tourist spots in Alappuzha"</h1>
</div>
</div>
<!-- content text end -->
<!--card start -->
<div class="myMargin col-lg-12 ">
<div class="card-group">
<div class="card">
<img src="./pictures/alpy2.jpg" class="card-img-top" alt="..." height="400vh" >
<div class="card-body">
<h5 class="card-title">Stay in House Boat</h5>
<p class="card-text text-align">A vacation to Kerala is incomplete without spending some relaxing time, cruising through the backwaters of Alleppey. You can sit back and relax as you enjoy the magnificent setting of beautiful coconut fringed waters, paddy fields and lovely sights of the human-made islands. A houseboat experience is truly the best of both worlds as you enjoy the luxury style treatment of comfortable interiors and delicious food to make your experience memorable and worthwhile.</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/alpy3.jpg" class="card-img-top" alt="..." height="400vh" >
<div class="card-body">
<h5 class="card-title">Ambalappuzha Sree Krishna Temple</h5>
<p class="card-text text-align">Ambalapuzha Sree Krishna Temple is a Hindu temple dedicated to Lord Krishna situated in Alappuzha district. Built-in the traditional Kerala style architectural pattern, the temple is famous for its delicious rice pudding prepared in sweet milk, popularly known as Pal Payasam. </p>
<p class="card-text text-align">Also called as the ‘Dwarka of the South’, the temple is believed to have been built between 15th - 17th AD by the local king Chembakkassery Pooradam Thirunal Devanarayanan Thampuran. The main deity presiding the temple called Parthasarathi (another name for Lord Krishna) is carved out of black granite stone and carries the sacred conch (shankh) in the left hand and a whip in the right.</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/alpy4.jpg" class="card-img-top" alt="..." height="400vh">
<div class="card-body">
<h5 class="card-title">Krishnapuram Palace</h5>
<p class="card-text text-align">The Krishnapuram Palace is a palace and museum that is located in Kayamkulam, at a distance of 47 km from Alappuzha. This magnificent palace was built during the reign of a Travancore King, Anizham Thirunal Marthanda Varma and is well known for its mural paintings and architecture. The palace is built in the traditional architectural style of Kerala, with a gabled roof, narrow corridors and dormer windows, and is close to the Krishnaswamy Temple at Krishnapuram.
</p>
<p class="card-text text-align">
A major attraction of this place is that it houses is one of the biggest mural paintings that can be found in all of Kerala. Known as the 'Gajendra Moksha', this mural painting covers an area of around 53 square feet and has a rich historical value attached to it. The double-edged sword Kayamkulam Vaal can also be found here.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
</div>
</div>
<!--card end -->
<!--card start -->
<div class="myMargin col-lg-8">
<div class="card-group">
<div class="card">
<img src="./pictures/alpy5.jpg " class="card-img-top" alt="..."height="400vh">
<div class="card-body">
<h5 class="card-title">Alappuzha Beach</h5>
<p class="card-text text-align">
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.
</p>
<p class="card-text text-align">
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. 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>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/alpy6.jpg" class="card-img-top" alt="..." height="400vh">
<div class="card-body">
<h5 class="card-title">Bay Island Driftwood Museum</h5>
<p class="card-text text-align">
Founded by Raji Punnoose, a school-teacher in Andaman and Nicobar Islands, Bay Island Driftwood Museum is famous for its innovative modern art techniques deployed to design various kinds of root and tree-trunk sculptures.
</p>
<p class="card-text text-align">
Other sculptures made of driftwood comprising of twisted tree trunks, stumps, roots etc. are also on display here. She had developed this collection shaped in the form of birds, animals, reptiles, amphibians and fishes during her teaching days. The interesting and expansive techniques of curation have helped the museum to be listed in the Limca Books of Records.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
</div>
</div>
</div>
<!--card end -->
<!-- footer start -->
<footer class="bg-info text-center text-white">
<!-- Copyright -->
<div class="text-center p-3">
© 2021 Copyright:
<p> Kerala Tourism Website Design</p>
</div>
<!-- Copyright -->
</footer>
<!-- footer ends -->
</body>
</html>