-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolumbia.html
More file actions
40 lines (33 loc) · 2.09 KB
/
Copy pathcolumbia.html
File metadata and controls
40 lines (33 loc) · 2.09 KB
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
<html>
<head>
<title>AmCross Diaspora Geographic Profiler</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="diaspora.css">
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style> html, body, #map { height:100%; padding:0; margin:0 } </style>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="bannerimage">
</div>
<hr>
<div class="topnav">
<a class= "home" href="resources.html">Resources/Data</a>
<a href="phillipines.html">Philippines</a>
<a href="burma.html">Myanmar</a>
<a href="bangladesh.html">Bangladesh</a>
<a href="vietnam.html">Vietnam</a>
<a href="indonesia.html">Indonesia</a>
<a href="nepal.html">Nepal</a>
<a href="elsalvador.html">El Salvador</a>
<a class="active" href="columbia.html">Colombia</a>
<a href="honduras.html">Honduras</a>
<a href="haiti.html">Haiti</a>
</div>
<hr>
<div class="over"> Use the <a href="https://carto.com/learn/guides/widgets/exploring-widgets/" style="color: black;">Carto Widgets</a> to explore the data further. TThe "Visible Population" Widget represents the total number of recorded individuals visible inside the map frame at the current zoom level. The "Population Explorer" allows for sorting and selecting the population data of this diaspora via different buckets, each representing the total number of points with the selected value range. Use the zoom button to see even more detail on this tool, and to select ranges on the map. </div>
<div><iframe width="100%" height="80%" frameborder="0" src="https://redcross.carto.com/builder/b89c5918-8db8-4876-abd3-e45e02454edc/embed" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen &wmode=transparent></iframe></div>
</body>
</html>