summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-20 23:06:19 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-20 23:06:19 +0100
commit325eaaec57e0d626f868acbea389b30d914b19fb (patch)
tree324fda30fb3c1879e7ef2f7a5902242f9f371236
parent848f7fa13148241d19160d09cb3afe56430544b5 (diff)
Change git links to a footer
-rw-r--r--index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/index.html b/index.html
index f99c7cf..e3f0830 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
<br /><center><h1>Gustaf Rydholm's Webpage</h1></center><br />
- <table width="100%"><tbody><tr><td width="10%"><td width="10%">
+ <table width="100%"><tbody><tr><td width="10%"><td width="25%">
<br />
<p>Hello, world!</p>
@@ -20,11 +20,8 @@
<p><a href="cv.html">📜 CV</a></p>
<p>Various software and scripts I maintain and develop (replication x3):</p>
- <dl>
- <dt><a href="https://git.gustafrydholm.xyz"><img src="images/git.png" alt="git logo"> Personal Git</a></dt><dd>
- <dt><a href="https://github.com/aktersnurra"><img src="images/github.png" alt="git logo"> GitHub</a></dt><dd>
- <dt><a href="https://gitlab.com/aktersnurra"><img src="images/gitlab.png" alt="git logo"> GitLab</a></dt><dd>
- </dl>
+
+ <footer><a href="https://git.gustafrydholm.xyz"><li><img src="images/git.png" alt="Private Git Server"></li></a><a href="https://github.com/aktersnurra"><li><img src="images/github.png" alt="GitHub"></li></a><a href="https://gitlab.com/aktersnurra"><li><img src="images/gitlab.png" alt="GitLab"></li></a></footer>
<p>TBC...</p>
</td><td width="10%"></td></tr></tbody></table>