-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutJKTB.html
87 lines (80 loc) · 3.6 KB
/
aboutJKTB.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
<html>
<head>
<title>Jammu And Kashmir Tourism</title>
<link rel="stylesheet" type="text/css" href="aboutJKTB.css">
</head>
<header>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTXVVBF4XfDjpI2CMJUGAnFKt9vcP8_b-lIY6z0AraVWR3FcLujTQ" width="200px" height="100px">
<div id="information">
<div id="inf">Jammu & Kashmir Tourism <br/></div>
<i>JANNAT-e-KASHMIR</i><br/>
786956432,01882-2675432
</div>
<div id="navbar">
<ul class="menuNav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#home" class="dropbtn">Quick Info<span id="arrow">▼</span></a>
<div class="dropdown-content">
<a href="policy.html">Policy and Guidlines</a>
<a href="vacancies.html">Vacancies</a>
<a target="_blank" href="http://swsuttarkashi.com/Home/DashBoard">Online permission for entrance in national parks</a>
<a href="impLinks.html">Important Links</a>
</div>
</li>
<li class="dropdown">
<a class="dropbtn">Destinations <span id="arrow">▼</span></a>
<div class="dropdown-content">
<a href="srinagar.html">Srinagar</a>
<a href="amarnath1.html">Amarnath</a>
<a href="gulmarg.html">Gulmarg</a>
<a href="kashmir.html">Kashmir Valley</a>
<a href="vaishno.html">Vaishno Devi</a>
</div>
</li>
<li class="dropdown">
<a class="dropbtn">Things To Do <span id="arrow">▼</span></a>
<div class="dropdown-content">
<a href="adventure.html">Adventure Activities</a>
<a href="monastery.html">Monastery Tour</a>
<a href="wildlife.html">Wildlife Tour</a>
<a href="roadtrip.html">Road Trip</a>
</div>
</li>
<li class="dropdown">
<a href="aboutJKTB.html" class="dropbtn">About us<span id="arrow">▼</span></a>
<div class="dropdown-content">
<a href="aboutJKTB.html">About JKTB</a>
<a href="organizationChart.html">Organization Chart</a>
<a href="awards.html">Awards and Honours</a>
</div>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<body class="main-body">
<div class="nest1">
<img class="image" src="D:\Project\download.jpg">
<h1 id="headLine">ABOUT JKTB</h1>
<p class="paragraph">Jammu and Kashmir Tourism Development Board is the highest body to advise Government on all matters relating to tourism in the State. The statutory board is chaired by the Tourism Minister Govt. of J&K and Chief Secretary of J&K is it's vice chairman. The Principal Secretary/ Secretary tourism acts as Chief Executive Officer. It also have five non- official members from the private sector and experts in tourism related matters.<br/>
The board also functions as a regulatory and licensing Authority</p>
<h3 id="mission">MISSION AND VISION</h3>
<ul class="missionAndvision">
<li>To place J&K on the tourism map of the world as one of the leading tourist destinations, and to make J&K synonymous with tourism.</li>
<li>To develop the manifold tourism related resources of the State in an eco•friendly manner, with the active participation of the private sector and the local host communities.</li>
<li>To develop tourism as a major source of empbyment and income/revenue generation and as a pivot of the economic and social development in the State.</li>
</ul>
</div>
</body>
<footer>
<ul class="menuNav">
<li><a class="foot" href="index.html">Home</a></li>
<li ><a href="aboutJKTB.html">About Us</a></li>
<li><a href="contact.html">Conatct Us</a></li>
</ul>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSoJUhmRzXKL8OM4lxdA4aW2CRaGCeGbOR8gG1UOqpIThNJwf9k">
<div><h3>Incredible !ndia</h3>
<p>[email protected] ©   2017 All Rights Reserved</p>
</div></footer>
</html>