-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstorage_combos.html
472 lines (452 loc) · 24.7 KB
/
storage_combos.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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/storage_combos.css">
<script src="js/storage_combos.js"></script>
</head>
<body>
<header class="rent ">
<div class="text-center">
<p>
<img src="images/discount-logo.svg" alt="discount-logo">
<span class="">
GO RENT-FREE FOR 6 MONTHS, UP TO RS.400 OFF PM. FOR NEW RENTALS BY FIRST-TIME USERS.
</span>
<button class="btn btn-primary btn-sm pt-0 pb-0 ">Explore</button>
</p>
</div>
</header>
<section class="border ">
<!-- The navigation menu -->
<div class="navbar fixnav p-0 ">
<!-- Brand -->
<a class="navbar-brand border-right" href="index.html" style="padding-left: 100px ;
padding-right: 100px;"><img src="images/brand-logo.jpg" style="width:40px; height:40px ;" alt="">
</a>
<div class="subnav">
<button class="subnavbtn border-right pl-0 pr-4 ">PRODUCTS</button>
<div class="subnav-content border bg-white " style="padding-left: 150px;">
<div class="tab-content pt-4 pb-4">
<div id="first" class="container tab-pane active" ><br>
<div class="container ">
<div class="row text-center" >
<div onclick="javascript:window.location.href='bedroom.html'" class="column ">
<div class="card p" style="width: 90px; height: 90px;"><img src="images/ic_bedroom.svg" class="img-fluid mb-1 " style="width:50px;" alt="bedroom"><span style="font-size: 10px;">BEDROOM</span></div>
</div>
<div onclick="javascript:window.location.href='living-room.html' "class="column ml-2" >
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_living_room.svg" class="img-fluid mb-1 mx-auto " style="width:50px;" alt="ic_living_room"><span style="font-size: 10px;">
LIVING ROOM</span></div>
</div>
<div onclick="javascript:window.location.href='appliances.html'" class="column ml-2 ">
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_appliances.svg" class="img-fluid mb-1 mx-auto"style="width:35px;" alt="ic_appliances"><span style="font-size: 10px;">APPLIANCES</span></div>
</div>
<div onclick="javascript:window.location.href='special_deals.html'" class="column ml-2">
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_sp_deals.svg" class="img-fluid mb-1 mx-auto" style="width:30px;" alt="ic_sp_deals"><span style="font-size: 10px;">SPECIAL <br>DEALS</span></div>
</div>
<div onclick="javascript:window.location.href='full_home.html'" class="column ml-2" >
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_full_home.svg" class="img-fluid mb-1 mx-auto" style="width:35px;" alt="ic_full_home"><span style="font-size: 10px;">FULL HOME</span></div>
</div>
<div onclick="javascript:window.location.href='storage.html'" class="column ml-2" >
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_storage.svg" class="img-fluid mb-1 mx-auto" style="width:25px;" alt="ic_storage"><span style="font-size: 10px;">STORAGE</span></div>
</div>
<div onclick="javascript:window.location.href='study-room.html'" class="column ml-2" >
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_study_room.svg" class="img-fluid mb-1 mx-auto" style="width:40px;" alt="ic_study_room"><span style="font-size: 10px;">STUDY ROOM</span></div>
</div>
<div onclick="javascript:window.location.href='kids_room.html'" class="column ml-2" >
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_kids.svg" class="img-fluid mb-1 mx-auto" style="width:45px;" alt="ic_kids"> <span style="font-size: 10px;"><span style="font-size: 12px;">KIDS ROOM</span></div>
</div>
<div onclick="javascript:window.location.href='dinning-room.html'" class="column ml-2">
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_dining_room.svg" class="img-fluid mb-1 mx-auto"style="width:50px;" alt="ic_dining_room"><span style="font-size: 10px;">DINING ROOM</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="subnav">
<button class="subnavbtn border-right pl-0 " >COLLECTIONS</button>
<div class="subnav-content border bg-white " style="padding-left: 160px;">
<div class="tab-content pt-4 pb-4 ">
<div id="first" class="container tab-pane active" style="margin-left: 80px;"><br>
<div class="container ">
<div class="row text-center" >
<div onclick="javascript:window.location.href='vibrent_collection.html'" class="column ml-2">
<div class="card pt-1 p-2" style="width: 90px; height: 90px;"><img src="images/ic_festive_collection.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_festive_collection"><span style="font-size: 10px;">VIBRENT COLLECTION</span></div>
</div>
<div onclick="javascript:window.location.href='most_popular.html'" class="column ml-2">
<div class="card pt-1 p-2" style="width: 90px; height: 90px;"><img src="images/ic_most_popular.svg" class="img-fluid mb-1 mx-auto" style="width:30px;" alt="ic_most_popular"><span style="font-size: 10px;">MOST POPULAR</span></div>
</div>
<div onclick="javascript:window.location.href='essentials.html'" class="column ml-2">
<div class="card pt-3 p-2" style="width: 90px; height: 90px;"><img src="images/ic_essentials.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_essentials"><span style="font-size: 10px;">ESSENTIALS</span></div>
</div>
<div onclick="javascript:window.location.href='newly_launched.html'" class="column ml-2">
<div class="card pt-1 p-2" style="width: 90px; height: 90px;"><img src="images/ic_newly_launched_rocket.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_newly_launched_rocket"><span style="font-size: 10px;">NEWLY LAUNCHED</span></div>
</div>
<div onclick="javascript:window.location.href='storage_combos.html'" class="column ml-2">
<div class="card pt-2" style="width: 90px; height: 90px;"><img src="images/ic_storage.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_storage"><span style="font-size: 10px;">STORAGE COMBOS</span></div>
</div>
<div onclick="javascript:window.location.href='award_winners.html'" class="column ml-2">
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_award_winning.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_award_winning"><span style="font-size: 10px;">AWARD <br>WINNERS</span></div>
</div>
<div onclick="javascript:window.location.href='fab_rich_collection.html'" class="column ml-2">
<div class="card pt-3 p-2" style="width: 90px; height: 90px;"><img src="images/ic_fab_rich.svg" class="img-fluid mb-1 mx-auto" style="width:50px;" alt="ic_fab_rich"><span style="font-size: 10px;">FAB RICH <br>COLLECTION</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="subnav">
<button class="subnavbtn border-right" >BUILD YOUR OWN</button>
<div class="subnav-content border bg-white " >
<div class="tab-content pt-4 pb-4">
<div id="first" class="container tab-pane active" ><br>
<div class="container ">
<div class="row text-center" >
<div class="col-lg-4 border-right">
<p class="" style="font-size: 13px;">
Unleash the designer in you and create a package that suits your needs.
</p>
</div>
<div class="col-lg-8">
<div class="row">
<div class="column pl-5">
<div class="card p" style="width: 90px; height: 90px;"><img src="images/ic_bedroom.svg" class="img-fluid mb-1 " style="width:50px;" alt="bedroom"><span style="font-size: 10px;">BEDROOM</span></div>
</div>
<div class="ml-4 mr-4 my-auto" style="font-size: 20px;">></div>
<div class="column ">
<div class="card " style="width: 90px; height: 90px;"><img src="images/pillow.png" class="img-fluid mb-1 mx-auto" style="width:35px;" alt="ic_appliances"><span style="font-size: 10px;">APPLIANCES</span></div>
</div>
<div class="ml-4 mr-4 my-auto" style="font-size: 20px;">></div>
<div class="column ">
<div class="card " style="width: 90px; height: 90px;"><img src="images/ic_appliances.svg" class="img-fluid mb-1 mx-auto"style="width:35px;" alt="ic_appliances"><span style="font-size: 10px;">APPLIANCES</span></div>
</div>
<div class="ml-5 pl-5 mt-4">
<a style=" color: white;" class="glowing_button " href="#">GET STARTED</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="subnav">
<button class="subnavbtn border-right" style="padding-right: 25px; padding-left: 0px;"><img src="images/search.svg" style="height:25px ;" alt="logo"></button>
</div>
<div class="subnav">
<a href="offers.html" title=""><button class="subnavbtn border-right" style="padding-right: 20px; padding-left: 0px;"><img src="images/discount-logo.svg" alt="discount-logo"> 3 OFFERS</button>
</a>
</div>
<div class="subnav">
<div class="">
<h2></h2>
<!-- Trigger the modal with a button -->
<button type="button" class="subnavbtn border-right" style="padding-right: 30px; padding-left: 0px; padding-bottom: 20px;" id="myBtn"><img src="images/user.svg" alt="user">LOGIN</button>
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header" style="padding:35px 50px;">
<button type="button" class="close" data-dismiss="modal"></button>
<h4 style="padding-right: 170px;"><span class="glyphicon glyphicon-lock"></span> Login</h4>
</div>
<div class="modal-body" style="padding:40px 50px;">
<form role="form">
<div class="form-group">
<label for="usrname"><span class="glyphicon glyphicon-user"></span> Username</label>
<input type="text" class="form-control" id="usrname" placeholder="Enter email">
</div>
<div class="form-group">
<label for="psw"><span class="glyphicon glyphicon-eye-open"></span> Password</label>
<input type="text" class="form-control" id="psw" placeholder="Enter password">
</div>
<div class="checkbox">
<label><input type="checkbox" value="" checked>Remember me</label>
</div>
<button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span> Login</button>
</form>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-danger btn-default pull-left" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span> Cancel</button>
<p>Not a member? <a href="#">Sign Up</a></p>
<p>Forgot <a href="#">Password?</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="subnav">
<button class="subnavbtn border-right" style="padding-right: 20px; padding-left: 0px;"><img src="images/cart.svg" alt="cart"></button>
</div>
<div class="subnav">
<button class="subnavbtn " style="padding-right: 20px; padding-left: 0px;"><img src="images/location.svg" width="25px;" alt="cart">DELHI</button>
</div>
<a class="subnavbtn nav-link " href="#" ></a>
</div>
</section>
<section>
</section>
<section class="pt-4 pb-4 text-center bg-light">
<h5>STORAGE COMBOS</h5>
</section>
<section data-spy="scroll" data-target=".navbar" data-offset="50">
<div id="section1" class="container pt-5 pb-5" style="">
<h5 class="pl-4"></h5>
<div class="row">
<div class="col-lg-4">
<div class="container ">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos1.jpg" alt="storage_combos1" style="width:100%">
<div class="card-body">
<h5 class="card-title " style="font-size: 16px; ">Vitello Queen Bed With Lana Wardrobe</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right ">₹1999/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos2.jpg" alt="storage_combos2" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Allen Single Bed With Ebony Wardrobe</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹1399/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos3.jpg" alt="storage_combos3" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Vitello Single Bed With Lana Wardrobe</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹1499/mo</a>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-4">
<div class="container ">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos4.jpg" alt="storage_combos4" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Bordo Queen Bed With Ebony Wardrobe</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right ">₹1699/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos5.jpg" alt="storage_combos5" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Pico Queen Bed With Lana Wardrobe</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹1999/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos6.jpg" alt="storage_combos6" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Vitello Single Studio</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹2299/mo</a>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-4">
<div class="container ">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos7.jpg" alt="storage_combos7" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Allen Essentials</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right ">₹2499/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos8.jpg" alt="storage_combos8" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Bordo Essentials</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹2799/mo</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container">
<div class="card" style="width:300px">
<img class="card-img-top" src="images/storage_combos9.jpg" alt="storage_combos9" style="width:100%">
<div class="card-body">
<h5 class="card-title" style="font-size: 16px;">Pico Single Studio</h5>
<p class="card-text">Delivery under 72 hours</p>
<hr>
<a href="#" class="btn border-primary btn-sm float-right">₹2299/mo</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pt-5 pb-5 border">
<div class="container ">
<h3 style="font-weight: 500;font-size: 20px; margin-bottom: 48px;">Bedroom Furniture on Rent in Delhi</h3>
<h4 style="font-weight: 500;font-size: 16px;line-height: 14px;margin-bottom: 16px;">Steps to furnish your bedroom with Furlenco:</h4>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 1: Make a list</h5>
<p style="font-weight: 300;font-size: 14px;">
Jot down all the different kinds of furniture you need to rent along with the additional things like wardrobes, lamp, dressing table, etc.
</p>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 2: Decide your budget</h5>
<p style="font-weight: 300;font-size: 14px;">
Before you fall for a bed, make a budget that you can stick to.
</p>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 3: Download the Furlenco app</h5>
<p style="font-weight: 300;font-size: 14px;">
You can always log on to the website too, but downloading the app is just easier.
</p>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 4: Pick your bedroom furniture</h5>
<p style="font-weight: 300;font-size: 14px;">
Rent the bed you want on the basis of your budget. The best part? You'll get the mattress, pillows with covers, bed sheets, side table, and lamp along with it. You can also add-on the extra storage and appliances that you need - all at once.
</p>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 5: Rent your cart</h5>
<p style="font-weight: 300;font-size: 14px;">
Once you've selected your package, rent it all in just a click.
</p>
<h5 style="margin-bottom: 0;line-height: 20px;font-weight: 400;font-size: 14px;">Step 6: Furnish your bedroom</h5>
<p style="font-weight: 300;font-size: 14px;">
You'll get your order delivered within 72 hours, so you can furnish your home with the rented bedroom furniture, and voila! You're done.
</p>
</div>
</section>
<section class="mt-5">
<div class="container mb-3">
<div class="row">
<div class="mx-auto">
<a class="" href="#"><img src="images/brand-logo.jpg" style="width:40px; height:40px ;" alt="">About Us
</a>
</div>
|
<div class="mx-auto">
<p>Refer A Friend</p>
</div>
|
<div class="mx-auto">
<p>Career</p>
</div>
|
<div class="mx-auto">
<p>FAQ</p>
</div>
|
<div class="mx-auto">
<p>Blog</p>
</div>
|
<div class="mx-auto">
<p>Furniture Packages</p>
</div>
|
<div class="mx-auto">
<p>Privacy</p>
</div>
|
<div class="mx-auto">
<p>T&C</p>
</div>
|
<div class="mx-auto">
<p>How It Works</p>
</div>
</div>
</div>
</section>
<section>
<div class="container pt-3">
<div class="row">
<div class="col-3 border border-left-0 p-3 bg-light">
<p>CONNECT WITH US</p>
<img src="images/email.svg" style="width: 10% ;" alt="email">
customercare@furlenco.com
<br>
<img src="images/phone.svg" style="width: 11% ;" alt="phone">
080-46467373 <br>(10 AM to 7:30 PM)
</div>
<div class="col-3 border border-left-0 p-3 bg-light">
<p>NEED HELP?</p>
<p>Want us to call you back?</p>
<button class="btn btn-sm border-primary">Get in touch</button>
</div>
<div class="col-3 border border-left-0 p-3 bg-light">
<p>EXPERIENCE OUR APP ON MOBILE</p>
<img src="images/google-play.svg" style="width: 43%" alt="playstore">
<img src="images/app-store.svg" alt="appstore" style="width: 43%;">
</div>
<div class="col-3 border border-left-0 border-right-0 p-3 bg-light">
<p>FOLLOW US ON</p>
<img src="images/facebook.svg" alt="fb">
<img src="images/twitter.svg" alt="twt">
<img src="images/linkedin.svg" alt="ld">
<img src="images/instagram.svg" alt="ig">
<img src="images/youtube.svg" alt="yt">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small ">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="https://mdbootstrap.com/education/bootstrap/">Kieraya Furnishing Solutions Pvt. Ltd.</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>