-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
644 lines (580 loc) · 27.5 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
<!DOCTYPE html>
<html lang="en">
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------- © Kronoxis 2020, all rights reserved ---------------------- -->
<!-- -------------------All code below has been written by Kronoxis ------------------- -->
<!-- ---------------------- Icons by Iconmonstr (iconmonstr.com) ---------------------- -->
<!-- ----------------- Responsive CSS by Bootstrap (getbootstrap.com) ----------------- -->
<!-- Mobile-friendly image viewer by dimsemenov (dimsemenov.com/plugins/magnific-popup) -->
<!-- ---------------------------------------------------------------------------------- -->
<head>
<!-- Title -->
<title>Kronoxis - Portfolio</title>
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Quinten Wuyts">
<meta name="description" content="Portfolio Website, Quinten Wuyts (Kronoxis)">
<meta name="keywords" content="portfolio game developer programming c++ c#">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Jura:600" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Heebo:400" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500" type="text/css" rel="stylesheet" />
<!-- CSS -->
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" />
<!-- Custom -->
<link href="css/styles.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- Navigation -->
<div class="navbar" id="navbar">
<div class="container">
<div id="navtitle">
<a href="index.html"><h1>Kronoxis</h1></a>
<div class="pconly">
<a href="mailto:[email protected]" target="_blank">
<img src="images/mail.png" alt="Mail" />
</a>
</div>
<div class="pconly">
<a href="https://github.com/Kronoxis" target="_blank">
<img src="images/github.png" alt="GitHub" />
</a>
</div>
<div class="pconly">
<a href="https://www.linkedin.com/in/quintenwuyts/" target="_blank">
<img src="images/linkedin.png" alt="LinkedIn" />
</a>
</div>
<div class="pconly">
<a href="https://www.twitter.com/Kronoxis_" target="_blank">
<img src="images/twitter.png" alt="Twitter" />
</a>
</div>
<h2>Versatile developer with an extra bit of passion for Programming</h2>
</div>
<div id="navmenu" align="right">
<div class="pconly">
<a href="#portfolio">
<button type="button">Portfolio</button>
</a>
</div>
<div class="pconly">
<a href="#about">
<button type="button">About</button>
</a>
</div>
<div class="pconly">
<a href="#skills">
<button type="button">Skills</button>
</a>
</div>
<div class="pconly">
<a href="resume_WuytsQuinten.pdf" target="_blank">
<button type="button">Resume</button>
</a>
</div>
<div class="pconly">
<a href="#contact">
<button type="button">Contact</button>
</a>
</div>
<div class="mobileonly">
<img src="images/menu.png" alt="Menu" onclick="dropdown()" class="dd-button" />
<div id="dd-menu" class="dd-content">
<a href="#portfolio">Portfolio</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="resume_WuytsQuinten.pdf" target="_blank">Resume</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
</div>
</div>
<!-- Sections -->
<div class="section">
<!-- Top Section -->
<div id="top">
</div>
<!-- Portfolio Section -->
<div id="portfolio" class="sectionborder">
<div class="container" align="center">
<!-- Title -->
<h2>My work</h2>
<h3>Coding Projects</h3>
<div class="item Solani" align="left">
<div class="title">Solani</div>
<div class="image">
<a href="portfolio/solani.html">
<img src="images/Solani/Header.jpg" alt="Solani" />
</a>
</div>
<div class="desc">
<div class="tags">Unity C#</div>
Exploration adventure game based around the concept of light.
</div>
</div>
<div class="item MarbleRace" align="left">
<div class="title">Marble Race</div>
<div class="image">
<a href="portfolio/marblerace.html">
<img src="images/MarbleRace/Header.jpg" alt="Marble Race" />
</a>
</div>
<div class="desc">
<div class="tags">Unity C#</div>
Luck-based giveaway system for Twitch streamers.
</div>
</div>
<div class="item SurvivalAI" align="left">
<div class="title">Survival AI</div>
<div class="image">
<a href="portfolio/survivalai.html">
<img src="images/SurvivalAI/Header.jpg" alt="Survival AI" />
</a>
</div>
<div class="desc">
<div class="tags">C++</div>
Custom AI designed to survive in a Zombie-filled world.
</div>
</div>
<div class="item CaptainToad" align="left">
<div class="title">Captain Toad</div>
<div class="image">
<a href="portfolio/captaintoad.html">
<img src="images/CaptainToad/Header.jpg" alt="Captain Toad" />
</a>
</div>
<div class="desc">
<div class="tags">Unity C#</div>
Pirate-inspired recreation of Nintendo's Captain Toad
</div>
</div>
<h3>Art Projects</h3>
<div class="item NuclearLab" align="left">
<div class="title">Nuclear Lab</div>
<div class="image">
<a href="portfolio/nuclearlab.html">
<img src="images/NuclearLab/Header.jpg" alt="Nuclear Lab" />
</a>
</div>
<div class="desc">
<div class="tags">Unreal Tournament</div>
A deathmatch-focused map, designed for a 2-3 players.
</div>
</div>
<div class="item BAR" align="left">
<div class="title">M1918A2 Browning AR</div>
<div class="image">
<a href="portfolio/m1918a2bar.html">
<img src="images/BAR/Header.jpg" alt="M1918A2 Browning Automatic Rifle" />
</a>
</div>
<div class="desc">
<div class="tags">Low Poly</div>
Realistic model of the M1918A2 Browning Assault Rifle, used in WW2.
</div>
</div>
<div class="item Axe" align="left">
<div class="title">MTech USA Axe</div>
<div class="image">
<a href="portfolio/mtechaxe.html">
<img src="images/Axe/Header.jpg" alt="MTech USA Adventurer's Axe" />
</a>
</div>
<div class="desc">
<div class="tags">Low Poly</div>
Realistic model of MTech USA's Adventurer's Axe.
</div>
</div>
<div class="item SpiderMech" align="left">
<div class="title">Spider Mech Rig</div>
<div class="image">
<a href="portfolio/spidermech.html">
<img src="images/SpiderMech/Header.jpg" alt="Spider Mech Rig" />
</a>
</div>
<div class="desc">
<div class="tags">Rigging</div>
A rigged Spider Mech model, ready for animation.
</div>
</div>
<div class="item 250GTO" align="left">
<div class="title">Ferrari 250 GTO</div>
<div class="image">
<a href="portfolio/ferrari250gto.html">
<img src="images/250GTO/Header.jpg" alt="Ferrari 250 GTO" />
</a>
</div>
<div class="desc">
<div class="tags">High Poly</div>
Realistic high poly model of the Ferrari 250 GTO.
</div>
</div>
<div class="item RazerOuroboros" align="left">
<div class="title">Razer Ouroboros</div>
<div class="image">
<a href="portfolio/razerouroboros.html">
<img src="images/RazerOuroboros/Header.jpg" alt="Razer Ouroboros Mouse" />
</a>
</div>
<div class="desc">
<div class="tags">High Poly</div>
Realistic high poly model of the Razer Ouroboros Gaming Mouse.
</div>
</div>
</div>
</div>
<!-- About Section -->
<div id="about" class="sectionborder">
<div class="container" align="center">
<!-- Title -->
<h2>About me</h2>
<div class="row" align="center">
<!-- Column 1: Text -->
<div class="col-md-9">
<p>
My name is Quinten Wuyts and I'm a <span id="age" style="display: inline;">22</span> year old Game Developer. Currently, I'm employed at <a href="https://aeroplane.ae/" target="_blank">Aeroplane</a> in Mechelen (Belgium).
</p>
<p>
As a versatile Game Developer, I try to achieve the best possible results through deep research and experimenting. Although programming is where my heart lies, I'm open-minded and have developed interest in other parts of the game development pipeline, such as 3D asset creation, particles and level design.
</p>
<p>
I flourish in small to medium groups of passionate game developers. As part of my team, I like to support and help my co-workers, however, I'm not afraid to suggest my own idea, or to enter into discussion about topics I have a good understanding of.
</p>
<p>
If you'd like to know more about me, feel free to get in touch with me!
</p>
</div>
<!-- Column 2: Image -->
<div class="col-md-3">
<img src="images/PortraitSmall.png" alt="Quinten Wuyts" />
<a href="resume_WuytsQuinten.pdf" role="button" target="_blank" class="abutton" style="margin: 0px">
Resume
</a>
</div>
</div>
</div>
</div>
<!-- Skills Section -->
<div id="skills" class="sectionborder">
<div class="container" align="center">
<!-- Title -->
<h2>Skills</h2>
<h3>Software</h3>
<div class="item">
<img src="images/VisualStudio.png" alt="Visual Studio" /> 6 years
</div>
<div class="item">
<img src="images/Unity.png" alt="Unity" /> 5 years
</div>
<div class="item">
<img src="images/Unreal.png" alt="Unreal" /> 2 years
</div>
<div class="item">
<img src="images/3dsMax.png" alt="3ds Max" /> 6 years
</div>
<div class="item">
<img src="images/Photoshop.png" alt="Photoshop" /> 6 years
</div>
<div class="item">
<img src="images/SubstancePainter.png" alt="Substance Painter" /> 1 year
</div>
<div class="item">
<img src="images/Illustrator.png" alt="Illustrator" /> 2 year
</div>
<h3>Languages</h3>
<div class="item">
<div class="lang">Dutch</div>
Native
</div>
<div class="item">
<div class="lang">English</div>
Fluent
</div>
<div class="item">
<div class="lang">C++</div>
Fair
</div>
<div class="item">
<div class="lang">C#</div>
Fluent
</div>
<div class="item">
<div class="lang">HLSL</div>
Fair
</div>
<div class="item">
<div class="lang">JS</div>
Fair
</div>
<div class="item">
<div class="lang">PHP</div>
Fair
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="container-fluid" align="center">
<!-- Title -->
<h2>Get in touch</h2>
<div class="col">
<!-- Images & Links -->
<a href="mailto:[email protected]" target="_blank">
<img src="images/mail.png" alt="Mail" />
</a>
<a href="https://github.com/Kronoxis" target="_blank">
<img src="images/github.png" alt="GitHub" />
</a>
<a href="https://www.linkedin.com/in/quintenwuyts/" target="_blank">
<img src="images/linkedin.png" alt="LinkedIn" />
</a>
<a href="https://www.twitter.com/Kronoxis_" target="_blank">
<img src="images/twitter.png" alt="Twitter" />
</a>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col">
<h2 class="left" id="copyright">© Kronoxis 2020</h2>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
// Secure JS
"use strict";
function dropdown() {
toggleDisplay();
toggleFilter();
}
function toggleDisplay() {
var d = document.getElementById("dd-menu");
var display = $(d).css("display");
if (display === "none") {
$(d).css("display", "block");
} else {
$(d).css("display", "none");
}
}
function toggleFilter() {
var button = $(document.getElementsByClassName("dd-button")[0]);
if (button.css("filter").indexOf("120%") != -1) {
button.css("filter", "grayscale(0%) invert(0%) brightness(100%)");
button.css("-webkit-filter", "grayscale(0%) invert(0%) brightness(100%)");
} else {
button.css("filter", "grayscale(100%) invert(100%) brightness(120%)");
button.css("-webkit-filter", "grayscale(100%) invert(100%) brightness(120%)");
}
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
async function smoothScroll(id) {
var hash = document.getElementById(id);
// Make sure scroll position is below the bottom of the navbar
var elemTop = parseFloat($(hash).offset().top);
var navbarOffset = parseFloat(document.getElementById("navbar").getBoundingClientRect().bottom);
var scrollHeight = (elemTop - navbarOffset).toString() + "px";
// Using jQuery's animate() method to add smooth page scroll
$("html, body").animate({
scrollTop: scrollHeight
}, 800, function () {});
}
// Start running functions when document is ready
$(document).ready(function () {
// ***
// Set Top Section height to height of navbar, choose menu button depending on width
// Timeout function (resize event can be called many times)
// ***
$(function () {
var timer_id;
$(window).on(
"resize",
function () {
clearTimeout(timer_id);
timer_id = setTimeout(function () {
// Top Section Height
var header = document.getElementById("top");
var navbarOffset = parseFloat(document.getElementById("navbar").getBoundingClientRect().bottom);
var height = navbarOffset;
$(header).css("height", height + "px");
// Navbar Menu
var navbar = document.getElementById("navbar");
var pconly = document.getElementsByClassName("pconly");
var mobileonly = document.getElementsByClassName("mobileonly");
var width = parseFloat(document.getElementById("navbar").getBoundingClientRect().right);
if (width < 992) {
for (var i = 0; i < pconly.length; ++i) {
$(pconly[i]).css("display", "none");
}
for (var i = 0; i < mobileonly.length; ++i) {
$(mobileonly[i]).css("display", "inline");
}
} else {
for (var i = 0; i < pconly.length; ++i) {
$(pconly[i]).css("display", "inline")
}
for (var i = 0; i < mobileonly.length; ++i) {
$(mobileonly[i]).css("display", "none");
}
}
// Item Borders
var items = document.getElementById("skills").getElementsByClassName("item");
// Clear all border classes
for (var i = 0; i < items.length; ++i) {
items[i].classList.remove("right");
items[i].classList.remove("left");
items[i].classList.remove("single");
}
// Add Left class to First item
items[0].classList.add("left");
// Add Left and Right where necessary
for (var i = 1; i < items.length; ++i) {
if (items[i - 1].getBoundingClientRect().top != items[i].getBoundingClientRect().top) {
items[i - 1].classList.add("right");
items[i].classList.add("left");
} else {
items[i - 1].classList.remove("right");
items[i].classList.remove("left");
}
}
// Add Right to last item
items[items.length - 1].classList.add("right");
// Replace items with left and right to single class
for (var i = 0; i < items.length; ++i) {
if (items[i].classList.contains("left") && items[i].classList.contains("right")) {
items[i].classList.remove("right");
items[i].classList.remove("left");
items[i].classList.add("single");
}
}
},
100);
}
);
});
// ***
// Dropdown
// ***
window.onclick = function (event) {
if (!event.target.matches(".dd-button")) {
$(document.getElementsByClassName("dd-button")[0]).css("filter", "grayscale(0%) invert(0%) brightness(100%)");
$(document.getElementsByClassName("dd-button")[0]).css("-webkit-filter", "grayscale(0%) invert(0%) brightness(100%)");
$(document.getElementById("dd-menu")).css("display", "none");
}
}
// ***
// Smooth Scroll on Click on a element with hash in href
// ***
$("a").click(async function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
await sleep(10);
// Make sure scroll position is below the bottom of the navbar
var elemTop = parseFloat($(hash).offset().top);
var navbarOffset = parseFloat(document.getElementById("navbar").getBoundingClientRect().bottom);
var scrollHeight = (elemTop - navbarOffset).toString() + "px";
// Using jQuery's animate() method to add smooth page scroll
$("html, body").animate({
scrollTop: scrollHeight
}, 800, function () {});
}
});
// ***
// Auto-update date-related content
// ***
var today = new Date();
var year = today.getFullYear();
var month = today.getMonth();
var day = today.getDate();
document.getElementById("copyright").innerHTML = "© Kronoxis " + year;
var age = year - 1997;
if (month < 9) --age;
else if (month == 9 && day < 21) --age;
document.getElementById("age").innerHTML = age;
// ***
// Remove # from url
// ***
var indexOfHash = window.location.href.indexOf("#");
if (indexOfHash != -1) {
var id = window.location.href.substr(indexOfHash + 1);
window.history.pushState(null, '', 'index.html');
smoothScroll(id);
}
// Top Section Height
var header = document.getElementById("top");
var navbarOffset = parseFloat(document.getElementById("navbar").getBoundingClientRect().bottom);
var height = navbarOffset;
$(header).css("height", height + "px");
// Navbar Menu
var navbar = document.getElementById("navbar");
var pconly = document.getElementsByClassName("pconly");
var mobileonly = document.getElementsByClassName("mobileonly");
var width = parseFloat(document.getElementById("navbar").getBoundingClientRect().right);
if (width < 992) {
for (var i = 0; i < pconly.length; ++i) {
$(pconly[i]).css("display", "none");
}
for (var i = 0; i < mobileonly.length; ++i) {
$(mobileonly[i]).css("display", "inline");
}
} else {
for (var i = 0; i < pconly.length; ++i) {
$(pconly[i]).css("display", "inline")
}
for (var i = 0; i < mobileonly.length; ++i) {
$(mobileonly[i]).css("display", "none");
}
}
// Item Borders
var items = document.getElementById("skills").getElementsByClassName("item");
// Clear all border classes
for (var i = 0; i < items.length; ++i) {
items[i].classList.remove("right");
items[i].classList.remove("left");
items[i].classList.remove("single");
}
// Add Left class to First item
items[0].classList.add("left");
// Add Left and Right where necessary
for (var i = 1; i < items.length; ++i) {
if (items[i - 1].getBoundingClientRect().top != items[i].getBoundingClientRect().top) {
items[i - 1].classList.add("right");
items[i].classList.add("left");
} else {
items[i - 1].classList.remove("right");
items[i].classList.remove("left");
}
}
// Add Right to last item
items[items.length - 1].classList.add("right");
// Replace items with left and right to single class
for (var i = 0; i < items.length; ++i) {
if (items[i].classList.contains("left") && items[i].classList.contains("right")) {
items[i].classList.remove("right");
items[i].classList.remove("left");
items[i].classList.add("single");
}
}
// Hide Navbar Buttons
$(document.getElementById("dd-menu")).css("display", "none");
});
</script>
</body>
</html>