-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (101 loc) · 4.66 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Portfolio | INeatFreak</title>
<link rel="icon" href="images/icons/portfolio.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://kit.fontawesome.com/39a2d61066.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="" class="image avatar" ><img src="https://avatars.githubusercontent.com/u/42213592?v=4" alt="" /></a> <!-- GITHUB AVATAR -->
<h1>Hello world!<br/> I am a game developer who enjoys <br/> making modular and extensible game <br/> systems and sometimes cool shaders <br/> using the Unity3D game engine.</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two">
<h2>My Portfolio</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="https://youtu.be/Jvr5veDJ1ww" class="image fit thumb"><img src="projects/06/thumb.jpg" alt="failed-to-load" /></a>
<h3>Real Optics Shader</h3>
<p>Shaders with First-Person view rendering and zoom mechanic.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://youtu.be/XQFTi_DIe8M" class="image fit thumb"><img src="projects/05/thumb.jpg" alt="" /></a>
<h3>Space Walker Character</h3>
<p>Character controller that can walk on objects with any orientation.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://youtu.be/uBstdG5ww1M" class="image fit thumb"><img src="projects/04/thumb.jpg" alt="" /></a>
<h3>TDS Prototype</h3>
<p>Mobile top-down shooter game prototype.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://youtu.be/Wb0qXHG4XSw" class="image fit thumb"><img src="projects/03/thumb.jpg" alt="" /></a>
<h3>Battle Royale System</h3>
<p>Randomized zones, flight paths, airdrops etc.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="projects/02/thumb.jpg" class="image fit thumb"><img src="projects/02/thumb.jpg" alt="" /></a>
<h3>AGM-114 Hellfire</h3>
<p>3D model of a real missile made in blender.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://youtu.be/EHGLGITUjxI" class="image fit thumb"><img src="projects/01/thumb.jpg" alt="" /></a>
<h3>Gallium</h3>
<p>My first mobile arcade game.</p>
</article>
</div>
</section>
<!-- Three -->
<!-- <section id="three">
<h2>Contact Me</h2>
<div class="row">
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</div>
</section> -->
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/INeatFreak" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.reddit.com/user/INeatFreak" target="_blank" class="icon brands fa-reddit"><span class="label">Reddit</span></a></li>
<li><a href="https://twitter.com/INeatFreak" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<!-- <li><a href="https://assetstore.unity.com/publishers/44558?preview=1" target="_blank" class="icon brands fa-unity"><span class="label">Asset Store</span></a></li> -->
<!-- <li><a button onclick="CopyContactMail()" class="icon solid fa-envelope"><span class="label">Email</span></a></li> -->
</ul>
<ul class="copyright">
<li>Copyright © 2023, INeatFreak</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>