-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrooms.html
407 lines (353 loc) · 10.1 KB
/
rooms.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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<html>
<head>
<title>Rooms</title>
<link href='https://fonts.googleapis.com/css?family=Barlow Condensed' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto Condensed' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Lobster' 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;
}
.imageBox1 img:hover{
}
.button{
background-color: black;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
padding: 15px;
margin-top: 45px;
font-family: Roboto Condensed;
}
.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: 24px;
}
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: 24px;
}
.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;
margin-bottom: 20px;
}
.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 class="logo">
<a href="contactus.html" class="bbutton"> BOOK NOW </a>
</div> -->
</div>
</header>
<div class="card1">
<center>
<div class="imageBox1">
<img src="LUXURY COTTAGE-2.jpg" width="500px" height="315px" style="padding-top: 15px"><br>
<a href="" class="button">
Luxury Cottage
</a>
</div>
<div class="content1">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Luxury Cottage' is the most premium category at the resort. It comes with a regal aura and is built to make the guests feel comfortable amidst the serene nature. Decorated with unique wood furniture, the room gives away a good mix of luxury and comfort.
</p>
</div>
</center>
</div>
<div class="card1">
<center>
<div class="content2" style=" padding-top: 10px;padding-bottom: 65px; margin-top: 52px;">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Super Deluxe Cottage' is the second most premium category at the resort. It comes with a modern aura and is built to make the guests feel comfortable amidst the serene nature. It is loaded with all modern amenities to make the guests feel comfortable amidst the nature.
</p>
</div>
<div class="imageBox2">
<img src="SUPER DELUXE COTTAGE-1.jpg" width="500px" height="315px" style="padding-top: 15px"><br>
<a href="" class="button">
Super Deluxe Cottage
</a>
</div>
</center>
</div>
<div class="card1">
<center>
<div class="imageBox1">
<img src="DELUXE COTTAGE-1.jpg" width="500px" height="315px" style="padding-top: 15px"><br>
<a href="" class="button">
Deluxe Cottage
</a>
</div>
<div class="content1">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Deluxe Cottage' is the standard category cottage at the resort. It comes with a minimalist aura and is built to make the guests feel comfortable amidst the serene nature. It is loaded with all basic amenities to make the guests feel comfortable during their stay.
</p>
</div></center>
</div>
<div class="card1">
</center>
<div class="content2" style=" padding-top: 10px;padding-bottom: 65px; margin-top: 52px;">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Family Studio' is exclusively built to cater needs of a family on vacation at the resort. It comes with a homely aura and is built to make the families feel comfortable amidst the serene nature. It is loaded with all basic amenities to make the guests feel comfortable during their stay.
</p>
</div>
<div class="imageBox2">
<img src="STUDIO ROOM-2.jpg" width="500px" height="315px" style="padding-top: 15px; padding-left: 15px;"><br>
<a href="" class="button" style="margin-left: 190px;">
Family Studio
</a>
</div>
</center>
</div>
<div class="card1"><center>
<div class="imageBox1">
<img src="DELUXE ROOM SECOND FLOOR-1.jpg" width="500px" height="315px" style="padding-top: 15px;"><br>
<a href="" class="button">
Deluxe Room
</a>
</div>
<div class="content1">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Deluxe Room' is the most premium room category at the resort. It comes with a luxurious aura and is built to make the guests feel comfortable amidst the serene nature. It is loaded with all modern amenities to make the guests feel comfortable during their stay.
</p>
</div></center>
</div>
<div class="card1"><center>
<div class="content2">
<p>
Saavaj Resort offers a wide range of rooms and cottages to its guests. 'Standard Room' is the basic room category at the resort. It comes with a minimalist aura and is built to make the guests feel comfortable amidst the serene nature. It is loaded with all modern amenities to make the guests feel comfortable during their stay.
</p>
</div>
<div class="imageBox2">
<img src="STANDARD ROOM SECOND FLOOR-1.jpg" width="500px" height="315px" style="padding-top: 15px"><br>
<a href="" class="button">
Standard Room
</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;">[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>