-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (200 loc) · 7.53 KB
/
index.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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html>
<head>
<title>GKS Playground</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv=“X-UA-Compatible” content=“IE=edge”>
<!-- favicons -->
<!--<link rel="icon" href="images/spaceship.ico">-->
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- favicons -->
<link href="https://use.fontawesome.com/releases/v5.0.7/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/all-plugins.js"></script>
<script type="text/javascript" src="js/plugin-active.js"></script>
</head>
<body>
<!-- Header starts here -->
<header id="Header">
<nav class="main-navigation">
<div class="container">
<div class="row">
<div class="col">
<div class="logo">
<!--<a href="#"><img src="images/logo.png" alt="Logo"></a>-->
<h1 id="logo-text"><a href="#Header">Games Knight Studios</a></h1>
</div>
</div>
<div class="col text-right">
<div class="menu-wrap">
<div id="nav-icon1">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="mobile-menu">
<ul>
<li><a href="#Header" class="smooth-scroll">Home</a></li>
<li><a href="#Games" class="smooth-scroll">Games</a></li>
<li><a href="#Blog" class="smooth-scroll">Blog</a></li>
</ul>
</div>
</header>
<!-- Header ends here -->
<!-- Features section starts here -->
<section id="Games">
<div class="container">
<h2 id="section-header">GKS Playground</h2>
<p>Have a play with demos of our latest games!</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/etch_icon.png" alt="Logo" style="width:50%;height:50%">
<h3>Etch</h3>
<p>A simple drawing game for the GameBoy</p>
</div>
<div class="icon-text">
<a title="Play!" href="GameBoy/GameBoy.php?game=etch-0.0.1.gb">
<img src="images/etch_icon.png" alt="Logo" style="width:50%;height:50%">
<h3>Etch</h3>
<p>A simple drawing game for the GameBoy</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/space_icon.png" alt="Logo" style="width:50%;height:50%">
<h3>Space</h3>
<p>Fly around in space</p>
</div>
<div class="icon-text">
<a title="Play!" href="GameBoy/GameBoy.php?game=space-0.0.4.gb">
<img src="images/space_icon.png" alt="Logo" style="width:50%;height:50%">
<h3>Space</h3>
<p>Fly around in space</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/blind_title.png" alt="Logo" style="width:50%;height:50%">
<h3>Blind</h3>
<p>Created as part of GBJam8!</p>
</div>
<div class="icon-text">
<a title="Play!" href="GameBoyColor/Blind/index.html">
<img src="images/blind_title.png" alt="Logo" style="width:50%;height:50%">
<h3>Blind</h3>
<p>Created as part of GBJam8!</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Blog">
<div class="container">
<h2 id="section-header">Blog</h2>
<p>Find out more about the development process</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/note.png" alt="Logo" style="width:50%;height:50%">
<h3>Create GB Music</h3>
<p>How to make music for GameBoy games</p>
</div>
<div class="icon-text">
<a title="Play!" href="GameBoy/GBMusic/gb-music.html">
<img src="images/note.png" alt="Logo" style="width:50%;height:50%">
<h3>CCreate GB Music</h3>
<p>Find out how!</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/sega_boot.png" alt="Logo" style="width:50%;height:50%">
<h3>Custom boot logo</h3>
<p>Make your GameBoy say anything you want!</p>
</div>
<div class="icon-text">
<a title="Play!" href="GameBoy/CustomBoot/gb-custom-boot.html">
<img src="images/sega_boot.png" alt="Logo" style="width:50%;height:50%">
<h3>Custom boot logo</h3>
<p>Find out how!</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3">
<div class="each-icon box-1">
<div class="icon-wrap">
<img src="images/github.png" alt="Logo" style="width:50%;height:50%">
<h3>GitHub</h3>
<p>Check out the source code</p>
</div>
<div class="icon-text">
<a title="Play!" href="https://github.com/GamesKnightStudios">
<img src="images/github.png" alt="Logo" style="width:50%;height:50%">
<h3>GitHub</h3>
<p>All our games are OpenSource!</p>
<div class="cta">
<i class="fa fa-play" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features section ends here -->
<!-- Footer section starts here -->
<footer id="Footer">
<div class="container text-center">
<div class="footer-text ">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<div class="copy-right">
<p>© Games Knight Studios 2020 | Last update: 12:30 31/08/2020</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section ends here -->
</body>
</html>