-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
324 lines (310 loc) · 10.7 KB
/
index.html
File metadata and controls
324 lines (310 loc) · 10.7 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
320
321
322
323
324
<!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 rel="stylesheet" href="./styles/main/main.css" />
<link rel="stylesheet" href="./styles/header/header.css" />
<link rel="stylesheet" href="./styles/home/home.css" />
<link rel="stylesheet" href="./styles/footer/footer.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<title>Scoot</title>
</head>
<body>
<!-- HEADER -->
<header class="header">
<div class="header__container section">
<div class="header-links__wrapper">
<div class="header__logo">
<a href="./index.html"><img src="./assets/logo.svg" alt="" /></a>
</div>
<div class="header__links">
<li class="header-links__items">
<a href="./about.html">About</a>
</li>
<li class="header-links__items">
<a href="./locations.html">Location</a>
</li>
<li class="header-links__items">
<a href="./careers.html">Careers</a>
</li>
</div>
<div class="header__icon">
<img src="./assets/icons/hamburger.svg" alt="" />
</div>
</div>
<div class="header__cta">
<button class="button Click-here">
<a>Get Scootin</a>
</button>
</div>
</div>
</header>
<!-- POP UP -->
<div class="custom-model-main">
<div class="custom-model-inner">
<div class="close-btn">×</div>
<div class="custom-model-wrap">
<div class="pop-up-content-wrap">
<h4>Subscribe to our News Letter!</h4>
<form>
<input type="text" placeholder="Name" /><br />
<input type="email" placeholder="Email" /><br />
<button>Submit</button>
</form>
</div>
</div>
</div>
<div class="bg-overlay"></div>
</div>
<!-- HEROBANNER -->
<section class="herobanner">
<div class="herobanner__container" data-aos="fade-right">
<div class="herobanner__heading">
<h1 class="white">Scooter sharing made simple</h1>
</div>
<div class="herobanner__description">
<p>
Scoot takes the hassle out of urban mobility. Our bikes are placed
in convenient locations in each of our cities. Use our app to locate
the nearest bike, unlock it with a tap, and you’re away!
</p>
<div class="beforedescription__arrow">
<img src="./assets/patterns/right-arrow.svg" />
</div>
<div class="afterdescription__arrow">
<img src="./assets/patterns/right-arrow.svg" />
<div class="pattern__whitecircle">
<img src="./assets/patterns/white-circles.svg" />
</div>
</div>
</div>
<button class="header-btn button Click-here">
<a>Get Scootin</a>
</button>
</div>
</section>
<!-- 3 BOX-STEPS -->
<section class="boxsteps section">
<hr />
<div class="boxsteps__container">
<div class="boxsteps__box">
<div class="box__img">
<img src="./assets/icons/locate.svg" alt="" />
</div>
<div class="box__heading">
<h4>Locate with app</h4>
</div>
<div class="box__text">
<p>
Use the app to find the nearest scooter to you. We are
continuously placing scooters in the areas with most demand, so
one should never be too far away.
</p>
</div>
</div>
<div class="boxsteps__box">
<div class="box__img">
<img src="./assets/icons/scooter.svg" alt="" />
</div>
<div class="box__heading">
<h4>Pick your scooter</h4>
</div>
<div class="box__text">
<p>
We show the most important info for the scooters closest to you.
So you know how much charge they have left and can see roughly how
much it will cost.
</p>
</div>
</div>
<div class="boxsteps__box">
<div class="box__img">
<img src="./assets/icons/ride.svg" alt="" />
</div>
<div class="box__heading">
<h4>Enjoy the ride</h4>
</div>
<div class="box__text">
<p>
Scan the QR code and the bike will unlock. Retract the cable lock,
put on a helmet, and you’re off! Always lock bikes away from
walkways and accessibility ramps.
</p>
</div>
</div>
</div>
</section>
<!-- IMAGE + TEXT -->
<section class="imageText">
<div class="imageText__container">
<div class="text__wrapper" data-aos="fade-up">
<div class="title">
<h2>Easy to use riding telemetry</h2>
</div>
<div class="texts">
<p>
The Scoot app is available with riding telemetry. This means it
can show you your average speed, how long you've been using the
scooter, your traveling distance, and many more things all in an
easy to use app.
</p>
</div>
<button class="button">
<a href="#">Learn More</a>
</button>
</div>
<div class="image__wrapper">
<div class="img">
<img src="./assets/images/telemetry.jpg" alt="" />
</div>
</div>
</div>
<div class="pattern-arrow">
<img src="./assets/patterns/left-downward-arrow.svg" alt="" />
</div>
<div class="pattern-circle">
<img src="./assets/patterns/circle.svg" alt="" />
</div>
</section>
<!-- IMAGE + TEXT (REVERSED) -->
<section class="imageText">
<div class="imageText__container reverse">
<div class="text__wrapper" data-aos="fade-up">
<div class="title">
<h2>Coming to a city near you</h2>
</div>
<div class="texts">
<p>
Scoot is available in 4 major cities so far. We’re expanding
rapidly, so be sure to let us know if you want to see us in your
hometown. We’re aiming to let our scooters loose on 23 cities over
the coming year.
</p>
</div>
<button class="button">
<a href="#">Learn More</a>
</button>
</div>
<div class="image__wrapper">
<div class="img">
<img src="./assets/images/near-you.jpg" alt="" />
</div>
</div>
</div>
<div class="pattern-arrow reverse">
<img src="./assets/patterns/right-arrow.svg" alt="" />
</div>
<div class="pattern-circle reverse">
<img src="./assets/patterns/circle.svg" alt="" />
</div>
</section>
<!-- IMAGE + TEXT -->
<section class="imageText">
<div class="imageText__container">
<div class="text__wrapper" data-aos="fade-up">
<div class="title">
<h2>Zero hassle payments</h2>
</div>
<div class="texts">
<p>
Our payment is as easy as one two three. We accept most credit
cards and debit cards. You can also link your PayPal account
inside the app. Need to pay later? No worries! You can defer
payment for up to a month.
</p>
</div>
<button class="button">
<a href="#">Learn More</a>
</button>
</div>
<div class="image__wrapper">
<div class="img">
<img src="./assets/images/payments.jpg" alt="" />
</div>
</div>
</div>
<div class="pattern-arrow">
<img src="./assets/patterns/left-downward-arrow.svg" alt="" />
</div>
<div class="pattern-circle">
<img src="./assets/patterns/circle.svg" alt="" />
</div>
</section>
<!-- FOOTER -->
<footer class="footer">
<div class="footer__container">
<div class="footer-main">
<h2 class="white">Sign up and Scoot off today</h2>
<div class="footer-cta">
<div class="app-store">
<div class="icon">
<a href="/"
><img src="./assets/icons/app-store.svg" alt=""
/></a>
</div>
</div>
<div class="google-play">
<div class="icon">
<a href=""
><img src="./assets/icons/google-play.svg" alt=""
/></a>
</div>
</div>
</div>
<img class="circle" src="./assets/patterns/semi-circles.svg" alt="" />
</div>
</div>
<div class="footer-socials__container">
<div class="footer-links">
<div class="footer-links__wrapper">
<div class="footer-logo">
<a href="./index.html"
><img src="./assets/logo-white.svg" alt=""
/></a>
</div>
<div class="footer-links__item">
<li class="footer-links__items">
<a href="./about.html">About</a>
</li>
<li class="footer-links__items">
<a href="./locations.html">Location</a>
</li>
<li class="footer-links__items">
<a href="./careers.html">Careers</a>
</li>
</div>
</div>
<div class="footer-socials">
<a href="#"><img src="./assets/icons/facebook.svg" alt="" /></a>
<a href="#"><img src="./assets/icons/twitter.svg" alt="" /></a>
<a href="#"><img src="./assets/icons/instagram.svg" alt="" /></a>
</div>
</div>
</div>
</footer>
<p
class="attribution"
style="text-align: center; font-size: 10px; line-height: 0px"
>
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>
</p>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="./js/header.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="./js/accordion-about.js"></script>
<script src="./js/popup.js"></script>
<script>
AOS.init();
</script>
</body>
</html>