-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocations.html
189 lines (179 loc) · 6.14 KB
/
locations.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
<!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 – Locations</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>
<nav 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>
</nav>
</header>
<section class="page-heading">
<picture>
<source
srcset="assets/images/careers-locations-hero-tablet.jpg"
media="(max-width: 1100px) and (min-width: 601px)"
/>
<source
srcset="assets/images/careers-location-hero-mobile.jpg"
media="(max-width: 600px)"
/>
<img
alt="careers-location"
src="assets/images/careers-locations-hero-desktop.jpg"
class="page-heading__bg"
/>
</picture>
<div class="page-heading__container">
<h1 class="heading-1 page-heading__heading">Locations</h1>
<img
src="assets/patterns/white-circles.svg"
alt="circles"
class="page-heading__circles"
/>
</div>
</section>
<main class="locations-container">
<section class="map">
<picture>
<source
srcset="assets/images/world-map-tablet.png"
media="(max-width: 1100px) and (min-width: 701px)"
/>
<source
srcset="assets/images/world-map-mobile.png"
media="(max-width: 700px)"
/>
<img
alt="world-map"
src="assets/images/world-map-desktop.png"
class="map__img"
/>
</picture>
<div class="map__tag" id="new-york">
<h4 class="map__tag-name">New York</h4>
</div>
<div class="map__tag" id="london">
<h4 class="map__tag-name">London</h4>
</div>
<div class="map__tag" id="yokohama">
<h4 class="map__tag-name">Yokohama</h4>
</div>
<div class="map__tag" id="jakarta">
<h4 class="map__tag-name">Jakarta</h4>
</div>
<div class="location-list">
<div class="location-list__item">
<h4 class="heading-4 location-list__name">New York</h4>
</div>
<div class="location-list__item">
<h4 class="heading-4 location-list__name">London</h4>
</div>
<div class="location-list__item">
<h4 class="heading-4 location-list__name">Yokohama</h4>
</div>
<div class="location-list__item">
<h4 class="heading-4 location-list__name">Jakarta</h4>
</div>
</div>
</section>
<section class="request" id="request">
<h2 class="heading-2 request__heading">Your city not listed?</h2>
<p class="request__text">
If you’d like to see Scoot in your hometown, be sure to let us know.
We track requests and plan launches based on demand. Feel free to
message us by clicking the link or messaging us on social.
</p>
<a href="#request" class="btn request__btn">Message Us</a>
</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>