-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (278 loc) · 9.8 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
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Corrects IE Compatibility Mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>NYC BoardStat Home</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TJ936HGY1Z"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-TJ936HGY1Z");
</script>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<!-- NYC Theme CSS -->
<link rel="stylesheet" href="./css/theme.css" />
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-58265408-6");
</script>
</head>
<body style="margin: 0px; padding: 0px">
<header id="global-header" role="banner">
<div id="nyc-top-header">
<div class="container-fluid wide">
<div class="row py-1 align-items-center justify-content-between">
<div class="col-auto">
<p class="d-none d-md-flex">
<a href="https://beta.nyc/">Beta.NYC</a>
<span class="mx-1" aria-hidden="true">|</span>
Boardstat
</p>
</div>
<!-- .col -->
<div class="col-auto">
<ul class="extensible-list horizontal">
<li>
<a href="https://github.com/BetaNYC/BoardStat/issues"
>Support</a
>
</li>
<li>
<a>|</a>
</li>
<li>
<a href="https://beta.nyc/products/boardstat/">About</a>
</li>
</ul>
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container-fluid -->
</div>
<!-- #nyc-top-header -->
<div class="wrap-header">
<div class="container-fluid wide">
<div class="row align-items-center">
<div class="col-lg py-2">
<div
class="d-flex justify-content-center justify-content-lg-start"
>
<a class="align-self-center" href="https://beta.nyc/">
<img
src="https://beta.nyc/wp-content/uploads/Sticker_BetaNYC_long_transp_back1-e1545958875486.png"
/>
</a>
</div>
</div>
<!-- .col -->
<div class="col-lg-auto border-top border-lg-0">
<div class="d-lg-flex align-items-center">
<!-- Mobile Toggle Buttons -->
<ul
class="extensible-list horizontal justify-content-between my-2 d-lg-none"
>
<li>
<button
class="navbar-toggler no-btn-style"
type="button"
data-toggle="collapse"
data-target="#nav-primary"
aria-controls="nav-primary"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="fas fa-bars fa-lg" role="img"></span>
</button>
</li>
</ul>
<div class="collapse d-lg-block mx-n2 mx-lg-2" id="nav-primary">
<nav class="nav" role="navigation">
<a
class="nav-link"
href="https://boardstat.beta.nyc"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
<strong><u>BoardStat Home</u></strong></a
>
<a
class="nav-link"
href="https://boardstat.beta.nyc/bronx"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
The Bronx</a
>
<a
class="nav-link"
href="https://boardstat.beta.nyc/brooklyn"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
Brooklyn</a
>
<a
class="nav-link"
href="https://boardstat.beta.nyc/manhattan"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
Manhattan</a
>
<a
class="nav-link"
href="https://boardstat.beta.nyc/queens"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
Queens</a
>
<a
class="nav-link"
href="https://boardstat.beta.nyc/statenisland"
id="nav-item-01"
aria-haspopup="true"
aria-expanded="false"
>
Staten Island</a
>
</nav>
</div>
<!-- Desktop Toggle Buttons -->
</div>
<!-- .d-flex -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container-fluid -->
</div>
<!-- .wrap-header -->
</header>
<section class="py-5">
<div class="container">
<h2>BoardStat</h2>
<div class="row my-3">
<div class="col-md mb-2 mb-md-0">
<p>
BoardStat was designed with community boards for community boards.
BoardStat is a highly interactive tool for community boards that
empowers users to discover issues and trends within their
district’s boundaries. BoardStat empowers board staff and members
to gain timely insights into NYC 311 data, and is furthering the
Manhattan Borough President Gale A. Brewers’ long standing goal of
making government transparent, reactive, and moving beyond open
data access to meaningful use.
</p>
<p>
In collaboration with Manhattan’s community board district
managers, board members, CUNY Service Corps, Microsoft Civic, and
BetaNYC, we have developed a number of data dashboards that to
provide a variety of summaries, graphs, and maps of NYC 311
service request data. This tool pulls directly from NYC’s open
data portal and turns the city’s open data into a decision making
tool.
</p>
</div>
<!-- .col -->
<div class="col-md mb-2 mb-md-0">
<img
src="./images/map.png"
style="
width: 500px !important;
height: 500px !important;
max-width: none !important;
"
usemap="#boroughmap"
/>
<map name="boroughmap">
<area
shape="rect"
coords="214,0,336,114"
href="https://boardstat.beta.nyc/bronx"
title="The Bronx"
/>
<area
shape="rect"
coords="214,214,321,357"
href="https://boardstat.beta.nyc/brooklyn"
title="Brooklyn"
/>
<area
shape="rect"
coords="179,50,214,245"
href="https://boardstat.beta.nyc/manhattan"
title="Manhattan"
/>
<area
shape="rect"
coords="214,114,421,214"
href="https://boardstat.beta.nyc/queens"
title="Queens"
/>
<area
shape="rect"
coords="57,300,200,500"
href="https://boardstat.beta.nyc/statenisland"
title="Staten Island"
/>
</map>
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- jQuery (full, compressed version) -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"
></script>
<!-- Popper.js and Bootstrap JS -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
</body>
</html>