-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistrict.html
More file actions
283 lines (267 loc) · 13.9 KB
/
district.html
File metadata and controls
283 lines (267 loc) · 13.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Districts in kerala</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(window).on('scroll',function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}
else{
$('nav').removeClass('black');
}
})
</script>
</head>
<body>
<nav>
<div class="logo">
<a href="#"></a><span>K</span>ERALA<br> <span>T</span>ourism</a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#Thingstodo">Things to do</a></li>
<li><a href="#travelwithus">Plan your trip</a></li>
<li><a href="#Planyourtrip">Tour Packages</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</nav>
<section class="sec1"></section>
<section class="sec2">
<h1><span>Kerala's</span> Top destinations</h1>
<p>One of the top tourist destinations in India, Kerala is a tropical paradise. Surrounded by friendly, loving, cultured and historical environment, there are many travel destinations in Kerala that is always on top of the tourist choice to visit. A look at these beaches with colourful coral reefs and backwaters will definitely summon adventurous spirits.
This is certainly why Kerala has become synonymous with what we call ‘Paradise.’ Being one of the cleanest states in India it attracts many travellers from across the world.
Kerala is a perfect tourism destination in India for leisure holidays and you can visit some popular destinations in south India, like the hill station of Munnar, sandy beaches and backwaters in Alleppey,</p>
</section>
<section class="sec3">
<!-- cards -->
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Alappuzha23.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Alappuzha</h3>
</div>
<div class="des">
<p>Alappuzha District is one of the district of Kerala State of India which is a widely known tourist destination, and is well known for its coir factories.Alappuzha is also called as Alleppey . Alappuzha is... </p>
<a href="./Alappuzha.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Ernakulam.jpg&w=170&h=100">
</div>
<div class="dis">
<h3>Ernakulam</h3>
</div>
<div class="des">
<p>Ernakulam District is situated almost at the middle of Kerala State and on the coast of the Arabian Sea. Ernakulam District is Commercial capital of Kerala as it is the major business hub of Kerala...</p>
<a href="./Ernakulam.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Idukki-Lake.jpg&w=170&h=100">
</div>
<div class="dis">
<h3>Idukki</h3>
</div>
<div class="des">
<p>Idukki means a place with a deep gorge. River Periyar flowed through a canyon between two rocky mountains. Kurava and Kurathy. The legend told from generation of the ancient Adivasi...</p>
<a href="./Idukki.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://static.toiimg.com/photo/68137505/they2ed.jpg?width=748&resize=4" alt="">
</div>
<div class="dis">
<h3>Kannur</h3>
</div>
<div class="des">
<p>Kannur is a one of the 14 districts of Kerala State in India. It is also termed as Cannanore , the town of Kannur is the headquarters of the District Kannur. Kannur District is bounded...</p>
<a href="./Kannur.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Kasragod.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Kasaragod</h3>
</div>
<div class="des">
<p>Kasargod is the northernmost district of Kerala State of India. It was named after the Kasaragod town located in district. The district is known for its coir and hand loom industries. The district has a...</p>
<a href="./Kasaragod.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/kollam-beach23.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Kollam</h3>
</div>
<div class="des">
<p>Kollam is one of the 14 districts of Kerala India.About 30 percent of the district is covered by Ashtamudi Lake making it a gateway to the Kerala backwaters.It is endowed with a long coastline, a... </p>
<a href="./Kollam.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/St-Xavier-Church-Neeloor-Kottayam.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Kottayam</h3>
</div>
<div class="des">
<p>Kottayam is one of the districts of Kerala State of India.It is Bordered by the Western Ghats on the east and the Vembanad Lake and paddy fields of Kuttanad on the west, Kottayam has many... </p>
<a href="./Kottayam.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Tali-temple.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Kozhikode</h3>
</div>
<div class="des">
<p>Kozhikode is a district in Kerala State of India. kozhikode city also known as Calicut is the headquarters of this district.Kozhikode district is bordered by the districts of Kannur to the north, Wayanad to the... </p>
<a href="./Kozhikode.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Kadalundi-Bird-Sanctuary.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Malappuram</h3>
</div>
<div class="des">
<p>Malappuram district is a a district located in State of Kerala India. Malappuram district was formed on 16th June 1969. Malappuram has a rich and glorifying history. Thirunavaya, home of the traditional Ayurveda...</p>
<a href="./Malappuram.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Siruvani-Project.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Palakkad</h3>
</div>
<div class="des">
<p>Palakkad is rightfully known as the Gateway of Kerala, giving the rest of India access to the State. For quite sometime the district was also called by its anglicized name Palghat. It's known to be...</p>
<a href="./Palakkad.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Pathanamthitta1.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Pathanamthitta</h3>
</div>
<div class="des">
<p>Pathanamthitta is the youngest and the smallest district of Kerala state India.The name Pathanamthitta is derived from two Malayalam words Pathanam” and “thitta”, which together mean "array of...</p>
<a href="./Pathanamthitta.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Thiruvananthapuram-beach.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Thrivananthapuram</h3>
</div>
<div class="des">
<p>Thiruvananthapuram is the one of the major district of Kerala State of India. It is the southernmost district of Kerala.Thiruvananthapuram, or Trivandrum, as it was conveniently re-christened by the...</p>
<a href="./Thiruvanathapuram.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Athirappilly.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Thrissur</h3>
</div>
<div class="des">
<p>Thrissur is also called as cultural capital of Kerala India. It is one of the 14 districts of Kerala State. The term Thrissur is the abbreviated anglicized form of the Malayalam word... </p>
<a href="./Thrissur.html">Read more...</a>
</div>
</div>
<div class="main">
<div class="pic">
<img src="https://www.justkerala.in/wp-content/themes/justkerala/thumbimg.php?src=https://www.justkerala.in/wp-content/uploads/2012/11/Sulthan-Bathery.jpg&w=170&h=100" alt="">
</div>
<div class="dis">
<h3>Wayanad</h3>
</div>
<div class="des">
<p>Wayanad is one of the districts of Kerala state of India which was formed on November 1, 1980 by carving out the areas of Kozhikode and Kannur districts. It was known as Mayakshetra in its... </p>
<a href="./Wayanad.html">Read more...</a>
</div>
</div>
</section>
<footer>
<div class="main-content">
<div class="left box">
<h2>About Us</h2>
<div class="content">
<p>The site holds a virtual encyclopedia of Kerala and includes almost 2 million words of text in 18 languages, a few thousand images, and 3000 video clips. To ensure ease of use and precision in search results, Kerala Tourism uses Google's site search tools for search queries.</p>
<div class="social">
<a href="#"><span class="fab fa-facebook-f"></span></a>
<a href="#"><span class="fab fa-twitter"></span></a>
<a href="#"><span class="fab fa-instagram"></span></a>
<a href="#"><span class="fab fa-youtube"></span></a>
<a href="#"><span class="fab fa-whatsapp"></span></a>
</div>
</div>
</div>
<div class="center box">
<h2>Address</h2>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt"></span>
<span class="text">Department of Tourism, Government of Kerala, Park View, Thiruvananthapuram, Kerala, India</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">+91 471 2321132</span>
</div>
<div class="email">
<span class="fas fa-envelope"></span>
<span class="text">info@keralatourism.org</span>
</div>
</div>
</div>
<div class="right box">
<h2>Contact Us</h2>
<div class="content">
<form action="#">
<div class="email">
<div class="text">Email*</div>
<input type="email" required>
</div>
<div class="msg">
<div class="text">Message*</div>
<textarea cols="45" rows="4" required></textarea>
<br>
<button type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="owner">
<p>Created by Neethu. All right reserved by copyright@2021</p>
</div>
</footer>
</body>
</html>