-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_heroin.html
21 lines (15 loc) · 967 Bytes
/
index_heroin.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>Heroin overdose deaths</h2>
<div id='chart-body-5'></div>
<div id='answer-5' class='answer'>Draw your answer above.</div><div id='explain-5' class='explain'><p>Heroin and opioid-related deaths began to increase in 2010 both nationally and in New Jersey. Christie has made combatting the epidemic a signature issue, leading him to become a national figure in the fight against opioid addiction.</p><p>"The word 'compassion' doesn't come up with Christie often, but on the heroin epidemic, he has shown great compassion," Ambar said.</p></div>
</div>
</body>
<script src="js/d3v4.js"></script>
<script src='js/init_heroin.js'></script>