-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
268 lines (113 loc) · 6.49 KB
/
404.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=1.0, user-scalable=yes" />
<title>
404: Page not found · SFCTA Prospector
</title>
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/sfcta-logo-144.png">
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/vnd.microsoft.icon" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- LEAFLET -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<!-- LEAFLET PATTERN -->
<script src="https://teastman.github.io/Leaflet.pattern/leaflet.pattern.js"></script>
<!-- LEAFLET POLYLINE OFFSET -->
<script src="https://unpkg.com/leaflet-polylineoffset/leaflet.polylineoffset.js"></script>
<!-- LEAFLET TEXTPATH-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/leaflet.textpath.min.js"></script>
<!-- VUE -->
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<!-- use the latest vue-select release -->
<script src="https://unpkg.com/vue-select@latest"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-select@latest/dist/vue-select.css">
<!-- MAPBOX GL -->
<script src='https://api.mapbox.com/mapbox-gl-js/v0.37.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v0.37.0/mapbox-gl.css' rel='stylesheet' />
<!-- SEMANTIC UI -->
<link rel="stylesheet" type="text/css" href="/assets/semantic/semantic.min.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="/assets/semantic/semantic.min.js"></script>
<!-- MORRIS CHARTS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<!-- CHROMA -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.6/chroma.min.js"></script>
<!-- D3 -->
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/d3-array.v1.min.js"></script>
<script src="https://d3js.org/d3-scale.v2.min.js"></script>
<!-- Simple Statistics -->
<script src='https://unpkg.com/[email protected]/dist/simple-statistics.min.js'></script>
<!-- IONICONS -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css">
<link rel="stylesheet" href="/assets/ionicons/leaflet.awesome-markers.css">
<script src="/assets/ionicons/leaflet.awesome-markers.min.js"></script>
<!-- Site CSS -->
<link rel="stylesheet" href="/assets/css/poole.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<link rel="stylesheet" href="/assets/css/sfcta.css">
<!-- GOOGLE ANALYTICS -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100715169-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100715169-2');
</script>
<!-- Google reCAPTCHA -->
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer></script>
<script src="https://unpkg.com/vue-recaptcha@latest/dist/vue-recaptcha.min.js"></script>
<!-- Page CSS -->
<!-- Google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans:400,400italic,700">
<link href="https://fonts.googleapis.com/css?family=Alegreya+SC:900i|Merriweather|Oleo+Script+Swash+Caps:700" rel="stylesheet">
</head>
<body class="theme-base-01">
<div class="sidebar">
<div class="sidebar-about">
<a href="/"><img class="sidebar-logo" src="/assets/sfcta-logo-144.png"/></a>
<h1>
<a href="/">
SFCTA Prospector
</a>
</h1>
<p class="lead">"Just add data."</p>
</div>
<br/>
<br/>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/autolos/">Auto LOS</a>
<a class="sidebar-nav-item" href="/cmp/">CMP</a>
<a class="sidebar-nav-item" href="/hwyskims/">SF-CHAMP Highway Skims</a>
<a class="sidebar-nav-item" href="/walkskims/">SF-CHAMP Walk Skims</a>
<a class="sidebar-nav-item" href="/tmcshp/">TMCs True Shape</a>
<a class="sidebar-nav-item" href="/tnc/">TNCs Today</a>
<a class="sidebar-nav-item" href="/viz-template/">Visualization Template</a>
</nav>
</div>
<div class="content container">
<div class="page">
<img src='/404.jpg'/>
<h1 class="page-title">» 404: Sad Panda</h1>
<hr/>
<p class="lead">I seem to have misplaced that page.
I tried hard to find it; sorry.</p>
<p class="lead">Maybe <a href="/">Head back home</a>
to try finding it again.</p>
</div>
</div>
</body>
</html>