-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathover.html
More file actions
78 lines (59 loc) · 2.22 KB
/
over.html
File metadata and controls
78 lines (59 loc) · 2.22 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
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
<!doctype html>
<html>
<head>
<title>WWII Games</title>
<meta charset="UTF-8">
<meta name="author" content="Yarne Decuyper">
<link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css">
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<script src="./js/jquery-2.1.4.min.js"></script>
<script src="./js/finals.js"></script>
</head>
<body onload="Special">
<div id="page-wrapper">
<header>
<div id="cssmenu" class="centered">
<ul>
<li><a href="./index.html"><span>Home</span></a></li>
<li><a href="./games.html"><span>Games</span></a></li>
<li class="active"><a href="./over.html"><span>Over deze site</span></a></li>
<li id="last"><a href="./suggesties.html"><span>Suggesties</span></a></li>
</ul>
</div>
</header>
<div class="content-wrapper clearfix centered">
<section class="GameDetail">
<div class="clearfix">
<div class="content">
<p>
Deze site is gemaakt voor het eindwerk van
<a href="http://5info.edukao.be/yarned/" target="_blank">Yarne Decuyper</a>
</p>
<p>
Deze site somt een paar games op die gesitueert zijn in de Tweede wereldoorlog.
Je vindt alle info op <a href="games.html">Games</a> als je meer wilt weten over de
games.
</p>
</div>
<div class="sideinfo">
<img src="img/yarn.jpg">
<dl class="game-info">
<dt>Geboortejaar</dt>
<dd>1998</dd>
<dt>School</dt>
<dd><a href="http://www.go-atheneumoudenaarde.be/" target="_blank">GO Atheneum Oudenaarde</a></dd>
</dl>
</div>
</div>
</section>
</div><!-- content-wrapper -->
</div><!-- page-wrapper -->
<footer>
<div class="footer-content centered">
Made by © Yarne Decuyper
</div>
</footer>
</body>
</html>