-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_income.html
21 lines (15 loc) · 1.11 KB
/
index_income.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<meta charset='utf-8'>
<title>You draw it: the Census</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/pym.js"></script>
<body>
<div class='njam-container'>
<h2>Median income</h2>
<div id='chart-body-2'></div>
<div id='answer-2' class='answer'>Draw your answer above.</div><div id='explain-2' class='explain'><p>The median income in New Jersey is the third-highest in the country, but that masks some of the dramatic shifts that happened during the recession. Last year, New Jersey's income growth was dead last in the nation; this year, it's been closer to the average.</p><p>Should Christie take responsibility for that shaky growth?</p><p>"New Jersey had a mostly fair recovery" that was in line with the struggles of the nation, Ambar said. "But New Jerseyans want more than that: they want their property taxes lowered, and they want more bang for their buck."</p></div>
</div>
</body>
<script src="js/d3v4.js"></script>
<script src='js/script.js'></script>