-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>Becerra v Trump: How California is using the courts to fight the administration</title>
<meta name="author" content="John Osborn D'Agostino">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width" />
<link href="https://fonts.googleapis.com/css?family=Overpass:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="graphic.css">
</head>
<body>
<h1 style="margin-bottom: 0;"><strong>Case By Case: California’s many lawsuits against the Trump administration</strong></h1>
<p><em>Interactive by John Osborn D'Agostino. Reporting by Ben Christopher. Robbie Short contributed to this graphic.</em></p>
<div id="lawsuit-interactive">
<div id="lawsuit-filters"></div>
<div id="lawsuit-container"></div>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
<script type="text/javascript" src="graphic.js"></script>
<script type="text/javascript" src="https://pym.nprapps.org/pym.v1.min.js"></script>
<script type="text/javascript">
var pymChild = new pym.Child({
renderCallback: initTabletop(),
polling: 1000
});
</script>
</html>