-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicy.html
93 lines (86 loc) · 3.95 KB
/
policy.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
<html>
<head>
<title>Jammu And Kashmir Tourism</title>
<link rel="stylesheet" type="text/css" href="policy.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">
<h5>Acts and Policies</h5>
<ul class="acts">
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>Tourism Policy</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>Industrial Policy</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>Amended Hill Policy</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>JKTDB Acts</h4></a></li>
</ul>
<h5>Guidelines</h5>
<ul class="guide">
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4> Inviting comments on proposed advertisement policy</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>Jammu and Kashmir River Rafting/ Kayaking(Amendment) Rules 2015</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4> Jammu and Kashmir Tourism & Travel Trade Registration Rules 2014</h4></a></li>
<li><a target="_blank" href="http://uttarakhandtourism.gov.in/utdb/app/webroot/files/Pdf%20Files/tourism-policy.pdf"><h4>JKNWTO Master Plan</h4></a></li>
</ul>
</div>
</body>
<footer>
<ul class="menuNav">
<div class="foott">
<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></div>
</ul>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSoJUhmRzXKL8OM4lxdA4aW2CRaGCeGbOR8gG1UOqpIThNJwf9k">
<div class="pp"><h3>Incredible !ndia</h3>
<p>[email protected] ©   2017 All Rights Reserved</p>
</div></footer>
</html>