-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpools.html
233 lines (210 loc) · 8.65 KB
/
pools.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Pools in Kashmir</title>
<meta charset="UTF-8">
<meta name="description" content="A page showing locations of some pools in Kashmir">
<meta name="google-site-verification" content="ghH5upma2-aWTxk4RdqOx_i5DpO20P_xJCwmmMTR7TU" />
<meta name="author" content="Mohammad Shahdad">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="shortcut icon" href="assets/media/favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js" charset="utf-8"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-106185758-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="pools-page" data-spy="scroll" data-target=".navbar" data-offset="50">
<div id="header">
</div>
<!-- Container (Pools in Kashmir Section) -->
<div id="pools" class="bg-1">
<div class="container">
<h3 class="text-center page-title">Pools in Kashmir</h3>
<div class="row text-center">
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/rsgc.jpg" alt="Royal Springs Golf Course" width="400" height="300">
<p class="caption-thumbnail"><strong>Royal Springs Golf Course</strong></p>
<button class="btn" data-toggle="modal" data-target="#rsgcModal">View Map</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/lalit.jpg" alt="Lalit Grand Palace" width="400" height="300">
<p class="caption-thumbnail"><strong>Lalit Grand Palace</strong></p>
<button class="btn" data-toggle="modal" data-target="#lalitModal">View Map</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/mumtaz.jpg" alt="Hotel Grand Mumtaz" width="400" height="300">
<p class="caption-thumbnail"><strong>Hotel Grand Mumtaz</strong></p>
<button class="btn" data-toggle="modal" data-target="#mumtazModal">View Map</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/rose.jpg" alt="Hotel Rose Petal" width="400" height="300">
<p class="caption-thumbnail"><strong>Hotel Rose Petal</strong></p>
<button class="btn" data-toggle="modal" data-target="#roseModal">View Map</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/welcome.jpg" alt="Welcome Hotel" width="400" height="300">
<p class="caption-thumbnail"><strong>Welcome Hotel</strong></p>
<button class="btn" data-toggle="modal" data-target="#welcomeModal">View Map</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="assets/media/khyber.jpg" alt="Khyber Resorts" width="400" height="300">
<p class="caption-thumbnail"><strong>Khyber Resorts</strong></p>
<button class="btn" data-toggle="modal" data-target="#khyberModal">View Map</button>
</div>
</div>
</div>
</div>
<!-- RSGC Modal -->
<div class="modal fade" id="rsgcModal" role="dialog">
<div class="modal-dialog">
<!-- RSGC Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=Royal+Springs+Golf+Course,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<!-- Lalit Modal -->
<div class="modal fade" id="lalitModal" role="dialog">
<div class="modal-dialog">
<!-- Lalit Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=The+Lalit+Grand+Palace,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<!-- Mumtaz Modal -->
<div class="modal fade" id="mumtazModal" role="dialog">
<div class="modal-dialog">
<!-- Mumtaz Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=Hotel+Grand+Mumtaz,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<!-- Rose Modal -->
<div class="modal fade" id="roseModal" role="dialog">
<div class="modal-dialog">
<!-- Rose Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=Hotel+Rose+Petal,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<!-- Welcome Modal -->
<div class="modal fade" id="welcomeModal" role="dialog">
<div class="modal-dialog">
<!-- Welcome Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=Welcome+Hotel,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<!-- Khyber Modal -->
<div class="modal fade" id="khyberModal" role="dialog">
<div class="modal-dialog">
<!-- Khyber Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-map-marker"></span> Google Maps</h4>
</div>
<div class="modal-body">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCZlB9wcX4o-B6Dk2u4Q0DN84M94T3CpnY&q=Khyber+Resorts,Srinagar+India" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</div>
<div id="footer-pools">
</div>
<script type="text/javascript">
$(document).ready(function(){
$("#header").load("header.html #nav2");
$("#footer-pools").load("footer.html");
});
</script>
</body>
</html>