-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGWA.html
81 lines (58 loc) · 3.12 KB
/
GWA.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/Homepage.css">
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />
</head>
<body>
<header> <a href="Homepage.html">DIEREN IN COSTA RICA</a></header>
<div id="sidebar">
<ul>
<li id="titellijst">Vogels </li>
<ul>
<li> <a href="GVA.html" >Geelvleugelara </a> </li>
<li> <a href="GWA.html">Geelwangamazone </a> </li>
<li> <a href="Toekan.html">Toekan </a> </li>
</ul>
</li>
<br>
<li id="titellijst">Zoogdieren </li>
<ul>
<li> <a href="KCA.html" >Doodshoofdaapje </a> </li>
<li> <a href="WSNB.html" >Witsnuitneusbeer </a> </li>
<li> <a href="TTL.html" >Tweetenige Luiaard </a> </li>
</ul>
</li>
<br>
<li id="titellijst"> Reptielen en Amphibieën </li>
<ul>
<li> <a href="ROMK.html" >Roodoogmakikikker </a> </li>
<li> <a href="PGK.html" >Gestreepte Pijlgifkikker </a> </li>
<li> <a href="SSK.html" >Spitssnuitkrokodil </a> </li>
<li> <a href="LEGU.html" >Basilisk</a> </li>
</ul>
</li>
</ul>
</div>
<article>
<p id="titel">De Geelwangamazone</p>
<p>
De Geelwangamazone is een vogel de behoort tot de familie Psittacidae, de papegaaien van Afrika en de Nieuwe Wereld. <br> <br>
Alhoewel ze veel voorkomen aan de Caribische zijde van Midden-Amerika, komen ze oorspronkelijk niet in Costa Rica voor; deze vogels zijn in dit gebied vrijgelaten en worden vanwege verwondingen door de bewoners gevoed.
Hierdoor zijn ze erg tam en was het mogelijk om heel dichtbij te komen. <br> <br>
Hun dieet bestaat grotendeels uit vruchten, zaden en noten en ze worden gemiddeld 34 cm lang en wegen zo’n 350 gram.
Er is bijna geen verschil tussen mannelijke en vrouwelijke geelwangamazone, waardoor het voor kwekers erg lastig is paren te maken.
</p>
</article>
<div id="article2"> <img src="fotos/GWA.jpg" height="100%" width="100%"> </div>
<footer>
<ul id="footul">
<li id="footlinh"><a>Contact:</a></li>
<li id="footli"><a href="mailto:[email protected]">F.Mostert</a></li>
<li id="footli"><a href="mailto:[email protected]">J.Miltenburg</a></li>
<li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li> <li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li><li id="footlinh"><a></a></li>
<li id="footli"><a href="https://www.youtube.com/channel/UCnXw59GaKo9iuTx5_svvOww" target=”_blank”>Youtube</a></li>
<li id="footli"><a href="https://www.instagram.com/flrs010/" target=”_blank”>Instagram</a></li>
<li id="footli"><a href="https://github.com/florissj/infwebsite" target=”_blank”>Github</a></li>
</ul>
</footer>
</body>