-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
294 lines (263 loc) · 11.2 KB
/
Copy path404.html
File metadata and controls
294 lines (263 loc) · 11.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<script type="text/javascript" src="./bootstrap/jquery.min.js"></script>
<script type="text/javascript" src="./bootstrap/popper.min.js"></script>
<script type="text/javascript" src="./bootstrap/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/404.css">
<link rel="stylesheet" type="text/css" href="./css/404-responsive.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="/icons/favicon/site.webmanifest">
<link rel="mask-icon" href="/icons/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/icons/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/icons/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header class="container">
<div class="row header-desktop">
<div class="col-1">
<a class="nav-link" href="./index.html"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593011258/Team-mars/Hopper-Logo_u5tfn4.png" class="header-hopper-logo"></a>
</div>
<div class="col-4"></div>
<div class="col-7">
<span></span>
<ul class="nav header-nav">
<li class="nav-item">
<a class="nav-link" href="#">COMPANY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./people.html">PEOPLE</a>
</li>
<li class="nav-item">
<a class="nav-link">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" class="support">SUPPORT <span class="arrow"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593010641/Team-mars/arrow_rjeie7.png"></span></a>
</li>
<li class="nav-item">
<button type="button" onclick="alert('App sent!')">Send app to your phone</button>
</li>
</ul>
</div>
</div>
</header>
<div class="mobile-header container">
<ul class="nav nav-mobile row">
<li class="nav-item col-4">
<a class="nav-link" href="#"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029039/Team-Mars/menu-bar_manufd.png" class="menu-bar"></a>
</li>
<li class="nav-item col-4">
<a class="nav-link" href="#"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029030/Team-Mars/hopper-mobile_geecb6.png" class="hopper-mobile"></a>
</li>
<li class="nav-item col-4">
<a class="nav-link" href="#"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029028/Team-Mars/help-logo_fxqnhj.png" class="help-logo"></a>
</li>
</ul>
</div>
<section class="error-section">
<div>
<div class="error-text">
<p class="error-desktop">Oh no — we seem to be lost in the stratosphere</p>
<p class="error-mobile hide-display"> Oh, nooooooooooes!</p>
<p class="error-desktop2">We can’t seem to find the page you’re looking for. Try going back to the homepage or downloading the <a href="./index.html">Hopper app here.</a></p>
<p class="error-mobile2 hide-display">I think you're lost, but fear not. You can either go <a href= './index.html'>back home </a> or <a href="./cta-modal.html">send our app to your phone </a>. I'm sure we can help you find your next destination. 😉 </p>
</div>
<img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029068/Team-Mars/wave-b_ansnyq.png" class="wave-img">
<img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029035/Team-Mars/dark_sfjnpc.png" class="dark-img">
</div>
</section>
<div class="footer">
<div class="container-x">
<div class="footer-mobile">
<div class="logo title">
<img src="./icons/logo - Copy.svg" alt="" />
</div>
<div class="footer-mobile-options">
<div class="option-container">
<div class="hooper">
<div>
<p>Hopper</p>
<p class="notification"></p>
</div>
<p class="plus-btn">+</p>
</div>
<div class="hide">
<a href="#">The app</a>
<a href="#">Feature</a>
<a href="#">Deals</a>
<a href="#">Privacy policy</a>
<a href="./termsofservice.html">Terms of service</a>
</div>
</div>
<div class="option-container">
<div class="company">
<div>
<p>Company</p>
<p class="notification"></p>
</div>
<p class="plus-btn">+</p>
</div>
<div class="hide">
<a href="#">About</a>
<a href="#">The data</a>
<a href="#">Investors</a>
<a href="#">Locations</a>
<a href="#">Departments</a>
</div>
</div>
<div class="option-container">
<div class="people">
<div>
<p>People</p>
<p class="notification"></p>
</div>
<p class="options plus-btn">+</p>
</div>
<div class="hide">
<a href="#">Mission</a>
<a href="#">Lifestyle</a>
<a href="#">Values</a>
<a href="#">Humans</a>
<a href="./careerList.html">Careers</a>
</div>
</div>
<div class="option-container">
<div class="support">
<div>
<p>Support</p>
<p class="notification"></p>
</div>
<p class="options plus-btn">+</p>
</div>
<div class="hide">
<a href="#">Flights</a>
<a href="#">Hotels</a>
<a href="#">Predictions</a>
<a href="#">Account</a>
<a href="#">Contact us</a>
</div>
</div>
<div class="option-container">
<div class="media">
<p>Media</p>
<p class="notification"></p>
<p class="options plus-btn">+</p>
</div>
<div class="hide">
<a href="./index.html">Home</a>
<a href="#">Press kit</a>
<a href="#">Research</a>
<a href="#">Contact</a>
<a href="#">Search</a>
</div>
</div>
</div>
<div class="language">
<select name="language" id="language">
<option value="" placeholder>Language</option>
<option value="english">English</option>
<option value="french">French</option>
</select>
</div>
<div class="social">
<a href="#"><img src="./icons/Facebook (1).svg" alt="" /></a>
<a href="#"><img src="./icons/Twitter (1).svg" alt="" /></a>
<a href="#"><img src="./icons/Instagram (3).svg" alt="" /></a>
<a href="#"><img src="./icons/LinkedIn.svg" alt="" /></a>
<a href="#"><img src="./icons/Youtube.svg" alt="" /></a>
<a href="#"><img src="./icons/Medium (1).svg" alt="" /></a>
</div>
<div class="terms">
<p>Terms of Service</p>
</div>
<hr />
<div class="footer-bottom">
<p>© 2018 Hopper Inc.</p>
</div>
</div>
<div class="footer-large">
<div class="footer-large-first">
<div class="logo left">
<img src="./icons/hopper-footer.svg" alt="" />
</div>
<div class="option-title right">
<a href="./index.html" class="option"><h4 class="selected">Hopper</h4></a>
<a href="./company.html" class="option"><h4>Company</h4></a>
<a href="./people.html" class="option"><h4>People</h4></a>
<a href="#" class="option"><h4>Support <img src="./icons/arrow.svg" alt="" /></h4></a>
<a href="./company-videomodal.html" class="option"><h4>Media <img src="./icons/arrow.svg" alt="" /></h4></a>
</div>
<div class="footer-large-second">
<div class="language left">
<img src="./icons/web.svg" alt="" />
<select name="language" id="language">
<option value="english">English</option>
<option value="french">French</option>
</select>
</div>
<div class="options right">
<div class="hooper">
<a href="#">The app</a>
<a href="#">Feature</a>
<a href="#">Deals</a>
<a href="#">Privacy policy</a>
<a href="./termsofservice.html">Terms of service</a>
</div>
<div class="company">
<a href="#">About</a>
<a href="#">The data</a>
<a href="#">Investors</a>
<a href="#">Locations</a>
<a href="#">Departments</a>
</div>
<div class="people">
<a href="#">Mission</a>
<a href="#">Lifestyle</a>
<a href="#">Values</a>
<a href="#">Humans</a>
<a href="./careerList.html">Careers</a>
</div>
<div class="support">
<a href="#">Flights</a>
<a href="#">Hotels</a>
<a href="#">Predictions</a>
<a href="#">Account</a>
<a href="#">Contact us</a>
</div>
<div class="media">
<a href="#">Home</a>
<a href="#">Press kit</a>
<a href="#">Research</a>
<a href="#">Contact</a>
<a href="#">Search</a>
</div>
</div>
</div>
<div class="footer-large-social">
<a href="#"><img src="./icons/Facebook-b.svg" alt=""/></a>
<a href="#"><img src="./icons/Twitter-b.svg" alt=""/></a>
<a href="#"><img src="./icons/Instagram-b.svg" alt=""/></a>
<a href="#"><img src="./icons/LinkedIn-b.svg" alt="" /></a>
<a href="#"><img src="./icons/Youtube-b.svg" alt="" /></a>
<a href="#"><img src="./icons/Medium-b.svg" alt=""/></a>
</div>
</div>
<hr />
</div>
</div>
</div>
<script src="./js/404-footer.js"></script>
</body>
</html>