-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
318 lines (285 loc) · 16.2 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
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
<!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
}
.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" id="navbar">
<p>
<span style="float:left;padding-left:15px"><a 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:10;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;padding:20px" class="row">
<div style="float:left;width:50%;padding:20px;min-height:100vh">
<div class="center">
<div>
<img src="/assets/logo_gifffff.gif" style="width:100%;border-radius:15px;border:5px solid black;
box-shadow: 0 6px 100px 0 rgba(0, 0, 0, 0.5), 0 10px 20px 0 rgba(0, 0, 0, 0.5);"><br>
<h2 style="margin-left:15px;font-family:'Zilla Slab';font-weight:normal"> is the leading app for anything transportation and travel related!</h2>
</div>
</div>
</div>
<div style="float:left;width:50%;padding:20px;min-height:100vh">
<div class="center">
<div>
<img src="/assets/mockups/2_phone_1.png" style="width:100%;filter:drop-shadow(2px 2px 2px gray)"><br>
</div>
</div>
</div>
</div>
<div style=" min-height:100vh" class="row">
<div style="float:left;width:50%;padding:10px;min-height:100vh">
<div class="center">
<div>
<img src="/assets/mockups/2_phone_2.png" style="width:100%"><br>
</div>
</div>
</div>
<div style="float:left;width:50%;padding:10px;min-height:100vh">
<div class="center">
<div>
<img src="/assets/logogoogo.svg" style="float:left;margin-bottom:20px;width:100%"><br><br>
<h1 style="margin-left:15px;font-family:'Zilla Slab';font-weight:normal;color:black;width:100%">Holy moly! So many features, just look at them!</h1>
<ul style="font-family:'Zilla Slab';font-size:x-large;color:black;font-weight:normal">
<li>save, reuse, and plan routes in a fraction of a second including transfers and change of vehicles.</li><br>
<li>live bus, train, and subway locators, positions, and schedules!</li><br>
<li>access to bikes, scooters, segways, and more!</li><br>
<li>price finder; find the best pricing for any transportation or travel including Uber, Lime, subways, buses, and more!</li><br>
<li>flights are too complicated, we'll help you with those too.</li><br>
<li><a style="color:blue;text-decoration:none;border-bottom:3px solid blue" href="/features">and a lot more too!</a></li><br>
</ul>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom:300px;margin-top:200px">
<div style="float:left;width:100%;padding:10px;">
<div class="center_no_height">
<div id="mockup_holder">
<img src="/assets/mockups/1.png" style="width:24.5%" class="mockup">
<img src="/assets/mockups/4.png" style="width:24.5%" class="mockup">
<img src="/assets/mockups/2.png" style="width:24.5%" class="mockup">
<img src="/assets/mockups/3.png" style="width:24.5%" class="mockup">
</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("January 1, 2024 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("January 1, 2024 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.color = 'rgba(255,255,255) !important'
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>