forked from rose-gonoud/COVID-19-Unemployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (190 loc) · 6.9 KB
/
index.html
File metadata and controls
233 lines (190 loc) · 6.9 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>US Unemployment</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- pulldown menus multiselections -->
<link
rel="stylesheet"
href="bootstrap4/bootstrap-multiselect-dropdown/docs/css/bootstrap-3.3.2.min.css"
type="text/css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/superhero/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="bootstrap4/bootstrap-multiselect-dropdown/docs/css/bootstrap-example.min.css"
type="text/css"
/>
<!-- Include Twitter Bootstrap and jQuery: -->
<script
type="text/javascript"
src="bootstrap4/bootstrap-multiselect-dropdown/docs/js/jquery-2.1.3.min.js"
></script>
<script
type="text/javascript"
src="bootstrap4/bootstrap-multiselect-dropdown/docs/js/bootstrap-3.3.2.min.js"
></script>
<!-- Include the plugin's CSS and JS: -->
.
<link
rel="stylesheet"
href="bootstrap4/bootstrap-multiselect-dropdown/dist/css/bootstrap-multiselect.css"
type="text/css"
/>
<script
type="text/javascript"
src="bootstrap4/bootstrap-multiselect-dropdown/dist/js/bootstrap-multiselect.js"
></script>
<!-- Leaflet CSS & JS-->
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.3.3/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""
/>
<script
src="https://unpkg.com/leaflet@1.3.3/dist/leaflet.js"
integrity="sha512-tAGcCfR4Sc5ZP5ZoVz0quoZDYX5aCtEm/eu1KhSLj2c9eFrylXZknQYmxUssFaVJKvvc0dJQixhGjG2yXWiV9Q=="
crossorigin=""
></script>
<!-- d3 JavaScript -->
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- Leaflet-Choropleth JavaScript -->
<script type="text/javascript" src="assets/js/choropleth.js"></script>
<!-- Include the plugin's CSS and JS: -->
<link rel="stylesheet" href="bootstrap4/bootstrap-multiselect-dropdown/dist/css/bootstrap-multiselect.css" type="text/css"/>
<script type="text/javascript" src="bootstrap4/bootstrap-multiselect-dropdown/dist/js/bootstrap-multiselect.js"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<!-- Our CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<div class="wrapper">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Project 2
<img class="nav-ufo" src="/images/ufo.svg" alt="">
</a>
</div>
</nav>
<div class="hero text-center">
<h1>Unemployment Data in the age of COVID-19</h1>
<p>Distribution statistics</p>
</div>
</nav>
<div class="hero text-center">
<h1>Unemployment Data in the age of COVID-19</h1>
<p>Distribution statistics</p>
</div>
<div class="new-container">
<div class="row">
<div class="row margin-top-50">
<div class="col-md-2"></div>
<div class="col-md-4">
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Select One or More States</h3>
</div>
<div class="panel-body">
<!-- <script type="text/javascript">
$(document).ready(function() {
$('#selState').multiselect({
enableCaseInsensitiveFiltering: true,
maxHeight: 200
});
});
</script> -->
<script type="text/javascript">
$(document).ready(function() {
$('#selState').multiselect();
});
</script>
<select id="selState" multiple="multiple" onchange="optionChanged(this.value)"></select>
<button id="filter-btn-markets" type="button" class="btn btn-default">Select States</button>
</div>
</div>
<div class="panel-footer">Panel footer</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Select a Date Range</h3>
</div>
<div class="panel-body">
<script>
$('.input-daterange input').each(function() {
$(this).datepicker('clearDates');
});
</script>
<div class="input-group input-daterange">
<input type="text" class="form-control" value="2012-04-05">
<div class="input-group-addon">to</div>
<input type="text" class="form-control" value="2012-04-19">
</div>
</div>
<div class="panel-footer">Panel footer</div>
</div>
</div>
</div>
<div class="col-md-2">Content goes here</div>
</div>
</div>
<div class="row">
<div class="row margin-top-50">
<div class="col-lg-4">
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Summary Statistics</h3>
</div>
<div class="panel-body"> Panel content </div>
<div class="panel-footer">Panel footer</div>
</div>
</div>
</div>
<div class="col-lg-8">
<!-- The div where we will inject our map -->
<div id="map">Map Goes Here</div>
</div>
</div>
</div>
<div class="row">
<div class="row margin-top-50">
<div class="col-lg-2">Content goes here</div>
<div class="col-lg-8">
<div id="plot">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Line Graph</h3>
</div>
<div class="panel-body" id=panel-plot> Panel content </div>
<div class="panel-footer">Panel footer</div>
</div>
</div>
</div>
</div>
<div class="col-lg-2"></div>
</div>
<!-- The div where we will inject our map -->
<div id="map">Map Goes Here</div>
<div id="plot">Line Graph Goes Here</div>
</div>
<footer class="footer">
<span class="bottom">Project 2 </span>
</footer>
</div> <!-- wrapper -->
<script type="text/javascript" src="assets/js/testData.js"></script>
<script type="text/javascript" src="assets/data/stateData.js"></script>
<script type="text/javascript" src="assets/js/config.js"></script>
<script type="text/javascript" src="assets/js/logic.js"></script>
<script type="text/javascript" src="assets/js/populatePulldown.js"></script>
</body>
</html>