-
Notifications
You must be signed in to change notification settings - Fork 1
/
experience.html
380 lines (325 loc) · 9.18 KB
/
experience.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html>
<head>
<title>Experience</title>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Barlow Condensed' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto Condensed' rel='stylesheet'>
<style type="text/css">
body{
padding: 0px;
margin: 0px;
background-color: #C6B270;
font-family: Barlow Condensed;
overflow-x: hidden;
}
.card1{
width: 1300px;
height: 490px;
display: inline-block;
/*border:2px solid black;*/
margin-left: 250px;
margin-top: 10px;
}
.imageBox1{
border:1px solid black;
float: left;
height: 490px;
width: 530px;
}
.button{
background-color: black;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
padding: 15px;
margin-top: 30px;
}
.button:hover{
background-color: white;
color: black;
}
.content1 {
float: left;
position: relative;
background-color: black;
width: 400px;
height: 310px;
margin-top:60px;
margin-left: 80px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
padding-top: 10px;
font-size: 22px;
}
p{
word-spacing: 5px;
letter-spacing: 2px;
color: #E8D8A2;
text-align: justify;
}
.content2{
float: left;
background-color: black;
width: 400px;
height: 310px;
margin-top:60px;
margin-right: 80px;
padding-right: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-top: 10px;
font-size: 22px;
}
.imageBox2{
border:1px solid black;
float: left;
height: 490px;
width: 530px;
}
header{
/*position: fixed;*/
/* border:2px solid black;
*/ background-color: white;
height: 200px;
width: auto;
padding-right: 300px;
padding-left: 300px;
}
.buttonb{
background-color: #E8D8A2;
color: black;
border:3px solid black;
vertical-align: center;
text-decoration: none;
font-size: 25px;
font-weight: bold;
height: 15px;
width: auto;
font-family: Mukta Mahee;
padding: 0px 10px;
position: relative;
top: 142px;
left: 1049px;
}
.buttonb:hover{
background-color: black;
color: white;
}
.bbutton {
font-size: 32px;
background-color: black;
padding: 5px 10px;
position: absolute;
top: 25px;
right: 100px;
border:2px solid black;
text-decoration: none;color: #C6B270;
z-index: 100;
}
.bbutton:hover{
background-color: #C6B270;
border:2px solid black;
color: black;
box-shadow: 0px 0px 15px;
}
.bbutton:active{
transform: scale(0.9);
box-shadow: none;
}
header .container{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
background-color: white;
}
.nav{
font-family: Roboto Condensed;
position: fixed;
color: black;
width: 100%;
top:0;
left:0;
height: 83px;
z-index: 99;
padding:20px 25px 15px;
display: none;
background: transparent;
transform: translateX(300px);
}
header .nav ul{
list-style: none;
margin:0;
padding:0px;
}
header .nav ul li{
display: inline-block;
border:3px solid black;
font-size: 32px;
background-color: #E8D8A2;
border-radius: 50px;
padding: 0px 10px 0px;
margin: 0px 3px;
}
header .nav ul li a{
text-align: center;
text-decoration: none;
font-size: 28px;
font-weight: 400;
color:black;
display: block;
position: relative;
padding:10px 10px;
}
header .nav ul li:hover{
box-shadow: 0px 0px 10px black;
border-color: white;
transition-duration:0.2s;
transform: scale(1.1);
}
header .ham-burger{
transform: translateX(10px);
display: inline-block;
position: relative;
z-index: 100;
padding: 5px 0px;
}
.headwrap{
height: 100px;
}
footer{
background-color: white;
width: 100%;
height: 325px;
margin-top: 20px;
}
.f1{
display: flex;flex-direction: row; flex-wrap: wrap;justify-content: center; padding-top: 20px;
}
.f13{
padding-right: 10px; padding-left: 10px;
}
</style>
</head>
<body>
<header class="headwrap">
<div class="container">
<div class="ham-burger"><a href="javascript:void(0)" >
<!-- <span></span>
<span></span>
<span></span> -->
<img src="01.png" style="height: 95px;width: 255px;">
</a></div>
<div class="nav">
<ul>
<li><a href="WT-Project.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="rooms.html">Rooms</a></li>
<li><a href="our story.html">Our Story</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="m&e.html">Meetings & Events</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
</div>
</header>
<div style="font-family: Lobster; text-align: center; font-size: 55px; margin: 20px;">Things To Do in Sasan. </div>
<div class="card1">
<center>
<div class="imageBox1">
<img src="jsafari.jpg" width="500px" height="350px" style="padding-top: 15px"><br>
<a href="" class="button">
More info
</a>
</div>
<div class="content1">
<h2 style="color: white; font-family: Roboto Condensed; font-size: 34px;">Gir Jungle Trail / Jeep Safari</h2>
<p>
Gir Jungle Trail is a 3 hours ride into the Gir national park by an open Jeep. This is an opportunity to observe the wildlife animals in their natural habitat.
</p>
</div>
</center>
</div>
<div class="card1">
<center>
<div class="content2" style=" padding-top: 10px;padding-bottom: 65px; margin-top: 52px;">
<h2 style="color: white;font-family: Roboto Condensed; font-size: 34px;">Devalia Safari Park</h2>
<p style="font-size: 21px; word-spacing: 0px;">
Devalia Safari Park also known as Gir Interpretation Zone - Devalia, is an establishment of particular eco-tourism zone to reduce overload of tourists at Gir Forest and to provide whole wildlife of Gir at single place in safe habitats. The basic aim is to provide an opportunity of viewing lions and other animals in their natural habitat within a short period of time at cheaper rates.
</p>
</div>
<div class="imageBox2">
<img src="dpsafari.jpg" width="500px" height="350px" style="padding-top: 15px"><br>
<a href="" class="button">
More info
</a>
</div>
</center>
</div>
<div class="card1">
<center>
<div class="imageBox1">
<img src="somnath.jpg" width="500px" height="350px" style="padding-top: 15px"><br>
<a href="" class="button">
More info
</a>
</div>
<div class="content1">
<h2 style="color: white;font-family: Roboto Condensed; font-size: 34px;">Somnath (50 Km) Half-day excursion</h2>
<p style="font-size: 20px;word-spacing: 0px;">
In the Shiva Purana and the Nandi Upapurana, Lord Shiva is quoted as saying, 'I am omnipresent, but I am especially in twelve forms and places.' These places are known as jyotirlingas, and Somnath is the first to be found in the world. Around the linga the moon god Soma built a mythical temple of gold as an ode to Lord Shiva's glory and compassion.
</p>
</div></center>
</div>
<div class="card1">
<center>
<div class="content2" style=" padding-top: 10px;padding-bottom: 65px; margin-top: 52px;">
<h2 style="color: white;font-family: Roboto Condensed; font-size: 34px;">Diu (100 km) Full-day Excursion</h2>
<p style="font-size: 21px;word-spacing: 0px;;">
This tiny island linked by a bridge to Gujarat's southern coast is infused with Portuguese history; its major architectural landmarks include three churches and a seafront fort; the streets of the main town are remarkably clean and quiet once you get off the tourist-packed waterfront strip; and alcohol is legal here.
</p>
</div>
<div class="imageBox2">
<img src="diu.jpg" width="500px" height="350px" style="padding-top: 15px; "><br>
<a href="" class="button" style="">
More info
</a>
</div>
</center>
</div>
<footer>
<div class="f1">
<div><img src="facebook.png" style="height: 50px;width: 50px; padding: 5px;position: relative;"></div>
<div><img src="tripadvisor.jpg" style="height: 50px;width: 80px; padding: 5px;position: relative;"></div>
<div><img src="Instagram.png" style="height: 50px;width: 50px; padding: 5px;position: relative;"></div>
</div>
<div class="f1">
<div style="font-size: 20px;"><img src="Asset 6.png" style="height: 25px;width: 25px; margin-right: 6px; transform: translate(0px, 0px); position: relative;">+91 87589 90480</div>
<div style="padding-left: 40px; font-size: 20px;"><img src="Asset 8.png" style="height: 25px;width: 32px; margin-right: 7.5px;position: relative;">sky@gmail.com</div>
</div>
<div class="f1">
<div class="f13"><a href="" style="color:black; text-decoration: none; font-size: 20px;">Contact Us    |</a></div>
<div class="f13"><a href="" style="color:black; text-decoration: none; font-size: 20px;">Terms & Conditions    |</a></div>
<div class="f13"><a href="" style="color:black; text-decoration: none; font-size: 20px;">Reservation Policy    |</a></div>
<div class="f13"><a href="" style="color:black; text-decoration: none; font-size: 20px;">Privacy policy</a></div>
</div>
<div class="f1">
<img src="tac.jpg" style="height: 125px; width: 125px; padding: 0px; margin: 0px; position: relative;">
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</script>
<script>
$(document).ready(function(){
$(".ham-burger").click(function(){
$(".nav").slideToggle("slow");
});
});
</script>
</body>
</html>