-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
111 lines (104 loc) · 3.34 KB
/
contact.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
<html>
<head>
<title>Jammu And Kashmir Tourism</title>
<link rel="stylesheet" type="text/css" href="contact.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\utdbcontact.jpg">
<div class="container">
<h2>Have a Question?</h2>
<b>Get in Touch</b><br/><br/>
<p class="pi">Jammu Officers</p>
<table border="2">
<tr><td>MR. JASPAL SINGH TOMAR<br/>
Finance Controller<br/>
Mob: 9412901050</td><td>MRS. ABHA BHATT<br/>
Joint Director<br/>
Mob: 9412998512
</td></tr>
<tr><td>MR. V.S. CHAUHAN<br/>
Joint Director<br/>
Mob: 9412998506</td><td>MRS. POONAM CHAND<br/>
Joint Director <br/>
Mob: 09910474365
</td></tr>
</table>
<br/><br/>
<p class ="pi">Kashmir Officers</p>
<table border="2">
<tr><td>SHRI. J.C. BERRY<br/>
Deputy Director<br/>
Mob: 9412998513</td><td>MR. S.S. SAMANT<br/>
Sr. Research Officer<br/>
Mob: 9411112385</td></tr>
<tr><td>MR. SATISH BAHUGUNA<br/>
District Tourism Development Officer<br/>
Mob: 9412998514</td><td>MR. PARDEEP SINGH NEGI<br/>
Publicity Officer<br/>
Mob : 7060038404</td></tr>
</table>
</div>
</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>