-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFAQ.html
More file actions
319 lines (269 loc) · 17.5 KB
/
Copy pathFAQ.html
File metadata and controls
319 lines (269 loc) · 17.5 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Ubuntu:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/order.css">
<!-- <link rel="stylesheet" href="css/stylesol.css"> -->
<script src="https://kit.fontawesome.com/0a131cdcf3.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="K:\Ready\web\bootstrap-5.2.0\dist\css\bootstrap.css">
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/dropdowns/">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<title></title>
</head>
<body>
<section id="title">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-black">
<div class="container-fluid">
<a class="navbar-brand" href="#">SolRidee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent"
style="padding-left:10%; padding-right: 10%;">
<ul class="navbar-nav me-auto mb-0 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">About</a>
</li>
<li class="nav-item ">
<a class="nav-link active">Bike Listing</a>
</li>
<li class="nav-item ">
<a class="nav-link active">FAQs</a>
</li>
<li class="nav-item ">
<a class="nav-link active">Contact Us</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<!-- <button class="btn btn-outline-success" type="submit">Search</button> -->
<button id="search-button" class="btn btn-light" type="button" name="button">
<i class="fas fa-search"></i>
</button>
</form>
</div>
</div>
</nav>
<!-- Title -->
<!-- <div class="top">
<img class="topimg" src="images/topimg.jpg" alt="">
<div class="inside-top">
<h4>Bike Listing</h4>
<h6>Home>BikeListing</h6>
</div>
</div> -->
</section>
<!-- List -->
<section>
<div class="accordion accordion-flush container my-5" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
What are the Term and Conditions
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">The parties to this agreement are the lessor and the lessee where City Cycling is the Lessor & the customer is the
lessee. The terms of the rental agreement are as follows:
Tenure of Contract:
The contract has a lock-in period that is equivalent to the tenure of the contract that is agreed by the Lessee in the
contract. Contract shall not be terminated before the tenure. In case of early termination,1 week prior notice has to be
given otherwise some extra charges which is 50% of the cycle rental has to be paid by the customer. Similarly, the
contract can be extended for a minimum period of 1 month by notifying us 1 week prior to the end of the contract. If the
rent is not paid within 2 weeks of the due date, the lessor has the right to pick up the rented items back from Lessee’s
premises.
Payment policy:
The refundable deposit has to be paid in full online while placing the order. The remaining deposit can be paid upon
delivery via Credit/Debit card/cash or online system.
Extra charges (if any) have to be paid at the time of delivery. This will be discussed before the delivery.
Lessee will receive email reminders on their registered id .
Monthly/weekly rentals have to be paid online before the due date to avoid late payment charges of Rs.100 –
Refundable deposit does not include any monthly rent. It is simply a security deposit which takes care of the damages
(if any) and any default in payments.
Please note that the lessor has the right to physically remove the rented item in the event of default on payments if
not paid within due date .
Delivery policy
The lessee or his/her representative has to be present at the agreed date and time. Otherwise extra shipping costs will
be charged by the lessor.
Delivered items cannot be returned unless they have major defects & are non-functional. Once accepted by the lessee or
his/her representative at the time of delivery, items will not be replaced before completion of the tenure.
Though we conduct detailed quality checks before delivery, the lessee is expected to check if there are any damages at
the time of delivery and report the same to representative of lessor and photos shall be captured of the same.
Photos of the lessee will be taken with the items delivered for our records.
Please note that the lessee should ensure the entry of delivery vehicle inside the premises.
Pick-up policy
The lessee needs to inform the lessor 1 week prior to the end of the contract if he wishes to extend or end the
contract. The lessor will send across a notification regarding the same as well.
Pick-up date and time will be mutually decided by lessee and lessor.
The lessee needs to be present at the agreed date and time. If a ‘mutually scheduled’ delivery needs to be rescheduled
due to non availability of the lessee, additional logistics costs incurred will be charged to the lessee.
Damage policy
The lessee agrees to pay for any damage to, loss of, or any theft (disappearance) of items, regardless of cause or
fault. Item damaged beyond repair will be paid for at its Market Price.
Any damage which is a result of raw material or manufacturing defects will not be chargeable to the lessee.
Any damage that results in the product being unusable will result in the value of the product being charged to the
lessee.
Any variation showing damages, if ascertained as not caused by normal wear and tear, will be charged and would have to
be borne by the lessee.
Refund policy
If a clean chit is provided basis the QC report, the entire refundable deposit will be credited to the account of the
lessee without any interest within 7 working days. Please make sure that the account details for the transfer are shared
with the lessor.
This damage cost will be mitigated from the refundable deposit paid by the lessee.
Refund amount will be transferred to account from where initial deposit was received.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
What is the procedure of renting the cycles?
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Browse through our fleet listed in the website.
Choose the cycles which suit you according to your height, distances of riding, budget and dates.
Select the cycle, pick the start and end dates, number of cycles etc.
Book it.
You need to pay the refundable deposit in advance.
Payment mode is either bank transfer or cash on pick-up.
Payment must be made within 24Hrs of booking the cycle to keep the booking valid.
Rent will be deducted from the security deposit if the cycle is returned within 4 weeks of the start date period.
If rental period exceeds more than 4 weeks, then 4 weeks of rental is to be paid in the bank account.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
What are the document required?
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">We need documents for address and id proof.
You can email soft copy to citycycling.in@gmail.com, or whatsapp at +91-8971552453 or bring original and we will take a
photo of IDs.
A few valid documents are as following:
Delivery address: Proof of Ownership –
Photo ID: PAN / Voter / Aadhaar / DL/ College-School ID/Company ID
Permanent address: Voter ID / DL / Passport / Aadhaar
Current address: Rent agreement/Aadhaar/Electricity Bill / Water Bill /society maintenance bill/Hotel Reservation email.
Primary and Secondary contact number.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
How do i know which cycle is best for me?
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Use the filters we provide, read the description and user reviews, many times they are quite suitable.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
Do you sell cycles?
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Please drop in a request for the same to us.
We quote the sale price for the cycle you book. We can also suggest others which are available suitable for you at any
point of time.</div>
</div>
</div>
</div>
</section>
<!-- Bottom -->
<section>
<div class="bottom">
<div class="row my-5">
<div class="col-lg-6 col-md-6 col-sm-12">
<h6>ABOUT US</h6>
<div class="information">
<ul title="Information">
<li>Our Stores</li>
<li>Contact Us</li>
<li>Terms & Conditions</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h6>Subcsribe SolRidee</h6>
<div class="row">
<div class="col">
</div>
<div class="col">
<form class="d-flex my-2" role="search">
<input class="form-control me-2" type="search" placeholder="Enter Email Address"
aria-label="Search">
</form>
<button type="button" class="btn btn1 btn-warning">Subscribe <i
class="fa-solid fa-circle-chevron-right"></i></button>
<br>
<div class="deals">
We send great deals and latest auto news to our subscribed user every week.
</div>
</div>
<div class="col">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- last -->
<section>
<div class="address" style="background-color:black; padding:20px; text-align: center; color:#EAEAEA;">
<p>
<center><b>Address :</b> Dwarika Prasad Mishra Indian Institute of Information Technology Design and
Manufacturing Jabalpur, Near dumna National park, Airport Road ,Jabalpur, Madhya pradesh-482005
</center>
</p>
<div class="si">
<i class="social-icon fa-brands fa-facebook mx-2"></i>
<i class="social-icon fa-brands fa-instagram mx-2"></i>
<i class="social-icon fa-brands fa-twitter mx-2"></i>
<p>© Copyright Soleridee</p>
</div>
</div>
</div>
</section>
</body>
</html>