-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.html
More file actions
140 lines (134 loc) · 6.02 KB
/
sitemap.html
File metadata and controls
140 lines (134 loc) · 6.02 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<!-- Website voor Websites 1 -->
<!-- Gemaakt door Tom van Nimwegen en Wilfred van Eck, 41IN01A -->
<html>
<!-- Header start -->
<head>
<meta charset="utf-8">
<!-- Viewport settings voor mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Game Dev Tycoon Wiki</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/reset.css" type='text/css'>
<link rel="stylesheet" href="css/flex.css" type='text/css'>
<link rel="stylesheet" href="css/style.css" type='text/css'>
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<!-- Meta tags -->
<meta name="description" content="A wiki about GameDev Tycoon">
<meta name="keywords" content="wiki, gdt, gamedev, game, dev, tycoon">
<meta name="author" content="Tom van Nimwegen, Wilfred van Eck">
<!-- JavaScript -->
<script src="js/jquery-1.11.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/main.js" type="text/javascript" charset="utf-8"></script>
</head>
<!-- Header end -->
<!-- Body start -->
<body>
<!-- Dit is de super container, die zal er voor zorgen dat de pagina altijd in het midden staat -->
<div class="site-super-container f-center-h">
<!-- Bij de page container kan alles wat op de huidige pagina gestyled worden (denk aan padding) -->
<div class="site-container">
<!-- De header van de pagina met het menu -->
<header class="site-header">
<a id="top"></a>
<!-- Het menu van de pagina -->
<nav class="site-header-nav">
<ul class="f-space-between">
<li class="nav-element f-center-v" data-content="Show menu ↓">
<span id="site-logo" >Wiki</span>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/platforms" title="A listing of all platforms found in GDT">Platforms</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/genres" title="A listing of all genres found in GDT">Genres</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/research" title="A listing of all the research that can be done in GDT">Research</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/training" title="A listing of all the training methods in GDT">Training</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/achievements" title="A listing of all achievements found in GDT">Achievements</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/contact" title="Found an error? Contact us!">Contact</a>
</li>
<li class="nav-element nav-link nav-link-hide">
<a href="/about">About</a>
</li>
</ul>
</nav>
</header>
<!-- De main content van de pagina, hier staan alle artikelen in -->
<main class="page-content">
<!-- De naam van deze pagina -->
<header class="page-header font-light">
<nav class="page-breadcrum">
<ul>
<li>You are here</li>
<li><a href="/">Wiki</a></li>
<li><a href="/sitemap">Sitemap</a></li>
</ul>
</nav>
</header>
<!-- Hieronder kunnen artikelen komen -->
<article>
<h2 class="page-header font-light">Sitemap</h2>
<ul>
<li><a href="/" title="The wiki homepage">Home</a></li>
<li>
<a href="/platforms" title="A listing of all platforms found in GDT">Platforms</a>
</li>
<li><a href="/genres" title="A listing of all genres found in GDT">Genres</a></li>
<li>
<a href="/research" title="A listing of all the research that can be done in GDT">Research</a>
<ul>
<li><a href="/research-custom" title="A listing of all things custom in GDT">Custom hardware</a></li>
</ul>
</li>
<li><a href="/training" title="A listing of all the training methods in GDT">Training</a></li>
<li><a href="/achievements" title="A listing of all achievements found in GDT">Achievements</a></li>
<li><a href="/contact" title="Found an error? Contact us!">Contact</a></li>
<li><a href="/about" title="">About</a></li>
</ul>
</article>
</main>
<!-- De footer van deze website -->
<footer class="site-footer f-center font-small">
<nav>
<p>
Created by Tom van Nimwegen and Wilfred van Eck, 2014.
</p>
<ul class="f-space-around">
<li><a href="/sitemap">Sitemap</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="#top">Top</a></li>
</ul>
</nav>
</footer>
</div>
</div>
</body>
<!-- Body end -->
</html>