-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
414 lines (380 loc) · 21.3 KB
/
features.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!doctype html>
<html lang="en">
<head>
<title>GoodTransit App</title>
<meta name="description" content="GoodTransit is your all-in-one transport partner for city living">
<meta name="keywords" content="goodtransit transportation app application transport subway city cities bus ferry">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<link rel="canonical" href="http://goodtransit.app/">
<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=Zilla+Slab:wght@500;700&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
.row:after {
content: "";
display: table;
clear: both;
}
.center {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh
}
.centered {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.center_no_height {
display: flex;
justify-content: center;
align-items: center;
}
.mockup {
transition: 0.3s
}
#mockup_holder:hover .mockup {
width: 16% !important;
position: relative
}
#mockup_holder:hover .mockup:hover {
width: 50% !important;
position: relative
}
</style>
</head>
<body style="margin:0;background:blue;min-height:100vh;background-image:linear-gradient(238deg, rgba(255,251,213,1) 0%, rgba(237,197,255,1) 60%, rgba(173,222,200,1) 100%);">
<nav style="position:fixed;left:0;top:0;right:0;padding:10px;background:transparent;text-align:center;border-bottom:3px black solid;z-index:10000" id="navbar">
<p>
<span style="float:left;padding-left:15px"><a href="/" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"><img src="/assets/logogoogo.svg"
style="margin-bottom:20px;height:70%;position:absolute;top:15px;left:10px"></a></span>
<span style="float:right;padding-right:15px">
<a href="javascript:menu(1)" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" style="font-weight:bold">
<path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z">
</path>
</svg>
</a>
</span>
<br>
</p>
</nav>
<menu
style="position:fixed;top:0;bottom:0;right:0;width:250px;background-image: linear-gradient(238deg, rgba(255,251,213,1) 0%, rgba(237,197,255,1) 60%, rgba(173,222,200,1) 100%);margin:0;padding:10px;border-left:3px solid black;overflow:scroll;z-index:100000;box-shadow: 0 6px 100px 0 rgba(0, 0, 0, 0.5), 0 10px 20px 0 rgba(0, 0, 0, 0.5);"
id="menu">
<div style="float:right;padding-right:15px;padding-top:15px;">
<a href="javascript:menu(0)" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="black">
<path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
</svg>
</a>
</div><br><br><br><br>
<div style="float:right;padding-right:15px"><a href="https://download.goodtransit.app" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"
onMouseOver="this.style.borderBottom='3px solid black'" onMouseOut="this.style.borderBottom='none'">Download</a></div><br><br>
<div style="float:right;padding-right:15px"><a href="/whitepaper/index" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none" onMouseOver="this.style.borderBottom='3px solid black'"
onMouseOut="this.style.borderBottom='none'">White Paper</a></div><br><br>
<div style="float:right;padding-right:15px"><a href="/investors" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none" onMouseOver="this.style.borderBottom='3px solid black'"
onMouseOut="this.style.borderBottom='none'">Investors</a></div><br><br><br>
<div style="float:right;padding-right:15px"><a target="_blank" href="https://twitter.com/GoodTransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"
onMouseOver="this.style.borderBottom='3px solid black'" onMouseOut="this.style.borderBottom='none'">on Twitter</a></div><br><br>
<div style="float:right;padding-right:15px"><a target="_blank" href="https://instagram.com/GoodTransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"
onMouseOver="this.style.borderBottom='3px solid black'" onMouseOut="this.style.borderBottom='none'">on Instagram</a></div><br><br>
<div style="float:right;padding-right:15px"><a target="_blank" href="https://dev.goodtransit.app" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"
onMouseOver="this.style.borderBottom='3px solid black'" onMouseOut="this.style.borderBottom='none'">for Developers</a></div><br><br><br><br><br><br>
<div style="float:right;padding-right:15px;position:fixed;bottom:25px;right:25px;"><a style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:20px;color:black;text-decoration:none"><span style="float:right">Releasing
in</span><br><span id="countdown"></span></a></div>
</menu>
<div style="min-height:100vh;z-index:1">
<div class="centered">
<img src="/assets/logogoogo_center.svg" style="width:100%;z-index:1">
<h1 style="margin-left:15px;font-family:'Zilla Slab';font-weight:normal;color:black;width:100%;text-align:center;z-index:1">Holy moly! So many features, just look at them!</h1>
</div>
</div>
<h1 style="margin-left:25px;font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0">So Many Features</h1>
<div class="row">
<div style="float:left;width:50%;padding:10px;">
<div class="center_no_height">
<div>
<ul style="font-family:'Zilla Slab';font-size:x-large;color:black;font-weight:normal">
<li>calculate, save, and reuse routes across a city or across the country!</li><br>
<li>find locations of rental bikes, scooters, segways, and more</li><br>
<li>get live delays and interuptions on tracks and routes.</li><br>
<li>see live vehicle positions and capacity in <a href="#live-vehicles" style="text-decoration:none;color:blue;border-bottom:3px solid blue">select cities</a></li><br>
<li>receive accurate accessibility information like bikes and wheelchairs</li><br>
</ul>
</div>
</div>
</div>
<div style="float:left;width:50%;padding:10px;">
<div class="center_no_height">
<div>
<ul style="font-family:'Zilla Slab';font-size:x-large;color:black;font-weight:normal">
<li>order Ubers, Spin scooters, and transit cards all in the app</li><br>
<li>find the best places to eat, shop, and explore at stops</li><br>
<li>get up-to-date information about your flights and any delays or schedule changes</li><br>
<li>easily route through airports and other transit buildings with interactive maps</li><br>
<li>store <a href="#wallet" style="text-decoration:none;color:blue;border-bottom:3px solid blue">select</a> valid state IDs, your US Passport, and transit cards in the wallet feature</li><br>
</ul>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br>
<h1 style="margin-left:25px;font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0">Feature Explanation</h1>
<div class="row">
<div style="float:left;width:50%;padding:40px;">
<div class="center_no_height">
<div class="padding:10px">
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="routes">Routes</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Calculate routes across a city or across a country. Select whether money or time is more important to get a more customized route. Routes could include
subways, buses, bikes, scooters, Ubers, and more depending on what is being offered at the moment in your city.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="bikes-scooters-more">Bikes, Scooters, and More</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Find the closest rental bikes, scooters, segways, and more are located. Prepay and reserve them in the app if they are the Spin brand.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="delays-alerts">Delays and Alerts</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Get delays and service alerts in the app. Receive updated routes and trips based on these delays and changes.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="live-vehicles">Live Vehicle Locations</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">See the live locations of vehicles including subways, buses, trains, and more in select cities.<br><br><b>Supported cities:</b> Boston</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="accessibility">Accessibility Information</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Get relative accessibility information including wheelchairs, bikes, ramps and more.</p><br>
</div>
</div>
</div>
<div style="float:left;width:50%;padding:40px">
<div class="center_no_height">
<div class="padding:10px">
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="order-ubers-spins">Order Ubers and Spins in App</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Uber is a ride share platform, in the GoodTransit app you can order Ubers. Spin is a service that offers bikes and scooters in <a href="javascript:alert('
Akron, OH\n
Alexandria, VA\n
Ann Arbor, MI\n
Arlington, VA\n
Atlanta, GA\n
Baltimore, MD\n
Boise, ID\n
Charlotte, NC\n
Chicago, IL\n
Cleveland, OH\n
Columbus, OH\n
Coral Gables, FL\n
Dayton, OH\n
Detroit, MI\n
Durham, NC\n
El Paso, TX\n
Fayetteville, AR\n
Gainesville, FL\n
Grand Rapids, MI\n
Jacksonville, FL\n
Kansas City, MO\n
King County (White Center), WA\n
Lexington, KY\n
Lincoln, NE\n
Los Angeles, CA\n
Louisville, KY\n
Memphis, TN\n
Miami, FL\n
Montgomery County, MD\n
Nashville, TN\n
Omaha, NE\n
Orlando, FL\n
Pittsburgh, PA\n
Portland, OR\n
Providence, RI\n
Raleigh, NC\n
Salt Lake City, UT\n
San Diego, CA\n
San Francisco, CA\n
San Jose, CA\n
San Marcos, TX\n
Santa Monica, CA\n
Seattle, WA\n
St. George, UT\n
Stillwater, OK\n
Tallahassee, FL\n
Tampa, FL\n
Washington, D.C.\n
West Lafayette, IN\n
Winston-Salem, NC\n
(May 21st, 2022)')" style="text-decoration:none;color:blue;border-bottom:3px solid blue">select cities</a> and <a href="javascript:alert('
Auraria University\n
Boise State University\n
Duke University\n
George Mason University\n
Michigan State University\n
Oakland University\n
Ohio University\n
Oklahoma State University\n
Purdue University\n
Sacramento State University\n
Texas State University\n
University of Akron\n
University of Arkansas\n
University of California San Diego\n
University of Central Florida\n
University of Michigan\n
University of Nebraska\n
Vanderbilt University\n
(May 21st, 2022)')" style="text-decoration:none;color:blue;border-bottom:3px solid blue">universities</a>.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="eat-shop">Eat and Shop</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Get a list of the highest rated locations at each stop and directions to get to them.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="flights">Flights</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Input flight details and get all future updates, delays, and cancellations to your phone.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="airports-buildings">Airports and Buildings</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Airports and buildings can be confusing, access in depth maps and directions through airports and other buildings such as Grand Central Station.</p><br>
<h2 style="font-size:40px;font-family:'Zilla Slab',serif;margin-bottom:0;text-align:left" id="wallet">Wallet</h2>
<p style="font-family:'Roboto',sans-serif;font-size:18px;text-align:left">Add valid froms of state and federal ID including passports, drivers licenses, and more in the wallet. This information never leaves your phone for
security.<br><br><b>Supported states:</b> Louisiana, Oklahoma, Delaware, Arizona, Utah, Iowa, Florida, Maryland, Wyoming, Idaho, California, New York, and DC</p><br>
</div>
</div>
</div>
</div>
<div style="background:#050a30" class="row">
<div style="float:left;width:25%;padding:10px;">
<div class="center_no_height">
<div>
<ul style="font-family:'Zilla Slab';font-size:large;color:white;font-weight:normal;list-style-type: none;">
<br><br><br>
<li><a style="font-weight:bolder;font-family: 'Zilla Slab', sans-serif;font-size:30px;text-decoration:none;color:white;">Application</a></li><br>
<li><a href="https://download.goodtransit.app" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">Download</a></li><br>
<li><a href="https://dev.goodtransit.app/opensource" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">Open-Source</a></li><br>
<li><a href="/whitepaper/index" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">White Paper</a></li><br>
<br><br><br>
</ul>
</div>
</div>
</div>
<div style="float:left;width:25%;padding:10px;">
<div class="center_no_height">
<div>
<ul style="font-family:'Zilla Slab';font-size:large;color:white;font-weight:normal;list-style-type: none;">
<br><br><br>
<li><a style="font-weight:bolder;font-family: 'Zilla Slab', sans-serif;font-size:30px;text-decoration:none;color:white;">Company</a></li><br>
<li><a href="/investors" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">Investors</a></li><br>
<li><a href="/about" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">About Us</a></li><br>
<li><a href="mailto:[email protected]" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">[email protected]</a></li><br>
<br><br><br>
</ul>
</div>
</div>
</div>
<div style="float:left;width:25%;padding:10px;">
<div class="center_no_height">
<div>
<ul style="font-family:'Zilla Slab';font-size:large;color:white;font-weight:normal;list-style-type: none;">
<br><br><br>
<li><a style="font-weight:bolder;font-family: 'Zilla Slab', sans-serif;font-size:30px;text-decoration:none;color:white;">Socials</a></li><br>
<li><a target="_blank" href="https://twitter.com/goodtransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">Twitter</a></li><br>
<li><a target="_blank" href="https://instagram.com/goodtransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;"
onMouseOver="this.style.borderBottom='2px solid white'" onMouseOut="this.style.borderBottom='none'">Instagram</a></li><br>
<li><a target="_blank" href="https://github.com/GoodTransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">GitHub</a></li><br>
<li><a target="_blank" href="https://www.crunchbase.com/organization/goodtransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;"
onMouseOver="this.style.borderBottom='2px solid white'" onMouseOut="this.style.borderBottom='none'">Crunchbase</a></li><br>
<li><a target="_blank" href="https://tiktok.com/@goodtransit" style="font-weight:bold;font-family: 'Roboto', sans-serif;font-size:16px;text-decoration:none;color:white;" onMouseOver="this.style.borderBottom='2px solid white'"
onMouseOut="this.style.borderBottom='none'">TikTok</a></li><br>
<br><br><br>
</ul>
</div>
</div>
</div>
<div style="float:left;width:25%;padding:10px;">
<div class="center_no_height">
<div>
<br><br><br><br><br>
<img src="/assets/icoonnnn.svg" style="width:100%">
<p style="color:white;font-family:'Zilla Slab', serif;text-align:center">© GoodTransit</p>
</div>
</div>
</div>
</div>
<script>
// Set the date we're counting down to
var countDownDate = new Date(" September 5, 2022 12:00:00")
.getTime(); // Update the count down every 1 second var x=setInterval(function() { // Get today's date and time var now=new Date().getTime(); // Find the distance between now and the count
down date
var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days=Math.floor(distance / (1000 * 60 * 60 * 24)); var hours=Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var
minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in an element with id="demo" document.getElementById("countdown").innerHTML=days + "d " + hours
+
"h " + minutes + "m " + seconds + "s "; // If the count down is over, write some text if (distance < 0) { clearInterval(x); document.getElementById("countdown").innerHTML="Download Now!" ; } }, 1000);
</script>
<script>
// Set the date we're counting down to
var countDownDate = new Date("September 5, 2022 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("countdown").innerHTML = days + "d " + hours + "h " +
minutes + "m " + seconds + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("countdown").innerHTML = "Download Now!";
}
}, 1000);
</script>
<script>
function blink() {
var f = document.getElementById('release');
var blinked = true
setInterval(function() {
if (blinked) {
f.style.color = 'white'
f.style.background = 'black'
blinked = false
} else {
f.style.color = 'white'
f.style.background = 'blue'
blinked = true
}
}, 200);
}
const NAVBAR = document.querySelector('#navbar')
const getOffset = () => {
if (window.pageYOffset > 100) {
NAVBAR.style.backgroundColor = 'rgba(255,255,255)'
NAVBAR.style.transition = 'background .5s ease-out'
}
if (window.pageYOffset < 100) {
NAVBAR.style.backgroundColor = 'rgba(255,255,255, 0)'
NAVBAR.style.transition = 'background .5s ease-out'
}
}
window.addEventListener('scroll', getOffset)
const menu = (toggle) => {
if (toggle == 0) {
document.getElementById("menu").style.display = "none"
}
if (toggle == 1) {
document.getElementById("menu").style.display = "block"
}
}
menu(0)
</script>
</body>
</html>