summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-03-11 22:29:13 +0100
committerTom Smeding <tom@tomsmeding.com>2026-03-11 22:29:13 +0100
commit44d349e79c7ab3aa1b2fe5dd825b2e756c1d8246 (patch)
treeae57dce9c59e2e442043177b857c53a3a1354620
parentee852ae17567e923ba4a2db41d407b0dc5cc81a8 (diff)
index.html: Update contact information
-rw-r--r--index.html29
1 files changed, 18 insertions, 11 deletions
diff --git a/index.html b/index.html
index 60237c4..95615eb 100644
--- a/index.html
+++ b/index.html
@@ -77,22 +77,29 @@ summary {
<div class="main-content">
<h1>Hi!</h1>
<p>
- I'm Tom Smeding. I love programming, doing math, playing the piano and thinking about languages (both natural and programming).<br>
+ I'm Tom Smeding. I love programming, playing the piano, thinking about languages (both natural and programming), and occasionally mathematics.<br>
I'm a PhD candidate in computer science at Utrecht University in the Netherlands.
</p>
<p>
- You can reach me on
- <a href="https://matrix.to/#/@tom:tomsmeding.com">Matrix</a>,
+ You can reach me via
+ <span id="email">email [first name at firstnamelastname dot com]</span>,
+ <script>
+ document.getElementById("email").innerHTML = '<a href="mailto:' + 'snl?snlrldchmf-bnl'.split("").map(s=>String.fromCharCode(s.charCodeAt(0)+1)).join("") + '">email</a>'
+ </script>
+ as well as on
+ <!-- <a href="https://matrix.to/#/@tom:tomsmeding.com">Matrix</a>, --> <!-- I may not accept message requests on matrix, sorry -->
<a href="https://libera.chat/">IRC</a>,
<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
- via <a href="mailto:t.j.smeding@uu.nl">email</a>,
- among others.
- You can also find me on
- <a href="https://scholar.google.com/citations?view_op=list_works&user=oK6ERSgAAAAJ&sortby=pubdate">Google Scholar</a>.
- Besides Github, I also have a number of projects on my <a href="https://git.tomsmeding.com">own server</a>.
+ <a href="https://www.linkedin.com/in/tom-smeding">LinkedIn</a> or
+ <a href="https://www.facebook.com/tom.smeding">Facebook</a>.
+
+ You can find me on
+ <a href="https://scholar.google.com/citations?view_op=list_works&user=oK6ERSgAAAAJ&sortby=pubdate">Google Scholar</a> and
+ <a href="https://orcid.org/0000-0002-4986-6820">ORCiD</a>.
+ </p>
+ <p>
+ I have code on <a href="https://github.com/tomsmeding">Github</a> and my
+ <a href="https://git.tomsmeding.com">own server</a>.
</p>
<p>
I've also <a href="/blog">written some notes</a> at some point.