-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (178 loc) · 7.28 KB
/
Copy pathindex.html
File metadata and controls
196 lines (178 loc) · 7.28 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Space+Mono:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/style.min.css" />
<title>Index</title>
</head>
<body>
<header>
<div class="container">
<nav class="nav">
<img src="./images/scoot.svg" alt="" class="nav__logo" />
<!-- <img src="./images/menu.png" alt="" class="nav__menu"> -->
<ul class="nav__ul">
<li class="nav__ul_li">
<a href="about.html" class="nav__ul_li-link">About</a>
</li>
<li class="nav__ul_li">
<a href="locations.html" class="nav__ul_li-link">Location</a>
</li>
<li class="nav__ul_li">
<a href="careers.html" class="nav__ul_li-link">Careers</a>
</li>
</ul>
<button class="nav__btn">Get Scootin</button>
</nav>
</div>
</header>
<main>
<!-- INTRO SECTION START -->
<section class="intro">
<div class="container">
<h1 class="intro__h1">Scooter sharing made simple</h1>
<!-- <div class="intro__hr"></div> -->
<p class="intro__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="intro__hr">
</div>
<img src="./images/Group 8 Copy.svg" alt="" class="intro__img">
<button class="intro__btn">Get Scootin</button>
</hr>
</div>
</section>
<!-- INTRO SECTION END -->
<!-- HERO SECTION START -->
<section class="hero">
<div class="container">
<div class="hero__text">
<div class="hero__text_card">
<img src="./images/Group 8.svg" alt="" class="hero__text_card-img">
<h3 class="hero__text_card-h1">Locate with app</h3>
<p class="hero__text_card-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 class="hero__text_card">
<img src="./images/Group 9.svg" alt="" class="hero__text_card-img">
<h3 class="hero__text_card-h1">Pick your scooter</h3>
<p class="hero__text_card-p">
We show the most important info for the <br />
scooters closest to you. So you know how much <br />
charge they have left and can see roughly how <br />
much it will cost.
</p>
</div>
<div class="hero__text_card">
<img src="./images/Group 10.svg" alt="" class="hero__text_card-img">
<h3 class="hero__text_card-h1">Enjoy the ride</h3>
<p class="hero__text_card-p">
Scan the QR code and the bike will unlock. <br />
Retract the cable lock, put on a helmet, and <br />
you’re off! Always lock bikes away from <br />
walkways and accessibility ramps.
</p>
</div>
</div>
<div class="hero__oval">
<img src="./images/Group 8.svg" alt="" class="hero__oval_img-1" />
<img src="./images/Group 9.svg" alt="" class="hero__oval_img-2" />
<img src="./images/Group 10.svg" alt="" class="hero__oval_img-3" />
</div>
</div>
</div>
</section>
<!-- HERO SECTION END -->
<!-- MAIN SECTION START -->
<section class="main">
<div class="container">
<div class="main__block">
<div class="main__block--grid">
<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>
<button>
Learn More
</button>
</div>
<div class="main__block--grid">
<img src="./images/Bitmap1.svg" alt="">
</div>
<div class="main__block--grid">
<img src="./images/batmap2.svg" alt="">
</div>
<div class="main__block--grid">
<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>
<button>
Learn More
</button>
</div>
<div class="main__block--grid">
<h3>Better urban living</h3>
<p>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>
<button>
Learn More
</button>
</div>
<div class="main__block--grid">
<img src="./images/Bitmap3.svg" alt="">
</div>
</div>
</div>
</section>
<!-- ===========FOOTER START=========== -->
<footer class="footer">
<div class=" footer__block1">
<div class="container">
<h2 class="footer__block1_h2">
Sign up and Scoot off today
</h2>
<div class="footer__block1_wrapper">
<div class="footer__block1_apple">
<img src="./images//Group 28.png" alt="" class="footer__block1_apple">
</div>
<div class="footer__block1_google">
<img src="./images/Group 29.png" alt="" class="footer__block1_google">
</div>
</div>
</div>
</div>
<div class="footer__block2">
<div class="container">
<div class="footer__block_wrapper">
<img src="./images/scoot.svg" alt="" class="footer__block2_img">
<ul class="footer__block2_ul">
<li class="footer__block2_ul-li"><a href="about.html" class="footer__block2_link">About</a></li>
<li class="footer__block2_ul-li"><a href="locations.html" class="footer__block2_link">Location</a></li>
<li class="footer__block2_ul-li"><a href="careers.html" class="footer__block2_link">Careers</a></li>
</ul>
</div>
<div class="footer__block2_wrapper2">
<img src="./images/Path.png" alt="" class="footer__block2_facebook">
<img src="./images/twitter.png" alt="" class="footer__block2_twitter">
<img src="./images/insta.png" alt="" class="footer__block2_insta">
</div>
</div>
</div>
</footer>
</main>
</body>
</html>