-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
372 lines (369 loc) · 14.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<link rel="stylesheet" href="/components/styles/navBarStyle.css">
<link rel="stylesheet" href="/components/styles/footer.css">
<link rel="stylesheet" href="./styles/index.css" />
<title>Furniture on Rent</title>
</head>
<body>
<div id="navbar"></div>
<!-- <div id="navbar" include-html="./components/navBar.html"> -->
<div id="pra_carouselSlider">
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="7000">
<a href="#"><img src="/images/sli/sli3.png" class="d-block w-100" alt="sli3" /></a>
</div>
<div class="carousel-item" data-bs-interval="2000">
<a href="#"><img src="/images/sli/sli1.png" class="d-block w-100" alt="sli1" /></a>
</div>
<div class="carousel-item">
<a href="#"><img src="/images/sli/sli2.png" class="d-block w-100" alt="sli2" /></a>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleInterval"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div id="pra_category">
<a href="./package.html">
<div>
<img src="./images/icons/packages.svg" alt="" srcset="" />
<p>Packages</p>
</div>
</a>
<a href="./furniture.html">
<div>
<img src="./images/icons/furniture.svg" alt="" srcset="" />
<p>Furniture</p>
</div>
</a>
<a href="./appliances.html">
<div>
<img src="./images/icons/appliances.svg" alt="" srcset="" />
<p>Appliances</p>
</div>
</a>
<a href="./electronics.html">
<div>
<img src="./images/icons/electronics.svg" alt="" srcset="" />
<p>Electronics</p>
</div>
</a>
<a href="./fitness.html">
<div>
<img src="./images/icons/fitness.svg" alt="" srcset="" />
<p>Fitness</p>
</div>
</a>
<a href="./furniture.html">
<div>
<img src="./images/icons/wfh.svg" alt="" srcset="" />
<p>WFH Essentials</p>
</div>
</a>
</div>
<div id="ecommerce_slider">
<div>
<div class="pra_heading">
You'll love to
<span style="display: block">take these home </span>
</div>
<hr class="pra_heading_line" />
</div>
<div class="scrolling-wrapper" id="pra_cartAppend">
<!-- append all product here -->
</div>
</div>
<div id="pra_features">
<div class="pra_heading">
There's more
<span style="display: block">to renting</span>
</div>
<hr class="pra_heading_line" />
<div id="pra_features_container">
<div>
<div>
<img src="./images/icons/finest.svg" alt="" />
</div>
<div>
<div>Finest-quality products</div>
<div>
Quality matters to you, and us! That's why we do a
strict quality-check for every product.
</div>
</div>
</div>
<div>
<div>
<img src="./images/icons/relocation.svg" alt="" />
</div>
<div>
<div>Free relocation</div>
<div>
Changing your house or even your city? We'll
relocate your rented products for free.
</div>
</div>
</div>
<div>
<div>
<img src="./images/icons/maintenance.svg" alt="" />
</div>
<div>
<div>Free maintenance</div>
<div>
Keeping your rented products in a spick and span
condition is on us, so you can sit back and relax.
</div>
</div>
</div>
<div>
<div>
<img src="./images/icons/cancel_anytime.svg" alt="" />
</div>
<div>
<div>Cancel anytime</div>
<div>
Pay only for the time you use the product and close
your subscription without any hassle.
</div>
</div>
</div>
<div>
<div>
<img src="./images/icons/return.svg" alt="" />
</div>
<div>
<div>Easy return on delivery</div>
<div>
If you don't like the product on delivery, you can
return it right away—no questions asked.
</div>
</div>
</div>
<div>
<div>
<img src="./images/icons/keep_upgrading.svg" alt="" />
</div>
<div>
<div>Keep upgrading</div>
<div>
Bored of the same product? Upgrade to try another,
newer design and enjoy the change!
</div>
</div>
</div>
</div>
<span>
<a href="https://www.rentomojo.com/benefits" class="pra_features_knowMore">KNOW MORE</a>
</span>
</div>
<div id="pra_testimonial">
<div>
<div>
<div class="pra_heading">
Over 1.5 lac
<span style="display: block">happy subscribers</span>
</div>
<hr class="pra_heading_line" />
</div>
<div class="pra_testimonial_text">
Here's what they have
<span style="display: block"></span> to say about their
<span style="display: block"></span>RentoMojo experience.
</div>
</div>
<div id="pra_testimonial_content">
<!-- Carousel wrapper -->
<div id="carouselExampleControls" class="carousel slide text-center carousel-dark" data-mdb-ride="carousel">
<div class="carousel-inner" style="border-radius: 20px">
<div class="carousel-item active pra_testimonial_eachCart">
<div class="pra_imgdiv">
<img class="rounded-circle shadow-1-strong" src="./images/team/pratik.jpg" alt="avatar"
style="width: 82px" />
<h5 class="mb-3">Pratik Sontakke</h5>
</div>
<div class="row d-flex pra_leftPara justify-content-center">
<div class="col-lg-8">
<p>Algo Expert | System Architecture</p>
<p class="text-muted">
<!-- <i class="fas fa-quote-left pe-2"></i> -->
When I moved to Bangalore from Chennai,
I went to multiple websites to get a bed
until I found out about Rentomojo. I
rented a bed and mattress, just to try
it out. They delivered it within a day
and set it up at my place without any
hassle. Now I sleep so peacefully that I
always end up being late for work.
</p>
</div>
</div>
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0">
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="far fa-star fa-sm"></i></li>
</ul>
</div>
<div class="carousel-item pra_testimonial_eachCart">
<div class="pra_imgdiv">
<img class="rounded-circle shadow-1-strong" src="./images/team/mohit.jpg" alt="avatar"
style="width: 82px" />
<h5 class="mb-3">Mohit Raj Singh</h5>
</div>
<div class="row d-flex pra_leftPara justify-content-center">
<div class="col-lg-8">
<p>
Back-End Developer | Security Analysts
</p>
<p class="text-muted">
I got to know about RentoMojo through a
friend and looked up for AC on their
website and finally rented one. The
delivery guys installed the AC in 2
days. And with a such a low deposit and
rent, I didn't have to spend a whole lot
for my comfort. Thank you RentoMojo, for
being so easy breezy on my pocket.
</p>
</div>
</div>
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0">
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="far fa-star fa-sm"></i></li>
</ul>
</div>
<div class="carousel-item pra_testimonial_eachCart">
<div class="pra_imgdiv">
<img class="rounded-circle shadow-1-strong" src="./images/team/kaushik.jpg" alt="avatar"
style="width: 82px" />
<h5 class="mb-3">Kausik Bhaumik</h5>
</div>
<div class="row d-flex pra_leftPara justify-content-center">
<div class="col-lg-8">
<p>Front-End Developer | UI Designer</p>
<p class="text-muted">
Rentomojo was unbelievably helpful.
Never thought that setting up a new
place would be just few clicks away. The
customer support staff was on their toes
to help me. Anytime I need something for
my house, Rentomojo has it. :)
</p>
</div>
</div>
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0">
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="far fa-star fa-sm"></i></li>
</ul>
</div>
<div class="carousel-item pra_testimonial_eachCart">
<div class="pra_imgdiv">
<img class="rounded-circle shadow-1-strong" src="./images/team/samsur.jpg" alt="avatar"
style="width: 82px" />
<h5 class="mb-3">Samsur Sekh</h5>
</div>
<div class="row d-flex pra_leftPara justify-content-center">
<div class="col-lg-8">
<p>Full-Stack Developer | Accountant</p>
<p class="text-muted">
The thought of renting the furniture had
never occurred to me. When I saw
Rentomojo's affordable range, I was
super excited to try and it was really
amazing. From service to product
quality, everything was superb. I don’t
have to carry the same furniture to
every house I move to and can change the
look of my home whenever I want 😬
</p>
</div>
</div>
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0">
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="far fa-star fa-sm"></i></li>
</ul>
</div>
<div class="carousel-item pra_testimonial_eachCart">
<div class="pra_imgdiv">
<img class="rounded-circle shadow-1-strong" src="./images/team/parag.jpg" alt="avatar"
style="width: 82px" />
<h5 class="mb-3">Parag Jain</h5>
</div>
<div class="row d-flex pra_leftPara justify-content-center">
<div class="col-lg-8">
<p>Software Developer | UX Designer</p>
<p class="text-muted">
I was suddenly asked to move to Chennai
from Bengaluru in couple of days.
Everything was garbled for me and huge
tension of getting apartment, buying
furnitures, selling while going back to
Bangalore. Thanks to RentoMojo for
excellent budgeted plans. With few mouse
clicks and nominal security deposit u
are done ☺. No tension for delivery,
Rentomojo is a furniture wish wizard.
Also takes care of relocation made my
life easy. Happy to be a customer for
Rentomojo. It made my house a happy
home!
</p>
</div>
</div>
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0">
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="fas fa-star fa-sm"></i></li>
<li><i class="far fa-star fa-sm"></i></li>
</ul>
</div>
</div>
<button class="carousel-control-prev" type="button" data-mdb-target="#carouselExampleControls"
data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-mdb-target="#carouselExampleControls"
data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Carousel wrapper -->
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/4.3.0/mdb.min.js"></script>
<script type="module" src="./scripts/index.js"></script>