-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
369 lines (354 loc) · 13 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<title>Scoot – About</title>
<link
href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Space+Mono:wght@700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/5225b7dab1.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="header">
<img
src="assets/icons/hamburger.svg"
alt="nav-toggle"
class="header__nav-toggle"
/>
<a href="/">
<img src="assets/logo.svg" alt="logo" class="logo header__logo" />
</a>
<div class="header__navigation">
<div class="header__nav-list">
<a href="about.html" class="header__nav-link">About</a>
<a href="locations.html" class="header__nav-link">Location</a>
<a href="careers.html" class="header__nav-link">Careers</a>
<a href="#cta" class="btn header__btn">Get Scootin</a>
</div>
</div>
</header>
<section class="page-heading">
<picture>
<source
srcset="assets/images/about-hero-tablet.jpg"
media="(max-width: 1100px) and (min-width: 601px)"
/>
<source
srcset="assets/images/about-hero-mobile.jpg"
media="(max-width: 600px)"
/>
<img
alt="careers-location"
src="assets/images/about-hero-desktop.jpg"
class="page-heading__bg"
/>
</picture>
<div class="page-heading__container">
<h1 class="heading-1 page-heading__heading">About</h1>
<img
src="assets/patterns/white-circles.svg"
alt="circles"
class="page-heading__circles"
/>
</div>
</section>
<main>
<section class="image-text-row image-text-row--right low-spacing">
<div class="image-text-row__img-container">
<img
class="image-text-row__img"
src="assets/images/digital-era.jpg"
alt="digital-era"
/>
<img
src="assets/patterns/circle.svg"
alt="circle"
class="image-text-row__circle"
/>
<img
src="assets/patterns/left-upward-arrow.svg"
alt="arrow"
class="image-text-row__arrow image-text-row__arrow--long image-text-row__arrow--upward"
/>
</div>
<div class="image-text-row__content">
<h2 class="heading-2 mb-sm image-text-row__heading">
Mobility for the digital era
</h2>
<p class="image-text-row__text">
Getting around should be simple (and even fun!) for everyone. We
embrace technology to provide low cost, smart access to scooters at
your fingertips.
</p>
</div>
</section>
<section class="image-text-row image-text-row--left low-spacing">
<div class="image-text-row__img-container">
<img
class="image-text-row__img"
src="assets/images/better-living.jpg"
alt="better-living"
/>
<img
src="assets/patterns/circle.svg"
alt="circle"
class="image-text-row__circle"
/>
<img
src="assets/patterns/left-upward-arrow.svg"
alt="arrow"
class="image-text-row__arrow image-text-row__arrow--long-mobile"
/>
</div>
<div class="image-text-row__content">
<h2 class="heading-2 mb-sm image-text-row__heading">
Better urban living
</h2>
<p class="image-text-row__text">
We’re helping connect cities and bring people closer together. Our
scooters are also fully-electric and we offset the minimal carbon
footprint for each ride.
</p>
</div>
</section>
<section class="features">
<h2 class="heading-2 section-heading features__heading">Our Values</h2>
<div class="features__row">
<div class="features__item">
<div class="features__img-container">
<img
src="assets/images/our-tech.jpg"
alt="our-tech"
class="features__img"
/>
<h4 class="heading-4 features__number">01</h4>
</div>
<h4 class="heading-4 features__title">Our tech</h4>
<p class="features__text">
We’re using cutting edge technology to drive accessible urban
transportation forward. Our fully electric scooters are a joy to
ride!
</p>
</div>
<div class="features__item">
<div class="features__img-container">
<img
src="assets/images/our-integrity.jpg"
alt="our-integrity"
class="features__img"
/>
<h4 class="heading-4 features__number">02</h4>
</div>
<h4 class="heading-4 features__title">Our integrity</h4>
<p class="features__text">
We are fully committed to deliver a great yet safe, sustainable
micro-mobility experience in every city we serve.
</p>
</div>
<div class="features__item">
<div class="features__img-container">
<img
src="assets/images/our-community.jpg"
alt="our-community"
class="features__img"
/>
<h4 class="heading-4 features__number">03</h4>
</div>
<h4 class="heading-4 features__title">Our community</h4>
<p class="features__text">
We support every community we serve. All workers are paid a living
wage based on their location and are Scoot employees.
</p>
</div>
</div>
</section>
<section class="faq">
<h2 class="heading-2 section-heading faq__heading">FAQs</h2>
<div class="faq__section">
<h3 class="heading-3 faq__section-title">How it works</h3>
<div class="accordion faq__list">
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
How do I download the app?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
To download the Scoot app, you can search “Scoot” in both the
App and Google Play stores. An even simpler way to do it would
be to click the relevant link at the bottom of this page and
you’ll be re-directed to the correct page.
</p>
</div>
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
Can I find a nearby Scoots?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
Definitely! Simply open up the app and allow us to find your
location while using it. We'll show you all of the closest
Scoots and some extra useful information.
</p>
</div>
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
Do I need a license to ride?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
Yup! We provide information inside the app regarding local laws
and the license you need to be able to ride our Scoots.
</p>
</div>
</div>
</div>
<div class="faq__section">
<h3 class="heading-3 faq__section-title">Safe driving</h3>
<div class="accordion faq__list">
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
Should I wear a helmet?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
Yes, please do! All cities have different laws. But we strongly
strongly strongly recommend always wearing a helmet regardless
of the local laws. We like you and we want you to be as safe as
possible while Scooting.
</p>
</div>
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
How about the rules & regulations?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
Now is not the time to be a rule breaker. Be sure you're
complying with all local laws and regulations. Also, just be a
good human being. Be sure not to park your Scoot where it can
block access to buildings or get in people's way.
</p>
</div>
<div class="accordion__item">
<div class="accordion__top">
<h4 class="heading-4 accordion__title">
What if I damage my Scoot?
</h4>
<img
src="assets/icons/chevron.svg"
alt="chevron"
class="accordion__icon"
/>
</div>
<p class="accordion__content">
Be sure to read our terms and conditions carefully. Not the most
fun job we know but we make it as clear as possible. There's an
option to add insurance for each trip, or you can sign up for
annual insurance if you're a regular Scooter.
</p>
</div>
</div>
</div>
</section>
</main>
<section class="cta" id="cta">
<h2 class="heading-2 cta__text">Sign up and Scoot off today</h2>
<div class="cta__download">
<a href="#cta" class="cta__download-link">
<div class="cta__download-button cta__download-button--apple">
<i class="cta__download-icon fab fa-apple"></i>
<div class="cta__download-text">
<p>Available on the</p>
<p>AppStore</p>
</div>
</div>
</a>
<a href="#cta" class="cta__download-link">
<div class="cta__download-button cta__download-button--google">
<i class="cta__download-icon fab fa-google-play"></i>
<div class="cta__download-text">
<p>Get it on</p>
<p>GooglePlay</p>
</div>
</div>
</a>
</div>
<img
class="cta__pattern"
src="assets/patterns/semi-circles.svg"
alt="semi-circles"
/>
</section>
<footer class="footer">
<a href="/">
<img src="assets/logo-white.svg" alt="logo" class="logo footer__logo" />
</a>
<div class="footer__nav">
<a href="about.html" class="footer__nav-link">About</a>
<a href="locations.html" class="footer__nav-link">Location</a>
<a href="careers.html" class="footer__nav-link">Careers</a>
</div>
<div class="footer__social">
<a href="#cta" class="footer__social-link">
<svg class="footer__social-icon">
<use xlink:href="assets/icons/facebook.svg#icon"></use>
</svg>
</a>
<a href="#cta" class="footer__social-link">
<svg class="footer__social-icon footer__social-icon--small">
<use xlink:href="assets/icons/twitter.svg#icon"></use>
</svg>
</a>
<a href="#cta" class="footer__social-link">
<svg class="footer__social-icon">
<use xlink:href="assets/icons/instagram.svg#icon"></use>
</svg>
</a>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="index.js"></script>
</body>
</html>