forked from CarlaAstudillo/NJAM-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·53 lines (41 loc) · 2.48 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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Shrinking School Districts</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<!-- begin css -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/demo_table.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- end css -->
<!-- begin scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- end scripts -->
</head>
<body>
<noscript>
<div id="noscript_note">You must have JavaScript enabled to view this page.</div>
</noscript>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h2>Shrinking School Districts</h2>
<p>Is your school district shrinking? Type in the search bar to look in our database for your school district's enrollment numbers. You can also sort the columns from highest to lowest. </p><div class='download'><a href="https://s3.amazonaws.com/nj-data/nj-school-enrollments/data/nj_school_enrollment_2010_2016.csv">Download the data</a></div><div class='source'>Source: <a href="http://www.state.nj.us/education/data/enr/">NJ Dept. of Education</a></div></p>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="demo"><h3>Loading... Please wait</h3></div>
</div>
<div class='credit'><small>Interactive by <a href="http://connect.nj.com/user/CarlaAstudillo/posts.html">Carla Astudillo</a></small></div>
</div>
</div>
<script src="scripts/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.3.5/tabletop.js"></script>
<script src="scripts/pym.js"></script>
<script src="scripts/tabletop-feed.js"></script>
<script src="scripts/data-tables-bootstrap.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>