-
Notifications
You must be signed in to change notification settings - Fork 0
/
oldindex.html
131 lines (129 loc) · 6.82 KB
/
oldindex.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>Big Heck</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- hope y'all ain't expecting anything fancy here, like heck I'm using complex stuff for a simple page -->
<div id="container">
<header>
<h1>
Big Heck
<small>Homepage of John Aivaliotis</small>
</h1>
<p style="margin-top: -1rem">
<a href="https://www.twitter.com/bigHck">Twitter</a> ·
<a href="https://www.linkedin.com/in/jdaiv/">LinkedIn</a>
</p>
</header>
<hr>
<div class="projects">
<div class="title">
<h2>Personal Projects</h2>
<p>Here's some things I've worked (mostly) solo on. You can probably tell I like to pursue games in my free time.
</div>
<div class="project">
<h3>(2018) Unnamed Multiplayer Game<small> - <a href="https://multiplayer.bigheck.com/">Play It!</a></small></h3>
<dl>
<dt>Type</dt>
<dd>Multiplayer Browser Game</dd>
<dt>Length</dt>
<dd>Ongoing</dd>
<dt>Technologies</dt>
<dd>Golang · Preact/MobX · WebGL</dd>
<dt>Description</dt>
<dd>Ongoing attempt at making a realtime multiplayer HTML5 game. Uses websockets supported by a server written in Go. Uses Buddy and Netlify for CI/CD. Also uses Postgres to store player data!</dd>
</dl>
</div>
<div class="project">
<h3>(2015) SPOON<small> - <a href="/ld32/">Play It!</a></small></h3>
<dl>
<dt>Type</dt>
<dd>Browser Game</dd>
<dt>Length</dt>
<dd>72 Hours</dd>
<dt>Technologies</dt>
<dd>Playground.js · Canvas</dd>
<dt>Description</dt>
<dd>Made for Ludum Dare 32 Jam. This was my first JS game, and my first major personal JS project.
My lack of sleep led me to implement entirely too much screen shake.</dd>
</dl>
</div>
<div class="project">
<h3>(2018) A Very Bad Resume<small> - <a href="/Resume/">See It!</a></small></h3>
<dl>
<dt>Type</dt>
<dd>Browser Toy?</dd>
<dt>Length</dt>
<dd>2 weeks off and on.</dd>
<dt>Technologies</dt>
<dd>WebGL · <em>Flexbox</em></dd>
<dt>Description</dt>
<dd>I wanted to try an make a fancy D&D/retro game inspired online resume. Didn't work out for usability too much, but the background is a big WEbGL canvas which is pretty fun. Also supports printing, changing themes, and a couple other neat features.</dd>
</dl>
</div>
<div class="project">
<h3>(2015) Bomb Game<small><!-- - <a href="">Play It!</a> --></small></h3>
<dl>
<dt>Type</dt>
<dd>Game</dd>
<dt>Length</dt>
<dd>2 weeks</dd>
<dt>Technologies</dt>
<dd>Unity · C#</dd>
<dt>Description</dt>
<dd>A 4 player deathmatch game made for a local gaming event. Top down twin stick shooter with per-pixel destruction.</dd>
</dl>
</div>
<div class="project">
<h3>(2015) SFConsole<small><!-- - <a href="">Download It!</a> --></small></h3>
<dl>
<dt>Type</dt>
<dd>Unity Package</dd>
<dt>Length</dt>
<dd>Unknown</dd>
<dt>Technologies</dt>
<dd>Unity · C#</dd>
<dt>Description</dt>
<dd>A drop-in console package for Unity games, supported adding custom commands and variables. Also supported automatic load of variables via autoexec. Some minor scripting mimicking Source's approach supported.</dd>
</dl>
</div>
</div>
<hr>
<div class="projects">
<div class="title">
<h2>Stuff I've Worked On</h2>
<p>These are projects I've worked on in paid positions, and are able/allowed to show off!</p>
</div>
<div class="project">
<h3>(2016) Modular Labs<small> - <a href="https://modularlabs.com.au/">See It!</a></small></h3>
<dl>
<dt>Type</dt>
<dd>Website</dd>
<dt>Length</dt>
<dd>2 Weeks</dd>
<dt>Technologies</dt>
<dd>Vanilla JS · Canvas</dd>
<dt>Description</dt>
<dd>Modular Labs required a small, static, unique site. Unfortunately, we were extremely time-constrained so we had to publish a prototype. The prototype is a horrible abuse of client performance. Despite all that, I'm happy with the design and it doesn't even require Javascript to be enabled!</dd>
</dl>
</div>
</div>
<hr>
<div class="otherstuff">
<h2>Experiments</h2>
<p>Dumping ground for weird projects that haven't gone anywhere.</p>
<p>(2017) - <a href="/js-exp/galaxer/">JS Canvas Assortment</a> - Test of various JS APIs: canvas, audio and WebGL.</p>
</div>
<hr>
<div class="otherstuff">
<h2>Tools</h2>
<p>Small tools, normally made for personal use.</p>
<p>(2017) - <a href="/js-exp/quick/waves.html">Waveform Vis</a> - Small tool to quickly visualize JS waveform functions.</p>
</div>
<p class="note center" style="margin-top: 4rem">Cobalt2 Theme by <a href="https://wesbos.com/cobalt2-theme-sublime-text-2/">Wes Bos</a> · This page doesn't track you.</p>
</div>
</body>
</html>