-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkaart.html
59 lines (46 loc) · 2.3 KB
/
kaart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WFPFoodPrices</title>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.12.16.min.css" type="text/css" />
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<script type="text/javascript" src="https://cdn.pydata.org/bokeh/release/bokeh-0.12.16.min.js"></script>
<script type="text/javascript">
Bokeh.set_log_level("info");
</script>
</head>
<body>
<div id="banner">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="kaart.html">Kaart</a></li>
<li><a href="charts.html">Grafieken</a></li>
<li><a href="bronnen.html">Bronnen</a></li>
</ul>
</div>
<div id="introductie">
<p><h1>Klik op de kaart voor informatie over:</h1>
<h3>Graan productie in Nigeria, Niger, Mali Benin en Burkina Faso.(blauw)</h3>
<h3>Graan productie in Senegal en Uganda.(geel)</h3>
<h3>Vluchtenlingenstromen in Democratisch Republiek van de Congo, Soedan, Zuid Soedan, Ethiopië, Oeganda, Rwanda, Burundi en Centraal Afrikaanse Republiek(rood)
</h3>
</div>
<div id="image1">
<!-- Hier moet dus de kaart image met functionaliteit komen -->
<img src="Africa regions updated.png" alt="mapOfAfrica"
style="height:900px;" usemap="#AfricaMap">
<map name="AfricaMap">
<area shape="circle" coords="48,272,33" alt="SenegalUganda" href="SenegalUgandaCorrelation.html">
<area shape="poly" coords="367,535,348,507,386,486,388,451,384,430,410,433,399,377,492,321,518,189,619,187,642,165,681,234,660,246,660,278,732,313,804,359,717,415,653,403,590,418,580,476,594,475,583,632"
alt="RefugeeScatterplot" href="RefugeeScatterplot.html">
<area shape="poly" coords="321,405,397,315,385,287,405,182,364,170,269,223,160,143,153,263,87,262,84,303,109,305,124,331,166,335,190,323,230,327,240,385"
alt="BeninRegion" href="BeninRegion.html">
<area shape="poly" coords="636,458,641,409,598,418,592,444,586,469" alt="SenegalUganda" href="SenegalUgandaCorrelation.html">
</map>
</div>
<div id="footbanner">
Door Chris Al Gerges, Diederik Salimans , Dion Custers en Geert Bakker
</div>
</body>
</html>