-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>❤ khyperia.com</title>
<style>
body {
color: #444;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.7;
padding: 1em;
margin: auto;
max-width: 42em;
background: #fefefe;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<p>Hi, you’ve reached <a href="https://khyperia.com">khyperia.com</a>,
please leave a message after the tone.</p>
<p>I’m currently a game dev in Stockholm! I also have some compiler
experience in the past: I’ve worked at Microsoft on the C# compiler,
Mozilla on their JS engine, and Embark on rust-gpu. I graduated from
Michigan Tech studying computer science.</p>
<p>You can find me lots of places. Chances are, if you find a wild
khyperia somewhere, it’s me. Here are some common ones:</p>
<ul>
<li>Twitter: <a href="https://twitter.com/khyperia">@khyperia</a></li>
<li>Bluesky: <a href="https://bsky.app/profile/khyperia.bsky.social">@khyperia.bsky.social</a></li>
<li>Mastodon: <a href="https://mas.to/@khyperia">@[email protected]</a></li>
<li>Github: <a href="https://github.com/khyperia">khyperia</a></li>
<li>Email: web🔥khyperia.com</li>
</ul>
<p>Here's some stuff:</p>
<ul>
<li><a href="space.html">Astrophotography gallery</a> of photos I've taken with my telescopes, and the <a href="space/">archive of all raw space data</a>.</li>
<li><a href="fractals.html">Raytraced fractals</a> I made with my program. <a href="https://imgur.com/a/rmM4v">Some more are here</a>.</li>
<li><a href="spacerunner4/">A little 2d space game</a>, also available at <a href="https://acefrom.space">acefrom.space</a></li>
<li><a href="https://github.com/khyperia/khyperia.com">The source</a> to this website.</li>
</ul>
</body>
</html>