-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomepage.html
81 lines (60 loc) · 3.12 KB
/
Homepage.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">Inleiding </p>
<p>
In de zomer van 2021 ben ik met mijn gezin 3 weken naar Costa Rica op vakantie geweest;
deze website is nagenoeg compleet opgebouwd uit foto's die ik tijdens die vakantie heb gemaakt en informatie over het ecosysteem van Costa Rica die ik daar heb geleerd.
<br><br>
Veel van de dieren die hier gefotografeerd staan zijn wild, de andere zijn gered uit het wild en leven nu in een reservaat waar ze te eten krijgen en verzorgd worden.
<br><br>
Alle foto's die op deze website te vinden zijn, zijn door mij persoonlijk gemaakt.
Dit zijn bij lange na niet alle foto's die ik heb gemaakt; als ik die wel allemaal zou willen gebruiken, zou de website een paar gigabyte groter zijn.
</p>
</article>
<div id="article2"> <img src="fotos/vlndr.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>