-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 2.47 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
<html lang="en">
<head>
<title>Ben Czaja</title>
<link href='https://fonts.googleapis.com/css?family=Atkinson Hyperlegible' rel='stylesheet'>
<style>
@media screen {
#container {
font-family: 'Atkinson Hyperlegible', ui-sans-serif;
width: 40%;
margin: auto;
}
}
</style>
</head>
<body>
<div id="container">
<h1 style="text-align: center;"><a style="color: initial; text-decoration: none;" href="mailto:[email protected]">Ben Czaja</a></h1>
<hr>
<h2>Who am I</h2>
<p style="text-indent: 2em">A recovering <strike>cyber security</strike> indie game dev looking for whats next. Find me on the disc golf course, hiking in the woods, or obsessing over spiders</p>
<h2>My work</h2>
<p>Released Games</p>
<ul>
<li><a href="https://store.steampowered.com/app/2076630/" target="_blank" rel="noopener noreferrer">Basalt Breaker</a></li>
</ul>
<p>Game Jams</p>
<ul>
<li><a href="https://hiddentaverngames.itch.io/inky" target="_blank" rel="noopener noreferrer">[GMTK 23] Ink's Mansion </a></li>
<li><a href="https://hiddentaverngames.itch.io/go-fish" target="_blank" rel="noopener noreferrer">[GMTK 22] Go Fish </a></li>
<li><a href="https://hiddentaverngames.itch.io/fables-ld50" target="_blank" rel="noopener noreferrer">[LD] A Small Fable</a></li>
<li><a href="https://hiddentaverngames.itch.io/goodnight" target="_blank" rel="noopener noreferrer">[Brackeys 22.1] Goodnight, Leo</a></li>
<li><a href="https://hiddentaverngames.itch.io/infernal-jam-ld48" target="_blank" rel="noopener noreferrer">[LD48] Infernal Jam</a></li>
</ul>
<h2>Where you can find me</h2>
<ul>
<li>email:// <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">[email protected]</a></li>
<li>tw:// <a href="https://twitter.com/QuantumSno" target="_blank" rel="noopener noreferrer">QuantumSno</a></li>
<li>itch:// <a href="https://quantumsno.itch.io/" target="_blank" rel="noopener noreferrer">QuantumSno</a></li>
<li>github:// <a href="https://github.com/QuantumSno" target="_blank" rel="noopener noreferrer">QuantumSno</a></li>
<li>linkedin:// <a href="https://www.linkedin.com/in/czaji/" target="_blank" rel="noopener noreferrer">Ben Czaja</a></li>
</ul>
<p> I'll try to keep things up to date. So if you need to contact me, here is where you can find me.</p>
</div>
</body>
</html>