aboutsummaryrefslogtreecommitdiff
path: root/dst/index.html
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 21:03:58 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-27 21:03:58 +0200
commit8cef95ad039006a1f7eab8a760c76df8fa514dec (patch)
tree6a701aedba738080c3a7faa330393d5565958dc7 /dst/index.html
parentc1aa735a671a06687ea2ce02e6b904f08fa3159b (diff)
New footer, and some polish
Diffstat (limited to 'dst/index.html')
-rw-r--r--dst/index.html33
1 files changed, 24 insertions, 9 deletions
diff --git a/dst/index.html b/dst/index.html
index 4d9d9f4..78dd17b 100644
--- a/dst/index.html
+++ b/dst/index.html
@@ -9,7 +9,12 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <p class="header"><a href="/">adast.xyz</a></p>
+ <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;">
+ <div>
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
+ <div class="center">
<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>
@@ -18,13 +23,23 @@
<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/explore/repos">Gitea</a>, <a href="https://github.com/adastx">Github</a><br/>
-<a href="https://odysee.com/@adamski:f">Odysee</a>, <a href="https://youtube.com/c/adamski1">Youtube</a>, <a href="https://www.twitch.tv/adastx">Twitch</a>
-<a href="https://steamcommunity.com/id/adastx">Steam</a> </p>
- <p class="footer"><a href="/">adast.xyz</a></p>
+<p>&#10148;&#8194;&#8194;<a href="game.html">Project Aftershock &#47;&#47; Rizen&#8217;s Arena</a></p>
+ </div class="center">
+ </div>
+ <footer>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ &nbsp;&mdash;&nbsp;
+ <a href="https://git.adast.xyz/explore/repos">Gitea</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://github.com/adastx">Github</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://odysee.com/@adamski:f">Odysee</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://youtube.com/c/adamski1">Youtube</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://www.twitch.tv/adastx">Twitch</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://steamcommunity.com/id/adastx">Steam</a>
+ </footer>
</body>
</html>