diff options
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dst/index.html b/dst/index.html new file mode 100644 index 0000000..ade208f --- /dev/null +++ b/dst/index.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html> +<meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<title>adamski.wtf</title> +<link rel="icon" type="image/png" href="favicon.png"> +<link rel="stylesheet" href="styles/style.css"> + +<p class="header"><a href="/">adamski.wtf</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’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/rizen1">here</a>.</p> + +<h2 id="Posts">Posts</h2> + +<p><a href="game.html">Project Aftershock // Rizen’s Arena</a></p> + +<h2 id="Links">Links</h2> + +<p><a href="https://github.com/adamstuck">Github</a><br/> +<a href="https://youtube.com/c/rizen1">Youtube</a><br/> +<a href="https://steamcommunity.com/id/rizen1/">Steam</a><br/> +<a href="https://www.twitch.tv/rizen1337">Twitch</a></p> +<p class="footer"><a href="/">adamski.wtf</a></p> +</html> |