-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
84 lines (78 loc) · 3.42 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
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
<!DOCTYPE html>
<html>
<head>
<title>IM - Europe Population Movement Response</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/site.css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46399763-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-8">
<p class="title spacer">IM: Europe Population Movement Response</p>
<p class="titledesc">Welcome to the IFRC landing page for cartographic and data products related to the population movement response in Europe.</p>
</div>
<div class="col-md-4 spacer-md">
<p>
<img src="http://www.ifrc.org/Global/ifrc.org/Logos/IFRC-logo.gif" height="32">
<br/>
<h5 class="desc">Produced by SIMS supported by ARC and BRC</h5>
<h5 class="desc">Buttons with <img class="logo" src="css/rcrc.gif"></img> contain data products for internal use within RC/RC only. Please see the <a href="http://fednet.ifrc.org/migrationineurope" target=_blank">IFRC's FedNet</a> for information that can be used externally.</h5>
</p>
</div>
</div>
<div class="row cont">
<div class="col-md-4">
<a href="http://brcmapsteam.github.io/Europe_migrants_sitrep/" target="_blank" class="button icon pos">
<span>Response Indicator Dashboard</span>
</a>
</div>
<div class="col-md-4">
<a href="https://www.dropbox.com/sh/1gklb56y1bpoklq/AABBVE2RFHI9icbJFfCCuCDQa?dl=0" target="_blank" class="button icon pos">
<span>Operations and Deployment Maps</span>
</a>
</div>
<div class="col-md-4">
<a href="https://www.dropbox.com/sh/p19giq0vq2f6ojs/AADW4necKRhtAfCDVZmzgcUba?dl=0" target="_blank" class="button icon pos">
<span>Weekly Response Indicator Maps</span>
</a>
</div>
</div>
<div class="row cont">
<div class="col-md-2">
</div>
<div class="col-md-4">
<a href="https://www.dropbox.com/sh/97zlo0llrjvwqky/AAC-iGGE6DwJ8q0s41XqFA7pa?dl=0" target="_blank" class="button">
<span>External Actor Maps / Data</span>
</a>
</div>
<div class="col-md-4">
<a href="https://www.dropbox.com/sh/50gnzapsivc47il/AADbv45TrC2cj5cIMQ8CtFJpa?dl=0" target="_blank" class="button">
<span>Basemaps / General Infrastructure Maps</span>
</a>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="footnote">If you don't find what you're looking for, contact us at <a href="mailto:[email protected]?subject=IM_Europe-resources-online-feedback">[email protected]</a> and we'll help you find it or work with you to develop something new.</p>
</div>
</div>
<div class = "footer">
</div>
</div>
</body>
</html>