-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (144 loc) · 7.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="stylesheet" href="css/style.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<title>Frontend Mentor | Scoot Home</title>
</head>
<body>
<header class="navbar">
<a href="#" class="navbar__mobile">
<img src="./assets/icons/hamburger.svg" class="hamburger" alt="Hamburger Menu Icon">
<img src="./assets/icons/close.svg" class="close" alt="Navigation Close Icon">
</a>
<a href="./index.html" class="logo">
<img src="./assets/logo.svg" alt="Scoot Logo">
</a>
<div class="navbar__nav">
<ul class="navbar__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>
<button class="btn btn--header">Get Scootin</button>
</div>
</header>
<section class="overlay"></section>
<section class="hero">
<h1 class="heading-1">Scooter sharing made simple</h1>
<p class="hero__content">
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>
<button class="btn">Get Scootin</button>
<img src="./assets/patterns/right-arrow.svg" alt="Right arrow" class="hero__pattern--arrow">
</section>
<section class="steps">
<div class="step">
<img src="./assets/icons/locate.svg" alt="Mobile App Usage Illustration">
<div class="step__text">
<h4 class="heading-4">Locate with app</h4>
<p class="step__content">
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="step">
<img src="./assets/icons/scooter.svg" alt="Scooter Illustration">
<div class="step__text">
<h4 class="heading-4">Pick your scooter</h4>
<p class="step__content">
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="step">
<img src="./assets/icons/ride.svg" alt="Person enjoying Scoot Illustration">
<div class="step__text">
<h4 class="heading-4">Enjoy the ride</h4>
<p class="step__content">
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>
</section>
<section class="attributes">
<div class="attribute attribute--home">
<div class="attribute__text">
<h3 class="heading-3">Easy to use riding telemetry</h3>
<p class="attribute__content">
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>
<form action="#">
<button type="submit" class="btn">Learn More</button>
</form>
</div>
<div class="attribute__img">
<img src="./assets/images/telemetry.jpg" class="round" alt="Woman using Scoot mobile app">
</div>
</div>
<div class="attribute attribute--home">
<div class="attribute__text">
<h3 class="heading-3">Coming to a city near you</h3>
<p class="attribute__content">
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>
<form action="#">
<button type="submit" class="btn">Learn More</button>
</form>
</div>
<div class="attribute__img">
<img src="./assets/images/near-you.jpg" class="round" alt="Major city downtown">
</div>
</div>
<div class="attribute attribute--home">
<div class="attribute__text">
<h3 class="heading-3">Zero hassle payments</h3>
<p class="attribute__content">
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>
<form action="#">
<button type="submit" class="btn">Learn More</button>
</form>
</div>
<div class="attribute__img">
<img src="./assets/images/payments.jpg" class="round" alt="Woman using Scoot mobile app">
</div>
</div>
</section>
<section class="cta">
<h2 class="heading-2">Sign up and Scoot off today</h2>
<div class="cta__buttons">
<form action="https://www.apple.com/ios/app-store/" target="_blank">
<button type="submit">
<img src="./assets/icons/app-store.svg" alt="Apple App Store">
</button>
</form>
<form action="https://play.google.com/store" target="_blank">
<button type="submit">
<img src="./assets/icons/google-play.svg" alt="Google Play Store">
</button>
</form>
</div>
</section>
<footer class="footer">
<a href="./index.html"><img src="./assets/logo-white.svg" alt="Scoot Company Logo"></a>
<ul class="footer__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>
<ul class="footer__socials">
<li><a href="#"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</footer>
<script src="./script.js"></script>
</body>
</html>