aboutsummaryrefslogtreecommitdiff
path: root/dst/index.html
blob: f319bb1260916792ae3bc840d5f78d8816a73983 (plain)
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
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <title>adast.xyz</title>
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link rel="stylesheet" href="styles/style.css">
    </head>
    <body>
        <p class="header"><a href="/">adast.xyz</a></p>
<p>Hello there!</p>

<p>My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.</p>

<p>I&#8217;m currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff <a href="https://youtube.com/c/adamski1">here</a>.</p>

<h2 id="posts">Posts</h2>

<p><a href="game.html">Project Aftershock &#47;&#47; Rizen&#8217;s Arena</a></p>

<h2 id="links">Links</h2>

<p><a href="https://git.adast.xyz/adam">Gitea</a>, <a href="https://github.com/adastx">Github</a><br/>
<a href="https://youtube.com/c/adamski1">Youtube</a><br/>
<a href="https://steamcommunity.com/id/adastx">Steam</a><br/>
<a href="https://www.twitch.tv/adastx">Twitch</a></p>
        <p class="footer"><a href="/">adast.xyz</a></p>
    </body>
</html>