-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
88 lines (82 loc) · 3.55 KB
/
awards.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
<html>
<head>
<title>Jammu And Kashmir Tourism</title>
<link rel="stylesheet" type="text/css" href="awards.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\awards_banner.jpg">
<h1 id="headLine">Awards & Honours</h1>
<ul class="awardsDetails">
<li>In 2000-2001, the National Awards for Tourism & Dincentives . Given by Ministry of Tourism, Govt. of India</li>
<li>In 2004, State Government won the award "Best Practices" Given by Ministry of Tourism, Govt. of India</li>
<li>In 2004, Best State Tourism Board Express - Galileo Awards .</li>
<li>"Best Domestic" Tourism Award given by Hospitality India National Magazine ( Hospitality India National Magazine)</li>
<li>In 2007 "Tourist Destination Religious Tourism Award (the award given by honorable Cabinet Tourism Minister to J & K Tourism Minister dated 25 Jun-2007 )By Ministry of Tourism, Govt. of India to give the best results in tourism sector. This Priviledge given by well Known CNVC Media company.</li>
<li>India's Best Maintained Tourist Friendly National Park/Wildlife Sanxturay Category (Year of 2007-08) Mai</li>
<li>Best Emerging Destination (India) 2012 by Travel & Leisure Magazine</li>
<li>Best Destination for adventure (Indial) 2013 by Lonely Planet Magazine.</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>