-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
363 lines (336 loc) · 23.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
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
<html>
<head>
<meta charset="utf-8">
<title>United States Governors</title>
<meta http-equiv="Content-Security-Policy" content="img-src *; default-src * 'self' gap: ws:; style-src 'self' 'unsafe-inline' https://cdn.civil.services https://cdnjs.cloudflare.com https://fonts.googleapis.com https://storage.googleapis.com; font-src 'self' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.civil.services https://code.jquery.com https://storage.googleapis.com;">
<meta name="description" content="United States Governors">
<meta name="keywords" content="Civil, Services, Local, Government, United States Governors" />
<meta name="author" content="Civil Services">
<meta name="robots" content="noodp,noydir">
<meta name="robots" content="index,follow">
<meta name="coverage" content="worldwide">
<meta name="cache-control" content="public">
<meta name="googlebot" content="index,follow">
<!-- Mobile Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="House">
<meta name="application-name" content="House">
<!-- Twitter Metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Civil Services - United States Governors">
<meta name="twitter:site" content="@CivilServiceUSA">
<meta name="twitter:creator" content="@CivilServiceUSA">
<meta name="twitter:description" content="United States Governors">
<meta name="twitter:image" content="https://civilserviceusa.github.io/us-governors/us-governors/images/backgrounds/1280x720/us-governors.jpg">
<meta name="twitter:image:alt" content="Civil Services - United States Governors">
<meta name="twitter:domain" content="civil.services">
<!-- Open Graph Metadata -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Civil Services - United States Governors">
<meta property="og:url" content="https://civilserviceusa.github.io/us-governors/">
<meta property="og:image" content="https://civilserviceusa.github.io/us-governors/us-governors/images/backgrounds/1280x720/us-governors.jpg">
<meta property="og:site_name" content="Civil Services">
<meta property="og:description" content="United States Governors">
<!-- Dublin Core Metadata -->
<meta name="dc:language" content="en_US">
<meta name="dc:title" content="Civil Services - United States Governors">
<meta name="dc:source" content="https://civilserviceusa.github.io/us-governors/">
<meta name="dc:description" content="United States Governors">
<!-- App Icons -->
<link rel="shortcut icon" href="https://cdn.civil.services/app-icons/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.civil.services/app-icons/favicon-retina-ipad.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.civil.services/app-icons/favicon-retina-iphone.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.civil.services/app-icons/favicon-standard-ipad.png">
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.civil.services/app-icons/favicon-standard-iphone.png">
<!-- External Styles -->
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.2/material.blue-orange.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Local Styles -->
<link rel="stylesheet" href="source/www/us-governors.css">
</head>
<body>
<!-- Page preloader -->
<div id="loading">
<div id="preloader">
<span></span>
<span></span>
</div>
</div>
<section>
<header class="animated fadeInDownBig">
<h1 onclick="scrolltoTop(); return false;">United States Governors</h1>
</header>
<div class="Governors scrollbar" id="scroll-wrapper">
<div class="wrapper force-overflow"></div>
<div class="push"></div>
</div>
<div class="footer animated fadeInUpBig">
<a href="#" onclick="openSearch(); return false;" title="Search Senate"><label class="badge animated bounceInUp" id="search-total"></label><i class="fa fa-fw fa-2x fa-search"></i><span>Search</span></a>
<a href="https://twitter.com/CivilServiceUSA" target="_blank" title="Visit Civil Services Twitter"><i class="fa fa-fw fa-2x fa-twitter"></i><span>@CivilServiceUSA</span></a>
<a href="https://github.com/CivilServiceUSA" target="_blank" title="Visit Civil Services Github"><i class="fa fa-fw fa-2x fa-github"></i><span>Github</span></a>
<a href="https://github.com/CivilServiceUSA/us-governors" target="_blank" title="Download Open Source Senate Data"><i class="fa fa-fw fa-2x fa-cloud-download"></i><span>Download Data</span></a>
</div>
</section>
<div class="modal fade-in c0">
<div class="modal-content fade-in c3 ">
<div class="">
<div class="filter-header">
<div class="control-group">
<input type="text" name="q" id="search" onkeyup="doSearch()" placeholder="Search ..." autocomplete="off">
</div>
<div class="control-group stats">
Showing: <span class="count"></span> of <span class="total"></span> ( <span class="percent"></span> )
</div>
</div>
<div class="filter-options scrollbar">
<div class="force-overflow">
<!-- Party -->
<div class="control-group">
<h2><a href="javascript:void(0);" onclick="$('.filter-party').slideToggle(); $('.toggle-filter-party').toggleClass('fa-angle-down').toggleClass('fa-angle-right');" class="toggle-filter-button"><i class="fa fa-fw fa-angle-right toggle-filter-party"></i> Party <i class="fa fa-filter show-filtering show-filtering-party animated flipInY"></i></a></h2>
<div class="toggle-filter filter-party">
<label class="control control--checkbox">
<input type="checkbox" value="constitution" id="party-constitution"> Constitution
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="democrat" id="party-democrat"> Democrat
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="independent" id="party-independent"> Independent
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="green" id="party-green"> Green
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="libertarian" id="party-libertarian"> Libertarian
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="nonpartisan" id="party-nonpartisan"> Nonpartisan
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="republican" id="party-republican"> Republican
<div class="control__indicator"></div>
</label>
</div>
</div>
<!-- Gender -->
<div class="control-group">
<h2><a href="javascript:void(0);" onclick="$('.filter-gender').slideToggle(); $('.toggle-filter-gender').toggleClass('fa-angle-down').toggleClass('fa-angle-right');" class="toggle-filter-button"><i class="fa fa-fw fa-angle-right toggle-filter-gender"></i> Gender <i class="fa fa-filter show-filtering show-filtering-gender animated flipInY"></i></a></h2>
<div class="toggle-filter filter-gender">
<label class="control control--checkbox">
<input type="checkbox" value="female" id="gender-female"> Female
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="male" id="gender-male"> Male
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="unspecified" id="gender-unspecified"> Unspecified
<div class="control__indicator"></div>
</label>
</div>
</div>
<!-- Ethnicity -->
<div class="control-group">
<h2><a href="javascript:void(0);" onclick="$('.filter-ethnicity').slideToggle(); $('.toggle-filter-ethnicity').toggleClass('fa-angle-down').toggleClass('fa-angle-right');" class="toggle-filter-button"><i class="fa fa-fw fa-angle-right toggle-filter-ethnicity"></i> Ethnicity <i class="fa fa-filter show-filtering show-filtering-ethnicity animated flipInY"></i></a></h2>
<div class="toggle-filter filter-ethnicity">
<label class="control control--checkbox">
<input type="checkbox" value="african-american" id="ethnicity-african-american"> African American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="asian-american" id="ethnicity-asian-american"> Asian American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="hispanic-american" id="ethnicity-hispanic-american"> Hispanic American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="middle-eastern-american" id="ethnicity-middle-eastern-american"> Middle Eastern American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="multi-racial-american" id="ethnicity-multi-racial-american"> Multi Racial American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="native-american" id="ethnicity-native-american"> Native American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="pacific-islander" id="ethnicity-pacific-islander"> Pacific Islander
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="white-american" id="ethnicity-white-american"> White American
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="unspecified" id="ethnicity-unspecified"> Unspecified
<div class="control__indicator"></div>
</label>
</div>
</div>
<!-- Religion -->
<div class="control-group">
<h2><a href="javascript:void(0);" onclick="$('.filter-religion').slideToggle(); $('.toggle-filter-religion').toggleClass('fa-angle-down').toggleClass('fa-angle-right');" class="toggle-filter-button"><i class="fa fa-fw fa-angle-right toggle-filter-religion"></i> Religion <i class="fa fa-filter show-filtering show-filtering-religion animated flipInY"></i></a></h2>
<div class="toggle-filter filter-religion">
<label class="control control--checkbox">
<input type="checkbox" value="african-methodist" id="religion-african-methodist"> African Methodist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="anglican" id="religion-anglican"> Anglican
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="baptist" id="religion-baptist"> Baptist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="buddhism" id="religion-buddhism"> Buddhism
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="christian" id="religion-christian"> Christian
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="christian-reformed" id="religion-christian-reformed"> Christian Reformed
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="christian-scientist" id="religion-christian-scientist"> Christian Scientist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="church-of-christ" id="religion-church-of-christ"> Church of Christ
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="church-of-god" id="religion-church-of-god"> Church of God
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="congregationalist" id="religion-congregationalist"> Congregationalist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="deist" id="religion-deist"> Deist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="eastern-orthodox" id="religion-eastern-orthodox"> Eastern Orthodox
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="episcopalian" id="religion-episcopalian"> Episcopalian
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="evangelical" id="religion-evangelical"> Evangelical
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="evangelical-lutheran" id="religion-evangelical-lutheran"> Evangelical Lutheran
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="hindu" id="religion-hindu"> Hindu
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="jewish" id="religion-jewish"> Jewish
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="jodo-shinshu-buddhist" id="religion-jodo-shinshu-buddhist"> Jodo Shinshu Buddhist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="lutheran" id="religion-lutheran"> Lutheran
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="methodist" id="religion-methodist"> Methodist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="mormon" id="religion-mormon"> Mormon
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="muslim" id="religion-muslim"> Muslim
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="nazarene-christian" id="religion-nazarene-christian"> Nazarene Christian
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="pentecostal" id="religion-pentecostal"> Pentecostal
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="presbyterian" id="religion-presbyterian"> Presbyterian
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="protestant" id="religion-protestant"> Protestant
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="roman-catholic" id="religion-roman-catholic"> Roman Catholic
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="seventh-day-adventist-church" id="religion-seventh-day-adventist-church"> Seventh Day Adventist Church
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="soka-gakkai-buddhist" id="religion-soka-gakkai-buddhist"> Soka Gakkai Buddhist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="southern-baptist" id="religion-southern-baptist"> Southern Baptist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="united-church-of-christ" id="religion-united-church-of-christ"> United Church of Christ
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="united-methodist" id="religion-united-methodist"> United Methodist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="unitarian-universalist" id="religion-unitarian-universalist"> Unitarian Universalist
<div class="control__indicator"></div>
</label>
<label class="control control--checkbox">
<input type="checkbox" value="unspecified" id="religion-unspecified"> Unspecified
<div class="control__indicator"></div>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-overlay fade-in c0" onclick="closeSearch()"></div>
</div>
<script src="source/www/us-governors.js"></script>
</body>
</html>