-
Notifications
You must be signed in to change notification settings - Fork 3
/
safety.html
351 lines (278 loc) · 15.7 KB
/
safety.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
<!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">
<title>ONN Bikes | Safety Health - get covid-19 safe two wheeler</title>
<link rel="stylesheet" href="safety.css">
</head>
<body>
<header class="header_div" id="header_div">
<div>
<nav class="navigation_bar">
<ul class="spacing_in_line">
<li>
<a href="home.html">HOME</a>
</li>
<li>
<a href="rentTOown.html">RENT TO OWN</a
>
</li>
<li>
<a href="faq1.html">FAQ</a>
</li>
<li class="logo_list">
<a href="#">
<img src="https://www.onnbikes.com/img/ONN-logo-unit-without-shadow.png" alt="" srcset="" />
</a>
</li>
<li>
<a href="offers.html">OFFERS</a>
</li>
<li style="position: relative">
<a href="BLOGpage.html">BLOG</a
>
</li>
<li>
<a href="tel:+918378007800">+918378007800</a>
</li>
<div class="hamburgerMenu" onclick="showMobileNavBar()">
<div></div>
<div></div>
<div></div>
</div>
<div class="mobileNavBar">
<ul>
<li>
<a href="#move_to_whyOnn">WHY ONN?</a>
</li>
<li>
<a href="#" onclick="move_to_FleetAndPricing()">FLEET AND PRICING</a
>
</li>
<li>
<a href="safety.html">SAFETY</a>
</li>
<li>
<a href="faq1.html">FAQ</a>
</li>
<li style="position: relative">
<a href="#header_div" onclick="showLoginSignupPopup()" class="signupNav">
LOGIN/SIGNUP</a
>
</li>
<li>
<a href="#"> +918378007800</a>
</li>
</ul>
</div>
</ul>
</nav>
</div>
</header>
<div id="mainSafetyContainer">
<div class="banerHome">
<h1>HOW ONN IS ENSURING YOU GET COVID-19 SAFE TWO-WHEELERS</h1>
<p>ONN Bikes has taken certain precautions keeping out customers health and safety in mind to tackle the covid19 situation
</p>
</div>
<div class="Advantages AdvantagesBox">
<p class="Advantagesp1" style="width: 25rem;">Advantages for using two wheeler for safety and health</p>
<p class="Advantagesp2">With safety being the top priority for every individual, it gets riskier to use public transport at the moment with so many concerns regarding the hygiene and safety of such transportation. At the same time social distancing is becoming our
number one practise which makes it even more difficult to use any kind of transport. Two wheelers being the most safest for commuting at this point, ONN Bikes is taking every measure to make two wheelers available to the public in a safe
manner.
</P>
</div>
<div class="Advantages HowonnBox1">
<p class="Advantagesp1">How ONN is ensuring safety for everyone</p>
<div class="HowonnBoxes safetyHowonn safety_media">
<div class="HowonnBoxes Howonndivinfo">
<p class="benefitFirstheading Advantag_med">Daily temperature checks for the team.</p>
<p>Operating at minimum capacity to ensure effective social distancing. Our on-ground team is regularly screened for any signs or symptoms of illness, only then are they allowed to continue working. They are provided with all the safety
standards and follow all safety procedures.</p>
</div>
<div class="HowonnBoxes Howonndivimg">
<img src="https://www.onnbikes.com/img/daily-temprature-check.jpg" width="75%" alt="OnnBikes">
</div>
</div>
<div class="HowonnBoxes safetyHowonn safety_media2">
<div class="HowonnBoxes Howonndivimg">
<img src="https://www.onnbikes.com/img/team-mask.jpg" alt="OnnBikes" width="75%">
</div>
<div class="HowonnBoxes Howonndivinfo">
<p class="benefitFirstheading Advantag_med">All teams using masks at all times.</p>
<p>With Social distancing being the most, important thing at this moment, we provide our on-ground team with all the safety requirements. All the members are provided with masks to be worn at all times.
</p>
</div>
</div>
<div class="HowonnBoxes safetyHowonn safety_media">
<div class="HowonnBoxes Howonndivinfo">
<p class="benefitFirstheading Advantag_med">Stations are being sanitized daily.</p>
<p>ONN Stations are sanitized daily, our team makes sure that the station is safe for customers to visit, at the same time the bikes at the station are sanitized daily.</p>
</div>
<div class="HowonnBoxes Howonndivimg">
<img src="https://www.onnbikes.com/img/sanitize.jpg" alt="OnnBikes" width="75%">
</div>
</div>
<div class="HowonnBoxes safetyHowonn safety_media2">
<div class="HowonnBoxes Howonndivimg">
<img src="https://www.onnbikes.com/img/aarogya-setu.jpg" alt="OnnBikes" width="75%">
</div>
<div class="HowonnBoxes Howonndivinfo">
<p class="benefitFirstheading Advantag_med">Aarogya Setu app used by all teams.</p>
<p>Our employees follow all the safety procedures to give the best experience to the customers, every employee uses the Aarogya Setu app to stay updated with the latest information.</p>
</div>
</div>
</div>
<section style="margin: 7rem 0;">
<div class="Steps_onn" style="max-width: 90%; margin: auto;">
<div class=" containerSteps_onn">
<div class="Advantages HowonnBox1">
<p class="Advantagesp1">Steps our on-ground team is taking to ensure safety.</p>
</div>
<div class="Steps_onn_row">
<div class="HowonnBoxes">
<div class="Steps_onnDivs">
<div><img src="https://www.onnbikes.com/img/icons/daily-temperature-checks-icon.png" width="60" height="60" alt="OnnBikes"></div>
<p class="Steps_onnHedingP">Daily temperature checks for the entire team</p>
<div class="Steps_onnTitle">
<p class="text-center">Our on-ground team is regularly screened for any signs or symptoms of illness, only then are they allowed to continue operations.
</p>
</div>
</div>
</div>
<div class="HowonnBoxes">
<div class="Steps_onnDivs">
<div><img src="https://www.onnbikes.com/img/icons/mask-icon.png" width="60" height="60" alt="OnnBikes">
</div>
<p class="Steps_onnHedingP">All teams using masks at all times.</p>
<div class="Steps_onnTitle">
<p class="text-center">With social distancing being imperative, ONN provides the on-ground team with masks. The teams are directed to wear the masks at all times.</p>
</div>
</div>
</div>
<div class="HowonnBoxes">
<div class="Steps_onnDivs">
<div>
<img src="https://www.onnbikes.com/img/icons/arogya-setu-icon.png" width="60" height="60" alt="OnnBikes">
</div>
<p class="Steps_onnHedingP">Aarogya Setu app used by all teams.</p>
<div class="Steps_onnTitle">
<p class="text-center">Our team takes all the safety procedures, every employee uses the Aarogya Setu app to stay updated with the latest information.
</p>
</div>
</div>
</div>
<div class="HowonnBoxes">
<div class="Steps_onnDivs">
<div><img src="https://www.onnbikes.com/img/icons/stations-sanitized-daily-icon.png" width="60" height="60" alt="OnnBikes">
</div>
<p class="Steps_onnHedingP">Stations are being sanitized daily.</p>
<div class="Steps_onnTitle">
<p class="text-center">ONN Stations are being sanitized with disinfectant daily, our team makes sure that the station is safe for customers to visit at all times.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="Advantages BenefitsMain">
<p class="Advantagesp1">Benefits of choosing ONN</p>
<div class="benefitFirstdiv">
<div class="benefitFirstAlldiv">
<div class="benefitFirstAlldivimg">
<img src="https://www.onnbikes.com/img/icons/sanitization-of-bikes-icon.png" alt="OnnBikes">
</div>
<p class="benefitFirstheading">Sanitization of bikes</p>
<p class="benefitFirstdesc">Our services are guaranteed. Every time you go to pick up your bike, our employees make it sure to sanitize the bikes in front of you</p>
</div>
<div class="benefitFirstAlldiv">
<div class="benefitFirstAlldivimg">
<img src="https://www.onnbikes.com/img/icons/easy-bike-sharing-icon.png" alt="OnnBikes">
</div>
<p class="benefitFirstheading">Easy bike sharing</p>
<p class="benefitFirstdesc">Share the bike with your friends and family with our exclusive Share Key service at the tap of a button without any additional cost. </p>
</div>
<div class="benefitFirstAlldiv">
<div class="benefitFirstAlldivimg">
<img src="https://www.onnbikes.com/img/icons/variety-of-bikes-icon.png" alt="OnnBikes">
</div>
<p class="benefitFirstheading">Variety of bikes</p>
<p class="benefitFirstdesc">Ride a different bike every time you book. Choose from a wide variety of bikes available at ONN Bikes. We have a bike for all your commute needs.</p>
</div>
<div class="benefitFirstAlldiv">
<div class="benefitFirstAlldivimg">
<img src="https://www.onnbikes.com/img/icons/easy-payments-and-refunds-icon.png" alt="OnnBikes">
</div>
<p class="benefitFirstheading">Easy payments and refunds</p>
<p class="benefitFirstdesc">Combining tech and mobility, ONN Bikes offers the most efficient platform for all your commute needs. Get access to flexible plans, make online fast and secure payments. If there's any trouble, get instant refunds.</p>
</div>
<div class="benefitFirstAlldiv">
<div class="benefitFirstAlldivimg">
<img src="https://www.onnbikes.com/img/icons/long-term-bookings-icon.png" alt="OnnBikes">
</div>
<p class="benefitFirstheading">Long term bookings</p>
<p class="benefitFirstdesc">Customers can avail from flexible subscriptions in the current pandemic. Long term subscriptions available, at the same time you won’t have to worry about the maintenance of your bike as ONN takes care of it.</p>
</div>
</div>
</div>
</div>
<section class="section">
<div class="footer">
<div class="footerCont">
<div class="footerContDivs">
<div class="footerleftdiv">
<div class="footerleftbox">
<span>ONN BIKES</span>
<ul class="remove_dot">
<li><a>About Us</a></li>
<li><a>Careers </a></li>
<li><a>FAQs</a></li>
</ul>
</div>
<div class="footerleftbox">
<span>WE'RE AT</span>
<ul class="remove_dot">
<li><a>Bengaluru</a></li>
<li> <a>Hyderabad</a></li>
<li> <a>Jaipur</a> </li>
<li> <a>Mysuru</a></li>
<li> <a>Udaipur</a></li>
</ul>
</div>
<div class="footerleftbox">
<span>POLICIES</span>
<ul class="remove_dot">
<li><a>Terms of Use</a> </li>
<li><a>Privacy Policy</a></li>
<li><a>Pricing Policy</a> </li>
<li><a>Insurance Policy</a></li>
</ul>
</div>
</div>
<div class="rightfooter">
<div class="rightfooterdiv1">
<a href="https://www.onnbikes.com">
<img src="https://d3bvfezcznypk7.cloudfront.net/staticwebsitecontent/img/logo.svg" class="img-responsive" alt="Logo">
</a>
</div>
<div class="rightfooterdiv2">
onn bikes is here to redefine the way you travel! rent a bike on an hourly, daily, weekly or even monthly basis. <br> we also have long term leasing solutions for businesses who are into last mile delivery through two wheelers.
</div>
</div>
</div>
<hr>
<div class="copyright">
<div>
<p> © 2019 motocruizer technologies india pvt.ltd. all rights reserved</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>
<script src="safety.js"></script>