-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (302 loc) · 10.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
<!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="icon"
type="image/x-icon"
href="./src/assets/favicon-32x32.png"
/>
<link rel="stylesheet" href="./dist/css/index.css" />
<title>Rent a Scooter</title>
</head>
<body>
<!-- =========== Start Header Section =========== -->
<header>
<section id="header">
<div class="header container">
<nav>
<div class="nav-bar">
<div class="logo">
<a href=""
><img src="./src/assets/logo.svg" alt="scoot logo"
/></a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="nav-item">
<li><a href="./about.html">about</a></li>
<li><a href="./locations.html">Location</a></li>
<li><a href="./careers.html">Careers</a></li>
<li><a class="btn" href="#">Get Scootin</a></li>
</ul>
</div>
<div class="nav-btn">
<a class="btn" href="">Get Scootin</a>
</div>
</div>
</nav>
</div>
</section>
</header>
<!-- =========== End Header Section =========== -->
<!--=========== Hero Section ===========-->
<section class="hero">
<div class="hero-container">
<div class="orange-line-desktop"></div>
<div class="hero-desc">
<div class="text">
<h1>Scooter sharing made simple</h1>
<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>
<a class="btn" href="#">Get Scootin</a>
</div>
<div class="right-arrow">
<picture>
<source
media="(min-width: 64rem)"
srcset="./src/assets/patterns/right-arrow.svg"
/>
<source
media="(min-width: 48rem)"
srcset="./src/assets/patterns/right-arrow.svg"
/>
<img src="./src/assets/patterns/right-arrow-half.svg" alt="" />
</picture>
</div>
<div class="circle">
<div class="outline"></div>
<div class="outline-2"></div>
<div class="fill-3"></div>
</div>
</div>
</section>
<!-- =========== End Hero Section =========== -->
<!--=========== Start Main Section ===========-->
<main>
<div class="main-container">
<!-- =========== Start Services Section =========== -->
<section>
<div class="services">
<div class="service">
<div class="line"></div>
<div class="icon">
<img src="./src/assets/icons/locate.svg" alt="" />
</div>
<div class="service-text">
<h2>Locate with app</h2>
<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="service">
<div class="line"></div>
<div class="icon">
<img src="./src/assets/icons/scooter.svg" alt="" />
</div>
<div class="service-text">
<h2>Pick your scooter</h2>
<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="service">
<div class="line"></div>
<div class="icon">
<img src="./src/assets/icons/ride.svg" alt="" />
</div>
<div class="service-text">
<h2>Enjoy the ride</h2>
<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>
<!--=========== End Services Section ===========-->
<!-- =========== Start Facility Section =========== -->
<section class="facility-container">
<div class="facility item-one">
<div class="images">
<img
class="image"
src="./src/assets/images/telemetry.jpg"
alt=""
/>
<picture>
<source
media="(min-width: 64rem)"
srcset="./src/assets/patterns/left-downward-arrow.svg"
/>
<source
media="(min-width: 48rem)"
srcset="./src/assets/patterns/left-downward-arrow.svg"
/>
<img
src="./src/assets/patterns/left-downward-arrow.svg"
alt=""
/>
</picture>
</div>
<div class="facility-text">
<h3>Easy to use riding telemetry</h3>
<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>
<a class="btn" href="#">Learn more</a>
</div>
</div>
<div class="facility item-two">
<div class="images">
<img
class="image"
src="./src/assets/images/near-you.jpg"
alt=""
/>
<picture>
<source
media="(min-width: 768px)"
srcset="./src/assets/patterns/right-arrow.svg"
/>
<img
class="facility__right-arrow"
src="./src/assets/patterns/right-arrow.svg"
alt=""
/>
</picture>
</div>
<div class="facility-text">
<h3>Coming to a city near you</h3>
<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>
<a class="btn" href="#">Learn more</a>
</div>
</div>
<div class="facility item-three">
<div class="images">
<img
class="image"
src="./src/assets/images/payments.jpg"
alt=""
/>
<picture>
<source
media="(min-width: 48rem)"
srcset="./src/assets/patterns/left-downward-arrow.svg"
/>
<img
src="./src/assets/patterns/left-downward-arrow.svg"
alt=""
/>
</picture>
</div>
<div class="facility-text">
<h3>Zero hassle payments</h3>
<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>
<a class="btn" href="#">Learn more</a>
</div>
</div>
</section>
<!--=========== End Facility Section ===========-->
</div>
</main>
<!--=========== End Main Section ===========-->
<!--=========== Footer Section ===========-->
<footer>
<!--=========== # Section ===========-->
<section>
<div class="#-container">
<div class="#">
<div class="#-heading">
<h4># and Scoot off today</h4>
</div>
<div class="#-icon">
<a href="#"
><img src="./src/assets/icons/app-store.svg" alt=""
/></a>
<a href="#"
><img src="./src/assets/icons/google-play.svg" alt=""
/></a>
</div>
<picture>
<source
media="(min-width: 48rem)"
srcset="./src/assets/patterns/semi-circles.svg"
/>
<img src="./src/assets/patterns/semi-circle-mobile.svg" alt="" />
</picture>
</div>
</div>
</section>
<!--=========== End # Section ===========-->
<div class="footer-container">
<div class="footer-info">
<div class="footer-logo">
<a href="./index.html"
><img src="./src/assets/logo.svg" alt=""
/></a>
</div>
<nav>
<ul class="nav-links">
<li><a href="./about.html">about</a></li>
<li><a href="./locations.html">location</a></li>
<li><a href="./careers.html">careers</a></li>
</ul>
</nav>
<ul class="social-icons">
<li>
<a href="#" title=" Join us on Facebook"
><img src="./src/assets/icons/facebook.svg" alt="facebook icon"
/></a>
</li>
<li>
<a href="#" title=" Join us on Twitter"
><img src="./src/assets/icons/twitter.svg" alt="twitter icon"
/></a>
</li>
<li>
<a href="#" title=" Join us on Instagram"
><img
src="./src/assets/icons/instagram.svg"
alt="instagram icon"
/></a>
</li>
</ul>
</div>
</div>
</footer>
<!--=========== End Footer Section ===========-->
<script src="./dist/js/index.js" defer></script>
</body>
</html>