-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.58 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
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="assets/css/globestyle.css" rel="stylesheet">
</head>
<body>
<!-- style="border-style:solid;" -->
<div class="row show-grid pageheader" style="margin: 20px;">
<!-- <h2 style="font-weight:bold;">Forest Conservation Performance Index -->
<!-- <small> -->
<!-- <i class="icon-github"></i> -->
<!-- <i class="icon-twitter"></i> -->
<!-- <i class="icon-envelope"></i> -->
<!-- </small> -->
<!-- </h2> -->
<!-- <div id="desc"> -->
<!-- <p style="width:900px;"> -->
<!-- The goal of fCPR is to indicate problem areas where focused -->
<!-- attention may promote more rapid progress against -->
<!-- deforestation. Reports will be published annually as working -->
<!-- papers; interim findings and updates to the data will be -->
<!-- posted to this page and announced to subscribers through our -->
<!-- climate change newsletter. -->
<!-- </p> -->
<!-- </div> -->
<div id="chart">
<div id="namer"></div>
</div>
<div id="map"></div>
</div>
</body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://d3js.org/d3.geo.projection.v0.min.js"></script>
<script src="assets/js/map.js"></script>
<script src="assets/js/graph.js"></script>