forked from occupydata/layer-switcher
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (37 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<title>Cost of the Crisis</title>
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="css/webfontkit/stylesheet.css" rel="stylesheet" type="text/css" charset="utf-8" >
<link href="wax/ext/leaflet.css" rel="stylesheet" type="text/css" />
<link href="wax/theme/controls.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="map"></div>
<h1 class="title">The Human Cost of the Global Financial Crisis</h1>
<div class="about">
<div class="layout">
<div class="description">
<p>This visualization shows the percentage of people who have been unable to make a payment on their mortgage loans for 90 or more days. These people are at risk of foreclosure if they miss one more payment.</p>
<cite>
<p>These statistics comes from the Federal Reserve Bank of New York Consumer Credit Panel, which provided a 5% random sample of U.S. individuals who have credit reports with Equifax.</p>
<p>The mortgage debt represented includes first mortgages, home equity loans and home equity lines of credit.</p>
<p>Only counties with a population of at least 10,000 people with credit reports in 2010Q4 were included in these statistics.</p>
</cite>
</div>
<div class="sliderContainer">
<div id="slider"></div>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="wax/ext/leaflet.js"></script>
<script src="wax/dist/wax.leaf.js"></script>
<script src="js/app.js"></script>
</body>
</html>