-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (190 loc) · 12.6 KB
/
index.html
File metadata and controls
200 lines (190 loc) · 12.6 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<title>Koxel</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<meta charset="UTF-8">
</head>
<body>
<header>
<img src="imgs/banner.png" alt="Koxel Banner"/>
</header>
<!-- Menu Bar -->
<nav>
<ul>
<li> <a href="#game">The Game</a> </li>
<li> <a href="#updates">Updates</a> </li>
<li> <a href="#quotes">Fan Quotes</a> </li>
<li> <a href="#media">Media</a> </li>
<li> <a href="#about">About Us</a> </li>
<li> <a href="#contact">Contact</a> </li>
</ul>
</nav>
<!-- Page Content -->
<main>
<!-- Main Info -->
<section id="game" class="slim">
<h1>About Koxel</h1>
<p>Koxel is an open-world, adventure <abbr title="Role Playing Game">RPG</abbr>, build from hexagonal tiles. Koxel is currently under heavy construction and won't be released anytime soon.</p>
<p>Koxel is set on an infinite world of hexagonal tiles, with a bunch of different biomes ranging from forests to poisonous swamps.
Each location has its own fitting flora and fauna, that can be destroyed, harvested or be created as the player wishes. </p>
<a href="https://github.com/Koxel/Koxel/blob/master/README.md" target="_blank" class="button">Learn More</a>
</section>
<hr>
<!-- Updates -->
<section id="updates" class="slim">
<h1>Progress Updates</h1>
<!-- Update 0.0.2 -->
<article>
<a href="https://github.com/Koxel/Koxel/releases/tag/v0.0.2" target="_blank">
<h3>Koxel v0.0.2: A playable game!<br>(24/08/2017)</h3></a>
<p>Hey everyone, <br>
Kokonus and I have been working quite a lot on the new version of Koxel in the past weeks and we finally got it as far as it being a playable game (with extremely little content :P). <br>
We would appreciate any feedback that you might have on this, especially on the models, but keep in mind we have a lot of things planned ourselves as well.</p>
<img src="imgs/update01.png" alt="Koxel Update 02 Screenshot"/>
</article>
<!-- Update 0.0.1 -->
<article>
<a href="https://github.com/Koxel/Koxel/releases/tag/v0.0.1" target="_blank">
<h3>Koxel v0.0.1: Movement!<br>(16/04/2017)</h3></a>
<p>We finally got a randomly generated world that you can now move around in!</p>
</article>
<a href="https://github.com/Koxel/Koxel/releases" target="_blank" class="button">Read More</a>
</section>
<!-- Quotes -->
<div class="parallax">
<section id="quotes" class="wide">
<h1>See what others say about Koxel</h1>
<!-- Row of small quotes -->
<table>
<tr>
<td class="popup"><q>How can I help?</q><br>
<p>Kokonus</p></td>
<td class="popup"><q>Koxel... Koxel? Koxel!</q><br>
<p>JohnyCilohokla</p></td>
<td class="popup"><q>I love bananas</q><br>
<p>Mr. Boby</p></td>
</tr>
</table>
<!-- One long, wide quote -->
<div class="longquote popup">
<q>At first I didn't know what to expect, they're really indie, but their creativity makes up for minor design flaws and the game runs beautifully. If I were you, I'd keep a right eye on them!</q><br>
<p>Pepe Pepelin</p>
</div>
<!-- Row of small quotes -->
<table>
<tr>
<td class="popup"><q>This game has great potential.</q><br>
<p>Kees</p></td>
<td class="popup"><q>What a game!</q><br>
<p>Lidith</p></td>
<td class="popup"><q>A true experience!</q><br>
<p>CatOnMars567</p></td>
</tr>
</table>
</section>
</div>
<!-- Images and Videos -->
<section id="media" class="wide">
<h1>Media</h1>
<!-- Screenshots, click to view bigger version -->
<table>
<tr>
<td class="popup"><a href="imgs/media/media1_big.png" target="_blank">
<img class="media" src="imgs/media/media1.png" alt="Koxel Gameplay Screenshot 01"/>
</a></td>
<!-- YouTube video -->
<td class="popup">
<iframe class="media" src="https://www.youtube.com/embed/Z1p9730d138"></iframe>
</td>
<td class="popup"><a href="imgs/media/media3_big.png" target="_blank">
<img class="media" src="imgs/media/media3.png" alt="Koxel Gameplay Screenshot 03"/>
</a></td>
</tr>
<tr>
<td class="popup"><a href="imgs/media/media4_big.png" target="_blank">
<img class="media" src="imgs/media/media4.png" alt="Koxel Gameplay Screenshot 04"/>
</a></td>
<td class="popup"><a href="imgs/media/media2_big.png" target="_blank">
<img class="media" src="imgs/media/media2.png" alt="Koxel Gameplay Screenshot 02"/>
</a></td>
<td class="popup"><a href="imgs/media/media5_big.png" target="_blank">
<img class="media" src="imgs/media/media5.png" alt="Koxel Gameplay Screenshot 05"/>
</a></td>
</tr>
</table>
</section>
<!-- About Devs -->
<div class="parallax">
<section id="about" class="wide">
<h1>About Us</h1>
<div class="profiles">
<!-- IKStreamIvo -->
<article>
<a href="https://github.com/IKStreamIvo" target="_blank" title="Github"><h3 class="popup">IKStreamIvo</h3></a>
<p>Ivo is a young game developer from the Netherlands.<br>
He is a Game Design student at Hanze University and focuses on programming and general development of the game.<br>
Ivo can be found as IKStreamIvo or Pixel on the web.<br>
</p>
<h4>Previous projects:</h4>
<ul>
<li class="popup"><a href="https://nerdkingdom.com" target="_blank" title="NerdKingdom">TUG Modding</a></li>
<li class="popup"><a href="https://ikstreamivo.itch.io/battlehex" target="_blank" title="itch.io">BattleHex</a></li>
<li class="popup"><a href="https://ikstreamivo.itch.io/hexatracks" target="_blank" title="itch.io">HexaTracks</a></li>
</ul>
</article>
<!-- Kokonus -->
<article>
<a href="https://github.com/kokonus" target="_blank" title="Github"><h3 class="popup">Kokonus</h3></a>
<p>Kokonus is a young developer from the Netherlands. <br>
He focuses on 3D model design, 2D art and came up with the idea of Koxel. <br>
</p>
<br> <!-- Extra br for lining up w/previous profile -->
<h4>Previous projects:</h4>
<ul>
<li class="popup"><a href="https://blender.com/" target="_blank" title="Blender">Blender Sceneries</a></li>
<li class="popup"><a href="https://nerdkingdom.com" target="_blank" title="NerdKingdom">TUG Modding</a></li>
</ul>
</article>
</div>
</section>
</div>
<!-- Contact -->
<section id="contact" class="slim">
<h1>Contact Us</h1>
<h3>Join our Discord server!</h3>
<!-- Discord Widget -->
<iframe class="discord" src="https://discordapp.com/widget?id=203196358423871488&theme=light"></iframe>
<h3>Keep up to date with the latest news!</h3>
<h5>(Not currently implemented)</h5>
<!-- Newsletter Sub -->
<form>
<p>Subscribe to our newsletter to get major updates mailed towards you!</p>
<input type="text" name="email" placeholder="Email"><br><br>
<a href="#contact" target="_blank" class="button">Subscribe</a>
</form>
</section>
</main>
<footer>
<!-- Social Media Links -->
<div>
<a href="https://github.com/Koxel" target="_blank" title="GitHub"><svg viewBox="0 0 512 512">
<path d="M256 70.7c-102.6 0-185.9 83.2-185.9 185.9 0 82.1 53.3 151.8 127.1 176.4 9.3 1.7 12.3-4 12.3-8.9V389.4c-51.7 11.3-62.5-21.9-62.5-21.9 -8.4-21.5-20.6-27.2-20.6-27.2 -16.9-11.5 1.3-11.3 1.3-11.3 18.7 1.3 28.5 19.2 28.5 19.2 16.6 28.4 43.5 20.2 54.1 15.4 1.7-12 6.5-20.2 11.8-24.9 -41.3-4.7-84.7-20.6-84.7-91.9 0-20.3 7.3-36.9 19.2-49.9 -1.9-4.7-8.3-23.6 1.8-49.2 0 0 15.6-5 51.1 19.1 14.8-4.1 30.7-6.2 46.5-6.3 15.8 0.1 31.7 2.1 46.6 6.3 35.5-24 51.1-19.1 51.1-19.1 10.1 25.6 3.8 44.5 1.8 49.2 11.9 13 19.1 29.6 19.1 49.9 0 71.4-43.5 87.1-84.9 91.7 6.7 5.8 12.8 17.1 12.8 34.4 0 24.9 0 44.9 0 51 0 4.9 3 10.7 12.4 8.9 73.8-24.6 127-94.3 127-176.4C441.9 153.9 358.6 70.7 256 70.7z"/></svg>
</a>
<a href="https://www.twitter.com/IKStreamIvo" target="_blank" title="Twitter"><svg viewBox="0 0 512 512">
<path d="M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z"/></svg>
</a>
<a href="https://www.youtube.com/c/ikstreamdev" target="_blank" title="YouTube"><svg viewBox="0 0 512 512">
<path d="M422.6 193.6c-5.3-45.3-23.3-51.6-59-54 -50.8-3.5-164.3-3.5-215.1 0 -35.7 2.4-53.7 8.7-59 54 -4 33.6-4 91.1 0 124.8 5.3 45.3 23.3 51.6 59 54 50.9 3.5 164.3 3.5 215.1 0 35.7-2.4 53.7-8.7 59-54C426.6 284.8 426.6 227.3 422.6 193.6zM222.2 303.4v-94.6l90.7 47.3L222.2 303.4z"/></svg>
</a>
<a href="mailto:ikstreamivo@gmail.com" target="_top" title="Email"><svg viewBox="0 0 512 512">
<path d="M101.3 141.6v228.9h0.3 308.4 0.8V141.6H101.3zM375.7 167.8l-119.7 91.5 -119.6-91.5H375.7zM127.6 194.1l64.1 49.1 -64.1 64.1V194.1zM127.8 344.2l84.9-84.9 43.2 33.1 43-32.9 84.7 84.7L127.8 344.2 127.8 344.2zM384.4 307.8l-64.4-64.4 64.4-49.3V307.8z"/></svg>
</a>
<a href="https://www.linkedin.com/in/ikstreamivo/" target="_blank" title="LinkedIn"><svg viewBox="0 0 512 512">
<path d="M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z"/></svg>
</a>
</div>
</footer>
</body>
</html>