-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
268 lines (233 loc) · 14.9 KB
/
index.php
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
<?
require_once('inc/helpers.php');
$abel = GetAge('2011-01-03');
$violet = GetAge('2021-01-05');
$olivia = GetAge('2022-11-09');
$manifest = json_decode(file_get_contents('./dist/manifest.json'), true);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<? if (DEV_ENV == 'prod') { ?>
<? foreach ($manifest['index.html']['css'] as $path) { ?>
<link rel="stylesheet" href="dist/<?=$path?>">
<? } ?>
<script type="module" crossorigin src="dist/<?=$manifest['index.html']['file']?>"></script>
<? } else { ?>
<script type="module" src="http://localhost:1337/main.js"></script>
<? } ?>
<title>Vael Victus</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Vael Victus">
<meta name="description" content="Vael Victus is a web-based game designer and application developer.">
<meta name="keywords" content="vael victus, tinydark, victus, bean grower, monbre, black crown exhumed">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Vael Victus">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Vael Victus - Web Game Developer" />
<meta property="og:description" content="Vael Victus is a web-based game designer and application developer." />
<meta property="og:url" content="https://vaelvict.us" />
<meta property="og:site_name" content="Vael Victus" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@vaelvictus"/>
<meta name="twitter:domain" content="Vael Victus"/>
<meta name="twitter:creator" content="@vaelvictus"/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Inter:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<main class="text-base overflow-auto bg-cover w-full h-full">
<div id='vv' class="w-full py-3 sm:w-9/12 max-w-4xl text-center mx-auto">
<h1 id='vael_victus' class='p-2 pb-3 m-0 text-black text-5xl' style='font-family: Charm;'>
Vael Victus
</h1>
<h2 id='vael_victus_subtitle' class='w-full sm:w-1/2 m-0 mx-auto text-base sm:text-lg'>
<span id='web_dev'>
<img src='img/laptop.svg' alt=''> web dev
</span>
<span id='game_dev'>
<img src='img/sword.svg' alt=''> game dev
</span>
<span id='writer'>
<img src='img/square-pen.svg' alt=''> writer
</span>
</h2>
</div>
<div class="w-full max-w-3xl flex flex-wrap mx-auto">
<section class='mt-0 sm:mt-2' style='opacity: 0; transform: translateY(-20px);'>
<div class="w-full px-2 sm:px-3 pt-1 sm:pt-3 shadow-xs section_header" id='about_header'>
<h2 class='m-0'>About Me</h2>
</div>
<div class='w-full px-2 sm:px-3 p-3 overflow-auto'>
<div>
<img id='about_pic' class='mb-1 mr-2 float-left' src='img/vael_victus_2018.jpg' alt='Vael Victus'>
I am Spencer "Vael" Victus. I work in the financial tech industry and in my spare time I run <a href='https://tinydark.com'>Tinydark</a>, a player-first indie game studio.
</div>
<div class='mt-2'>
I live in upstate South Carolina with my wife, <a href='https://500px.com/p/evelynvictus?view=photos'>Evelyn Victus</a>, and our three kids: Abel (<?=$abel?> old), Violet (<?=$violet?> old), and Olivia (<?=$olivia?> old). I also have six cats! <span id="view_pets" aria-expanded="false">show<span class="arrow">▾</span></span> I spend most of my time making games, playing games, and raising my kids. I'm a <a href='https://www.youtube.com/playlist?list=PLKQKi0BW3i8xEeDhUJkUnuQVLjMaNnzAE'>motivation junkie</a> and love staying productive, whether it's code, writing, fitness, or research.
</div>
</div>
</section>
<section id="pets_section" class="container_shadow mt-0 sm:mt-4">
<div class="w-full px-2 sm:px-3 pt-3 shadow-xs section_header" id="pets_header">
<h3 class="m-0">Our Cats</h3>
</div>
<div class='w-full bg-white px-2 sm:px-3 p-3'>
<div class="pets-grid">
<div class="pet-card">
<img src="img/pets/arya.png" alt="Arya">
<div class="pet-name">Arya</div>
</div>
<div class="pet-card">
<img src="img/pets/osiris.png" alt="Osiris">
<div class="pet-name">Osiris</div>
</div>
<div class="pet-card">
<img src="img/pets/primordus.png" alt="Primordus">
<div class="pet-name">Primordus</div>
</div>
<div class="pet-card">
<img src="img/pets/fennec.png" alt="Fennec">
<div class="pet-name">Fennec</div>
</div>
<div class="pet-card">
<img src="img/pets/fox.png" alt="Fox">
<div class="pet-name">Fox</div>
</div>
<div class="pet-card">
<img src="img/pets/willow.png" alt="Willow">
<div class="pet-name">Willow</div>
</div>
<div id='credits'>
Thanks to <a href='https://pixelcatsend.com'>Pixel Cat's End</a> for the art
</div>
</div>
</div>
</section>
<section class='container_shadow mt-0 sm:mt-4' style='opacity: 0; transform: translateY(-20px);'>
<div class="w-full px-2 sm:px-3 pt-3 shadow-xs section_header" id="work_header">
<h2 class='m-0'>My Work</h2>
</div>
<div class='w-full bg-white px-2 sm:px-3 p-3'>
<h3 class='m-0'>Games</h3>
<div class='mb-2'>
I publish my games under <a href='https://tinydark.com'>Tinydark</a>. I adhere to a <a href='https://tinydark.com/mission'>code of ethics</a> with my design, because I believe games should be doing more to directly benefit the player.
</div>
<ul>
<li><b><a href='https://urpg.tinydark.com'>URPG</a> (alpha)</b> - Open-World Roleplaying MMORPG</li>
<li><b><a href='https://blackcrownexhumed.com'>Black Crown: Exhumed (2025)</a></b> - Narrative horror; revival of the original game by Rob Sherman</li>
<li><b>Bean Grower (2018)</b> - Casual strategy game about growing beans</li>
<li><b><a href='https://monbre.com/'>MonBre</a> (2010)</b> - Monster MMORPG</li>
</ul>
<h3 class='mb-2'>Software</h3>
<ul>
<li><b><a href='https://tinydark.com/engine'>GAM3</a></b> - tinydark's proprietary web game engine</li>
<li><a href='http://hub.tinydark.com/'>Tinydark Hub</a> - Single sign-on for all tinydark games</li>
<li><b>Tinydark Lab</b> - Prototypes and demos of unfinished games</li>
<? # <li><b><a href='http://tinydark.com/lab'>Tinydark Lab</a></b> - Prototypes and demos of unfinished games</li> ?>
</ul>
<h3 class='mb-2'>Writing</h3>
<ul>
<li>Two design analyses of browser games: <a href='https://vael.tumblr.com/post/187341440887/die2nite-teardown-a-teardown-is-a-document-that'>Die2Nite</a> and <a href='https://vael.tumblr.com/post/634149707769430016/marosia-teardown-2020-final'>Marosia</a></li>
<li><a href='https://medium.com/@vaelvictus/calling-all-heroes-blizzards-pernicious-diversity-initiative-cbca4f0ab0ca'>Calling All Heroes: Blizzard’s Pernicious Diversity Initiative</a></li>
<li>Tumbling <a href='https://vael.tumblr.com/'>on Tumblr</a></li>
<li>More soon...</li>
</ul>
</div>
</section>
<section id='connect' class='pl-0 mt-0 sm:mt-4 sm:mb-5' style='opacity: 0; transform: translateY(-20px);'>
<div class="w-full px-2 sm:px-3 pt-3 shadow-xs section_header" id='connect_header'>
<h2 class='m-0'>Connect</h2>
</div>
<div class='w-full pt-0 sm:pt-3 px-2 sm:px-3 p-3 grid grid-bubbles bg-white'>
<? /* Email. Mobile: most people have mailto: functionality */ ?>
<a class='flex align-items no-underline bg-white text-black sm:hidden
connect_border' href='mailto:[email protected]' target='_blank'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-2 md:px-0 p-1' src='img/brands/email.svg' alt='email'>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>[email protected]</span>
<div class='text-gray-600 text-xs mt-1'>tap to mail</div>
</div>
</a>
<? /* Email. Plaintext for desktop */ ?>
<div class='hidden align-items bg-white text-black sm:flex cursor-pointer
connect_border' onClick="copyToClipboard('[email protected]')" target='_blank' role='button'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/email.svg' alt='email'>
<div class='w-4/5 card_txt text-sm pl-1'>
<div class='text-gray-600 text-xs mt-1' id='click2copy'>click to copy</div>
</div>
</div>
<? /* Discord */ ?>
<div class='flex align-items no-underline bg-white
connect_border' target='_blank' title="Previously: Vael Victus#0001">
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/discord.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1' style='color: #2e3dda;'> <? # slightly darker #5865F2 (discord blue) ?>
vaelvictus
<div class='text-xs mt-1'>Discord</div>
</div>
</div>
<? /* Twitch */ ?>
<a class='flex align-items no-underline bg-white
connect_border' href='https://www.twitch.tv/vaelvictus' target='_blank' style='color: #6441a4;'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/twitch.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>Vael Victus</span>
<div class='text-xs mt-1'>Twitch</div>
</div>
</a>
<? /* Twitter */ ?>
<a class='flex align-items no-underline text-white
connect_border' href='https://twitter.com/VaelVictus' target='_blank' style='background: #1DA1F2;'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/twitter.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>@VaelVictus</span>
<div class='text-xs mt-1'>X/Twitter</div>
</div>
</a>
<? /* Steam */ ?>
<a class='flex align-items no-underline text-white
connect_border' href='https://steamcommunity.com/id/vaelvictus/' target='_blank' style='background: #231f20;'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/steam.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>Vael Victus</span>
<div class='text-xs mt-1'>Steam</div>
</div>
</a>
<? /* Github */ ?>
<a class='flex align-items no-underline text-white
connect_border' href='https://github.com/VaelVictus' target='_blank' style='background: #111;'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/github.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>Vael Victus</span>
<div class='text-xs mt-1'>GitHub</div>
</div>
</a>
<? /* Stack Exchange */ ?>
<a class='flex align-items no-underline bg-white text-black
connect_border' href='https://stackexchange.com/users/262546/vael-victus' target='_blank'>
<img class='w-1/6 sm:w-1/5 mx-1 my-3 px-1 md:px-0' src='img/brands/stackexchange.svg' alt=''>
<div class='w-4/5 card_txt text-base pl-1'>
<span class='underline'>Vael Victus</span>
<div class='text-xs mt-1'>Stack Exchange</div>
</div>
</a>
</div>
</section>
</div>
</main>
</body>
</html>