greens_report/www/index.html

37 lines
1.0 KiB
HTML
Raw Permalink Normal View History

2021-03-29 20:49:50 +02:00
<html>
<head>
<meta charset="utf-8">
2021-10-13 18:35:49 +02:00
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/cello-sans" type="text/css"/>
2021-03-31 16:24:46 +02:00
<link rel="stylesheet" href="graph.css">
2021-10-13 18:35:49 +02:00
<title>Biometric and Behavioural Mass Surveillance in EU Member States</title>
2021-03-30 16:30:50 +02:00
</head>
2021-03-29 20:49:50 +02:00
2021-03-30 16:30:50 +02:00
<body>
2021-03-29 20:49:50 +02:00
<div id='tooltip'></div>
<div id='sources'></div>
2021-08-13 11:55:14 +02:00
<div id='closeSelection'>&times;</div>
2021-04-28 09:38:06 +02:00
<div id='map'></div>
<header>
2021-10-13 18:35:49 +02:00
<h1>Biometric and Behavioural Mass Surveillance</h1>
<p class='subtitle'>in EU Member States</p>
2021-04-28 09:38:06 +02:00
<aside id="filters">
<h3 onclick="this.parentNode.classList.toggle('hide');">Filter</h3>
<div id="filter-items"></div>
2021-04-28 09:38:06 +02:00
</aside>
2021-04-16 11:15:57 +02:00
2021-04-28 09:38:06 +02:00
</header>
2021-03-29 20:49:50 +02:00
2021-04-28 09:38:06 +02:00
<script src="https://d3js.org/d3.v6.js"></script>
2021-04-28 09:38:06 +02:00
<script src="https://d3js.org/d3-geo-projection.v3.min.js"></script>
<script src="https://d3js.org/topojson.v3.min.js"></script>
<script src="//unpkg.com/d3-geo-zoom"></script>
<script src="graph.js"></script>
2021-03-29 20:49:50 +02:00
</body>
</html>