-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch-custom.html
More file actions
179 lines (173 loc) · 7.04 KB
/
research-custom.html
File metadata and controls
179 lines (173 loc) · 7.04 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!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-element-active 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="/research">Research</a></li>
<li><a href="/research-custom">Custom console</a></li>
</ul>
</nav>
</header>
<!-- Hieronder kunnen artikelen komen -->
<article>
<h2 class="page-header font-light">Custom console</h2>
<p>In the later stages of Game Dev Tycoon you have the ability to develop your own console. This almost works the same way as developing a game. You have to decide what you want out of the console and what it looks like.</p>
<p>Here's an overview of what your custom console can look like.</p>
<div class="table-container">
<table>
<tbody>
<tr>
<th>Version 1</th>
<th>Version 2</th>
<th>Version 3</th>
</tr>
<tr>
<td>
<img src="images/platforms/CustomPlatform1V1.png" alt="Skin 1V1">
</td>
<td>
<img src="images/platforms/CustomPlatform1V2.png" alt="Skin 1V2">
</td>
<td>
<img src="images/platforms/CustomPlatform1V3.png" alt="Skin 1V2">
</td>
</tr>
<tr>
<td>
<img src="images/platforms/CustomPlatform2V1.png" alt="Skin 2V1">
</td>
<td>
<img src="images/platforms/CustomPlatform2V2.png" alt="Skin 2V2">
</td>
<td>
<img src="images/platforms/CustomPlatform2V3.png" alt="Skin 2V2">
</td>
</tr>
<tr>
<td>
<img src="images/platforms/CustomPlatform3V1.png" alt="Skin 3V1">
</td>
<td>
<img src="images/platforms/CustomPlatform3V2.png" alt="Skin 3V2">
</td>
<td>
<img src="images/platforms/CustomPlatform3V3.png" alt="Skin 3V3">
</td>
</tr>
<tr>
<td>
<img src="images/platforms/CustomPlatform4V1.png" alt="Skin 4V1">
</td>
<td>
<img src="images/platforms/CustomPlatform4V2.png" alt="Skin 4V2">
</td>
<td/>
</tr>
</tbody>
</table>
</div>
</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>