-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathport.html
62 lines (49 loc) · 2.43 KB
/
port.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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="pt"> <!--<![endif]-->
<head>
<html prefix="og: http://ogp.me/ns#">
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>InfoAmazonia Fires</title>
<meta name="description" content="Mapa de fogos de Janeiro 2012 à Novembro 2014">
<meta name="author" content="">
<meta property="og:image" content="http://infoamazonia.org/projects/fire/images/firescreenshot.png">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/ cartodb.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/amazonia.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<a class="logo" href= "http://infoamazonia.org/" target="_blank">InfoAmazonia</a>
<div class="twitter"><a href="http://twitter.com/home?status=Mapa de Fogos na Amazônia– http://infoamazonia.org/projects/fire/" rel="external" target="_blank" title="Twitter">Twitter</a></div>
<div class="fb"> <a href="http://www.facebook.com/sharer.php?u=http://www.infoamazonia.org/projects/fire" rel="external" target="_blank" title="Facebook">Facebook</a></div>
<header>
<h1>Incêndios na Amazônia</h1>
</header>
<div id="map"></div>
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
<script>
window.onload = function() {
cartodb.createVis('map', 'http://infoamazonia.cartodb.com/api/v2/viz/a93159ac-a269-11e4-a980-0e018d66dc29/viz.json');
}
</script>
</body>
</html>