-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrivandrum.html
331 lines (320 loc) · 11.8 KB
/
Trivandrum.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
<!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>Alappuzha</title>
<link rel="stylesheet" href="districts.css" />
<!-- Latest compiled and minified CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<!-- Brand -->
<a class="navbar-brand" href="#">
<img src="images/Godsown (1).png" alt="Logo" style="width: 100px" />
</a>
<!-- Toggler/collapsibe Button -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#collapsibleNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="districts.html">EXPLORE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">LOGIN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">SIGN UP</a>
</li>
</ul>
</div>
</nav>
<!-- End of Navigation Bar -->
<br /><br />
<div class="px-4 pb-5">
<div class="d-flex justify-content-center">
<nav>
<ul class="nav text-white pt-4" id="myTab" role="tablist">
<li class="nav-item">
<a
class="nav-link active aa"
id="home-tab"
data-toggle="tab"
href="#home"
role="tab"
aria-controls="home"
aria-selected="true"
style="font-size: large"
>About Thiruvananthapuram</a
>
</li>
<li class="nav-item">
<a
class="nav-link aa"
id="profile-tab"
data-toggle="tab"
href="#profile"
role="tab"
aria-controls="profile"
aria-selected="false"
style="font-size: large"
>Where to Go</a
>
</li>
<li class="nav-item">
<a
class="nav-link aa"
id="contact-tab"
data-toggle="tab"
href="#contact"
role="tab"
aria-controls="contact"
aria-selected="false"
style="font-size: large"
>Festivals</a
>
</li>
</ul>
</nav>
</div>
<div class="tab-content text-dark" id="myTabContent">
<div
class="tab-pane fade show active"
id="home"
role="tabpanel"
aria-labelledby="home-tab"
>
<p
style="
text-align: justify;
font-family: 'Times New Roman', Times, serif;
padding-top: 4px;
font-size: x-large;
"
>
Thiruvananthapuram or Trivandrum as the city is
popularly known for its riveting natural beauty and stunning
architectural marvels. Trivandrum is the capital city of Kerala and
is one of the largest cities in the state. The city is popular for
its alluring beaches and elegant British architectural designs which
can be found all over the city.
</p>
<p
style="
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
"
>
The southern tip of God’s Own Country is home to the administrative
and cultural hub of the State, Thiruvananthapuram. From a landscape
naturally endowed with some of the most picturesque visuals possible
along with culturally relevant holy sites that have thrived for more
than a thousand years, this area has something for everyone. Young
and old alike, all can experience their own slice of Kerala here,
tailor-made to their individual preference.
</p>
</div>
<div
class="tab-pane fade"
id="profile"
role="tabpanel"
aria-labelledby="profile-tab"
>
<div class="row">
<div class="col">
<div class="media pt-3">
<img
class="mr-3 rimg"
src="images/triv1.jpg"
alt="Pathiramanal"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">NAPIER MUSEUM</h5>
Amongst the best tourist places in Trivandrum, it’s a
sparkling museum which was built by a British officer named
Napier in the mid of 19th century. The museum is an important
art and cultural center in Trivandrum.
</div>
</div>
</div>
<div class="col">
<div class="media pt-3">
<img
class="mr-3 rimg"
src="images/triv2.jpg"
alt="Bharani"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">SHANMUGHAM BEACH</h5>
Shangumugham Beach is an incredible beach situated very near
to the city airport. This beach of clear blue waters and white
sand is a ravishing place to relax and spend your time in
ethereal surroundings. The beach is extremely clean and has
maintained its raw beauty..
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="media pt-3 ">
<img
class="mr-3 rimg"
src="images/triv3.jpg"
alt="PALACE"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">VELLAYANI LAKE</h5>
Vellayani lake is the largest lake in the city of Trivandrum
and amongst the best Trivandrum destinations to visit. A great
place to hangout – the lake offers some alluring views of the
village and the backwaters. Fishing enthusiasts can also try
their hands on fishing here in this lake.
</div>
</div>
</div>
<div class="col">
<div class="media pt-3 ">
<img
class="mr-3 rimg"
src="images/Thiruvanthapuram.jpg"
alt="BEACH"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">PADMANABHASWAMY TEMPLE</h5>
This is a wondrous temple with a shimmering architectural
design and an awe inspiring ambience and one of the best
places to see in Trivandrum. Temple is dedicated to the lord
Shri Padmanabhswamy which is said to be the lord of the city
of Trivandrum.
</div>
</div>
</div>
</div>
</div>
<!-- Top destinations -->
<div
class="tab-pane fade"
id="contact"
role="tabpanel"
aria-labelledby="contact-tab"
>
<div class="row">
<div class="col">
<div class="media pt-3 ">
<img
class="mr-3 rimg"
src="images/PONGALA.jpg"
alt="boat race"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">ATTULKAL PONGALA</h5>
The Attukal Pongala held in Attukal Temple, Thiruvananthapuram
is the largest congregation of women for a festival in the
world. Pongala, which means 'to boil over’, is the ritual in
which women prepare sweet payasam (a pudding made from rice,
jaggery, coconut and plantains cooked together) and offer it
to the Goddess or ‘Bhagavathy’. The ritual can only be
performed by women and the streets of the city are known to be
jam-packed with faithful devotees during the time of the
festival.
</div>
</div>
</div>
<div class="col">
<div class="media pt-3 ">
<img
class="mr-3 rimg"
src="images/PAINGUNNY.jpg"
alt="Bharani"
width="250px"
height="200px"
/>
<div
class="media-body text-dark"
style="
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
"
>
<h5 class="mt-0">PAINGUNI FESTIVAL</h5>
Kerala has a rich cultural heritage which reflects greatly in
the festivals celebrated in the state. The main highlight of
the festival are the mammoth effigies of the pandavas that are
placed outside the temple. The huge idols of Bhima,
Dharmaputra, Arjun, Nakulan and Sahadevan are intricately
decorated and displayed outside the temple for all to see.
Painguni Festival is celebrated between the month of March and
Apri
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>