-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwayanad.html
119 lines (84 loc) · 5.12 KB
/
wayanad.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
<!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>Kerala Tourism</title>
<link href="calicut.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<header class="hd">
<nav class="navbar navbar-style">
<div class="cnt">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#ic">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html"><img class="logo" src="./image/toplogo.png"></a>
</div>
<div class="collapse navbar-collapse" id="ic">
<ul class=" nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="dest.html">Districts</a></li>
<li><a href="">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="section-container">
<div class="columns image" style="background-image:url('./image/wayanad.jpg')">
</div>
<div class="columns content">
<div class="content-container">
<h5>WAYANAD</h5>
<p>
Wayanad is an Indian district in the north-east of Kerala state with administrative headquarters at the municipality of Kalpetta. It is the sole Plateau in Kerala.The Wayanad Plateau forms a continuation of Mysore Plateau, which is the southern portion of Deccan Plateau. It is set high on the Western Ghats with altitudes ranging from 700 to 2100 meters.Vellari Mala, a 2,240 m (7,349 ft) high peak situated on the trijunction of Wayanad, Malappuram, and Kozhikode districts, is the highest point in Wayanad district. The district was formed on 1 November 1980 as the 12th district in Kerala by carving out areas from Kozhikode and Kannur districts. About 885.92 sq.km of area of the district is under forest. Wayanad has three municipal towns—Kalpetta, Mananthavady and Sulthan Bathery. There are many indigenous tribals in this area.The Kabini River, which is a tributary of Kaveri River, originates at Wayanad. Wayanad district, along with the Chaliyar valley in neighbouring Nilambur region (Eastern Eranad region) in Malappuram district, is known for natural Gold fields, which is also seen in other parts of Nilgiri Biosphere Reserve. Chaliyar river, which is the fourth longest river of Kerala, originates in Wayanad plateau. The historically important Edakkal Caves are located in Wayanad district.
</p>
<p>
Wayanad district is bordered by Karnataka (Kodagu and Mysore districts) to north and north-east, Tamil Nadu (Nilgiris district) to the south-east, Malappuram to south, Kozhikode to the south-west and Kannur to the north-west. Pulpally in Wayanad boasts of the only Lava- Kusha temple in Kerala and Vythiri has the only mirror temple in Kerala which is a Jain temple. Varambetta mosque is the oldest Muslim mosque of Wayanad. People of Wayanad live in absolute harmony with each other.
</p>
</div>
</div>
</div>
<br>
<br>
<div class="container">
<h2 class="text-center">TOURIST SPOTS</h2>
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img src="./image/chembra.jpg" alt="Lights" style="width:100%">
<div class="caption">
<p>Chembra preak</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="./image/pookode-lake1.jpg" alt="Nature" style="width:100%">
<div class="caption">
<p>Pookodlake</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="./image/kuruva-island.jpg" alt="Fjords" style="width:100%">
<div class="caption">
<p>Kuruva Island</p>
</div>
</div>
</div>
</div>
</header>
</body>
</html>