diff options
author | tomsmeding <tom.smeding@gmail.com> | 2020-03-06 03:08:54 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2020-03-06 03:08:54 +0100 |
commit | e82d5b572ffe4d14fbf5ecae0a47be58ba187af3 (patch) | |
tree | 1f4cb01029291f8c38048d4b57caa37e688f2085 | |
parent | 319ee4d184bb7dadf328eabdd925e4416d19fb1d (diff) |
Reorder social stuff on homepage
-rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -22,7 +22,13 @@ div.main-content{ I'm studying for a master's degree in computer science at Utrecht University in the Netherlands. </p> <p> - You can reach me on <a href="https://www.facebook.com/tom.smeding">Facebook</a>, <a href="https://github.com/tomsmeding">Github</a>, <a href="https://www.linkedin.com/in/tom-smeding">LinkedIn</a>, <a href="https://telegram.me/tomsmeding">Telegram</a> and <a href="https://matrix.to/#/@tomsmeding:matrix.org">Matrix</a>, among others. + You can reach me on + <a href="https://telegram.me/tomsmeding">Telegram</a>, + <a href="https://github.com/tomsmeding">Github</a>, + <a href="https://www.linkedin.com/in/tom-smeding">LinkedIn</a>, + <a href="https://www.facebook.com/tom.smeding">Facebook</a> and + <a href="https://matrix.to/#/@tomsmeding:matrix.org">Matrix</a>, + among others. Besides Github, I also have a number of projects on my <a href="https://git.tomsmeding.com">own server</a>. </p> </div> |