-
Notifications
You must be signed in to change notification settings - Fork 0
/
queens.html
228 lines (209 loc) · 8.03 KB
/
queens.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
<!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>BoardStat Queens</title>
<!-- 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" />
<link rel="stylesheet" href="./css/flex.css" />
<!-- 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>
</head>
<body style="margin: 0px; padding: 0px">
<div class="row-container">
<div>
<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"
>
BoardStat Home</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"
>
<strong><u>Queens</u></strong></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>
</div>
<iframe
src="https://app.powerbi.com/view?r=eyJrIjoiYTRiNjcxNzUtZDk2MS00OWI0LWJiZmItN2QxZTE2ZTljOGMyIiwidCI6IjdlZjYzNTczLTdmNmItNDNlZS1iZjhkLTE3ODRhYzdhZjFiNiIsImMiOjF9"
frameborder="0"
class="second-row"
allowfullscreen="true"
></iframe>
</div>
<!-- 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>