-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
392 lines (342 loc) · 11.2 KB
/
aboutus.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
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
html{
width: 100%,
font-family: Barlow Condensed;
background-color: #C6B270;
padding: 0px;
margin:0px;
}
.cardwrap{
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
}
.card{
position: relative;
background-color: black;
width: 75%;
height: 400px;
padding-top: 40px;
padding-bottom: 40px;
border:2px solid white;
font-family: Roboto Condensed;
}
.card:hover{
transform: scale(1.03);
box-shadow: 0px 0px 30px white;
border-color: #C6B270;
}
.spanheading{
height: 50px;
font-size: 34px;
color: black;
font-family : Barlow Condensed;
background-color: white;
text-align: center;
padding:5px 0px 0px;
margin: 0px;
}
.col1{
padding-top: 0px;
float: left;
width: 37%;
height: 100%;
margin-left: 45px;
font-size: 20px;
}
.col1 p{
margin-top: 20px;
margin-left: 25px;
width: 90%;
color: white;
text-align: justify;
letter-spacing: 2.5px;
font-size: 21px;
}
.spanheading:hover{
color:white;
background-color: #E8D8A2;
}
.col2{
/*float: left;*/
margin-left: 25px;
}
footer{
background-color: white;
width: 100%;
height: 400px;
}
header{
/*position: fixed;
border:2px solid black;
background-color: black;
height: 75px;
width: auto;
padding-right: 300px;
padding-left: 300px;*/
}
.button{
background-color: #E8D8A2;
color: black;
border:3px solid black;
vertical-align: center;
text-decoration: none;
font-size: 25px;
font-weight: bold;
height: 30px;
font-family: Barlow Condensed;
width: auto;
padding: 0px 10px;
position: fixed;
transform: translate(1390px ,-130px);
}
.button: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 15px 5px;
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 class="logo">
<a href="contactus.html" class="bbutton"> BOOK NOW </a>
</div> -->
</div>
</header>
<br>
<div class="cardwrap">
<div class="card" >
<div class="col1">
<div class="spanheading">Pillerless Banquet</div>
<p> Saavaj Resort has undoubtedly the most
sought after banquet for Wedding functions in and around the region. It is
the only pillarless banquet hall with such a huge capacity. Saavaj team also
lets you rent the whole resort to make your wedding functions a grand
occasion. The resort has hosted several destination weddings from all
across India. We have provisions to manage all wedding functions at the
resort. </p>
</div>
<div class="col2">
<img src="DSC_1173.jpg" width="650px" height="400px">
</div>
</div>
<br>
<div class="card">
<div class="col1">
<div class="spanheading">Cultural Performance</div>
<p>Saavaj Resort arranges different cultural performances for its guest without any extra charges. The regional African people, who are said to have migrated to India on orders of the prince of Junagadh still reside in Sasan Gir area and showcase their cultural dance performances in the resort. It is a great way for entertainment in evenings where guests can enjoy and interact with local people at the amphitheatre available at the resort.</p>
</div>
<div class="col2">
<img src="saavaj-resort_dhamal dance.jpg" width="650px" height="400px" >
</div>
</div>
<br>
<div class="card">
<div class="col1">
<div class="spanheading">Pure Water Pool</div>
<p> Saavaj Resort has undoubtedly the most sought after banquet for Wedding functions in and around the region. It is the only pillarless banquet hall with such a huge capacity. Saavaj team also lets you rent the whole resort to make your wedding functions a grand occasion. The resort has hosted several destination weddings from all across India. We have provisions to manage all wedding functions at the resort.</p>
</div>
<div class="col2">
<img src="SWIMING POOL.jpg" width="650px" height="400px" >
</div>
</div>
<br><div class="card">
<div class="col1">
<div class="spanheading">Free Stays for Girls</div>
<p> As a humanitarian policy, Saavaj Resort does not charge anything for every girl child staying at the property. The idea of offering free stays to all the girls below 18 years, is a step towards eliminating the taboo associated with daughters. Saavaj resort wants to encourage families to celebrate the daughters and see them as a point of pride.</p>
</div>
<div class="col2">
<img src="Girls.jpg" width="650px" height="400px" >
</div>
</div>
<br><div class="card">
<div class="col1">
<div class="spanheading">Conference Hall</div>
<p>Saavaj Resort is an ideal destination for conferences and team-building activities for organizations. The conference hall can accommodate 500-700 attendees in different seating arrangements. The pillarless structure, located in a serene surrounding makes it the most sought after venue for MICE. Saavaj Resort has organized meetings and events from in and around Gujarat, Madhya Pradesh, Rajasthan and Maharashtra.</p>
</div>
<div class="col2">
<img src="792A9309.jpg" width="650px" height="400px" >
</div>
</div>
<br><div class="card">
<div class="col1">
<div class="spanheading">Regional Food</div>
<p>Saavaj Resort has the most delicious local food served in the whole Sasan Gir region. Guests have always appreciated the food quality and the standard is maintained till today. Along with great food, the experience is enhanced by the exquisite ambiance of the restaurant. The warm staff encourages diners to visit the kitchen area since hygiene is always their first priority.</p>
</div>
<div class="col2">
<img src="Restaurant 1.jpg" width="650px" height="400px" >
</div>
</div>
<br><div class="card">
<div class="col1">
<div class="spanheading">Mango Orchard</div>
<p>Saavaj Resorts offers a experiential retreat package including acres of widespread Mango orchards. The guests are welcome to immerse in 'fruit-picking' activity during harvesting time and we recommend spending some time amidst the mango trees to reconnect with lost practices. At Saavaj, you can experience the joy of tasting sweet fruits, hand-picked by yourself.</p>
</div>
<div class="col2">
<img src="IMG_20191118_153731_edited.jpg" width="650px" height="400px" >
</div>
</div>
<br><div class="card" >
<div class="col1">
<div class="spanheading">In the Lap of Nature</div>
<p>Saavaj Resort is located at the beautiful intersection of a water body and fruit orchards. Guests can see the beautiful check-dam, sunset, old railway track and fruit orchards all from the resort itself. It is the only resort that provides so many unique experiences to its guests in the entire region. During monsoon, the water stream flows near the resort- making it a beautiful scenery along with the serene sound of water.</p>
</div>
<div class="col2">
<img src="792A9227.jpg" width="650px" height="400px" >
</div>
</div>
</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;">[email protected]</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>