-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_iframe.html
85 lines (76 loc) · 4.13 KB
/
index_iframe.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Cook County House Price Index | Institute for Housing Studies - DePaul University</title>
<meta name="author" content="Institute for Housing Studies - DePaul University">
<meta content="Track quarterly price trends for single family homes in 33 submarkets in the City of Chicago and suburban Cook County." name='description' />
<!-- Facebook metadata -->
<meta content="Cook County House Price Index" property="og:site_name">
<meta content="Cook County House Price Index" property="og:title">
<meta content="article" property="og:type">
<meta content="Track quarterly price trends for single family homes in 33 submarkets in the City of Chicago and suburban Cook County." property="og:description">
<meta content="http://price-index.housingstudies.org/" property="og:url">
<meta content="http://price-index.housingstudies.org/images/ihs-logo.png" property="og:image">
<!-- Twitter metadata -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="Cook County House Price Index">
<meta name="twitter:creator" content="Institute for Housing Studies - DePaul University">
<meta name="twitter:title" content="Cook County House Price Index">
<meta name="twitter:url" content="http://price-index.housingstudies.org/">
<meta name="twitter:description" content="Track quarterly price trends for single family homes in 33 submarkets in the City of Chicago and suburban Cook County.">
<meta name="twitter:image:src" content="http://price-index.housingstudies.org/images/ihs-logo.png">
<link rel="icon" href="images/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class='row'>
<div class='col-sm-12'>
<div id='chart'></div>
</div>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/highcharts.js"></script>
<script src="js/leaflet.js"></script>
<script src="js/jquery.csv.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap.js"></script>
<script src='js/app_iframe.js?1'></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
// Share the tracking cookie across *.housingstudies.org
_paq.push(['setCookieDomain', '*.housingstudies.org']);
// Tell Matomo the website domain so that clicks on these domains are not tracked as 'Outlinks'
_paq.push(['setDomains', '*.housingstudies.org']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://datamade.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='//cdn.matomo.cloud/datamade.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>