-
Notifications
You must be signed in to change notification settings - Fork 0
/
kottayam.html
253 lines (204 loc) · 13.3 KB
/
kottayam.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
<!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">Kottayam
<div class="card-body fs-4">
"Akshara Nagari"
</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/ktym2.jpg" class="d-block w-100 " alt="..."height="700vh" >
</div>
<div class="carousel-item">
<img src="./pictures/ktym6.jpg" class="d-block w-100 " alt="..."height="700vh" >
</div>
<div class="carousel-item">
<img src="./pictures/ktym4.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">
The ‘AksharNagari’ or the ‘Land of Letters’ in God’s Own Country wears a number of hats! Be it the diverse history, art and craft, cultures and traditions, this pictorial city in Kerala is a heaven for the tourists.Located in the basin of the mystical Vembanad Lake, this magnificent city also serves as a sought after backwater destination in Kerala. Also, as the perennial streams from the Western Ghats flows down and meet this gorgeous lake, Kottayam serves all the purpose of a backwater lover throughout the year. Whether planning a Kerala trip with family members, friends, or colleagues, visitors can make it to this pictorial city, hire houseboats, cruise across the turquoise backwaters, and unravel the magical charm and appeal of Kottayam.
</p>
<p class="card-text text-align">
Located in the basin of the mystical Vembanad Lake, this magnificent city also serves as a sought after backwater destination in Kerala. Also, as the perennial streams from the Western Ghats flows down and meet this gorgeous lake, Kottayam serves all the purpose of a backwater lover throughout the year. Whether planning a Kerala trip with family members, friends, or colleagues, visitors can make it to this pictorial city, hire houseboats, cruise across the turquoise backwaters, and unravel the magical charm and appeal of Kottayam.
</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 Kottayam"</h1>
</div>
</div>
<!-- content text end -->
<!--card start -->
<div class="myMargin col-lg-12 ">
<div class="card-group">
<div class="card">
<img src="./pictures/ktym3.jpg" class="card-img-top" alt="..." height="400vh" >
<div class="card-body">
<h5 class="card-title">Illikkal Kallu</h5>
<p class="card-text text-align">
Located at a height of 6000 ft above the sea level in the Western Ghats of Kottayam, Kerala, Illikkal Kallu is a major tourist attraction and one of the most pristine spots in all of India. Situated in Moonnilavu Village, Meenachil taluk, the nearest city to the summit is Teekoy. Besides several other factors which make this peak unique, the most prominent feature is that half the boulder of the majestic rock has fallen apart.
<p class="card-text text-align">
The remaining half stands sturdy and presents an extremely exalted picture. Surrounded by colossal green hills, the offbeat destination boasts of immaculate environs, enchanting panoramic vistas and an all around utopian atmosphere. In addition to the surreal natural beauty, the sublime view of the Arabian Sea in the near horizon as a thin blue stroke, is a sight beyond description.
</p>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/ktym4.jpg" class="card-img-top" alt="..." height="400vh" >
<div class="card-body">
<h5 class="card-title ">Kumarakom Bird Sanctuary</h5>
<p class="card-text text-align">
The Kumarakom Bird Sanctuary, also popularly known as the Vembanad Bird Sanctuary, is a breathtaking and beautiful bird sanctuary that is located at Kumarakom in the Kottayam district in the Indian state of Kerala.Situated on the banks of the Vembanad Lake in the Kerala Backwaters, this bird sanctuary is a favourite destination for many native as well as migratory birds, which makes the place a dreamland full of ecstasy and delight for bird watchers and nature lovers.
</p>
<p class="card-text text-align">The houseboats and motorboats that are available on rent to watch birds further enhance this enrichening experience. A trip to the Kumarakom Bird Sanctuary is thus a must while in Kerala, to explore and unravel the hidden treasures and gifts of the Earth. </p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/ktym5.jpg" class="card-img-top" alt="..." height="400vh">
<div class="card-body">
<h5 class="card-title"> Thirunakkara Mahadev Temple</h5>
<p class="card-text text-align">This is an ancient Lord Shiva temple situated in the heart of Kottayam city. The Thirunakkara Mahadeva Temple attracts huge crowds due to its traditional Kerala architectural style and vibrant mural paintings. These depict the stories of Lord Shiva and the Dashavathara (ten avatars of Lord Vishnu). The temple houses a Koothambalam, the traditional temple theatre where performances of various cultural art and dance forms are held.
</p>
<p class="card-text text-align">
This temple is believed to be 500 years old, and records indicate that it was built by the King of Thekkumkoor (a princely state that existed before 1750 CE in the southern part of Kerala). The temple also includes an anakottil (elephant camp) and a Kodimaram (flag mast).
</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/ktym6.jpg " class="card-img-top" alt="..."height="400vh">
<div class="card-body">
<h5 class="card-title">Kottathavalam</h5>
<p class="card-text text-align">
Kottathavalam is a well-known tourist spot in Kottayam (Kerala). Blest with a serene ambiance, this region is hemmed in the alluring Murugan hill. As far as your sight goes, you will see nothing else but lush green surroundings. These hillocks of Kottathavalam are the haven for nature lovers and trek aficionados. Tourists from distant places swarm to Kottathavalam and spend a good time here. It is a perfect location for the photo shoot as well.
</p>
<p class="card-text text-align">
The caves that were used as a resting place for the royal family of Madurai.
The bewitching surroundings of Kottathavalam hillocks.The best time to spend the vacation here is throughout the year except monsoons. Due to the heavy rainfall, the hillocks become muddy and we will not like dirtying our branded footwear. Thus, check the monsoon and choose any season you like. During our trip, do not miss to explore the caves where the royal family of Madurai rested. These caves today hold the intricately rock-carved sculptures that catch the sight.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Best tourist place to visit ...</small>
</div>
</div>
<div class="card">
<img src="./pictures/ktym7.jpg" class="card-img-top" alt="..." height="400vh">
<div class="card-body">
<h5 class="card-title">Tomb Of Saint Alphonsa</h5>
<p class="card-text text-align">
Located at a distance of 5 kms east of Pala in Bharananganam, Kottayam, St. Mary’s Church holds the mortal remains of St. Alphonsa (1910- 1946). Born as Anna Muttathupadathu, St. Alphonsa was an Indian religious sister and educator. She was the first Indian woman to be canonised as a Saint by the Catholic Church and also the first canonised saint in Syro-Malabar Catholic Church, an Eastern Catholic Church in India. Her death anniversary falls on the 28th of July which is a highly revered day when the church is thronged by devotees in huge numbers to visit to pay homage to the saint and to seek her blessings.
</p>
<p class="card-text text-align">
The museum adjacent to the chapel holds her belongings- her books, cot, umbrella etc. A copy of her sermon is also available which reads, “Alphonsa is among the few great souls who lived in India; who have achieved greatness in God’s sight”. Next to it is her room where she spent several years of her life. Across the chapel is the two storeyed building which was originally the Papal podium, is now surrounded by a stadium and well-maintained terraced garden. The complex also houses a souvenir shop which sells books, rosaries and pictures to take home.
</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>