aboutsummaryrefslogtreecommitdiff
path: root/src/contact
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact')
-rw-r--r--src/contact/index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/contact/index.html b/src/contact/index.html
new file mode 100644
index 0000000..fecfcc9
--- /dev/null
+++ b/src/contact/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <link rel="icon" type="image/x-icon" href="/favicon.svg"/>
+ <link rel="stylesheet" href="/css/default.css"/>
+ <title>Matthijs van der Wild</title>
+ </head>
+ <body>
+ <main>
+ <article>
+ <h1>Matthijs van der Wild</h1>
+ <h2>Contact</h2>
+ <p>
+ Other places on the internet where you can find me:
+ </p>
+ <dl>
+ <dt>Messaging</dt>
+ <dd><dl>
+ <dt>Email</dt>
+ <dd><a href="mailto:matthijs.van-der-wild@durham.ac.uk">matthijs.van-der-wild@durham.ac.uk</a></dd>
+ </dl></dd>
+ <dt>Socials</dt>
+ <dd><dl>
+ <dt>Mastodon</dt>
+ <dd><a href="https://mas.to/@wild" rel="me">@wild@mas.to</a></dd>
+ <dt>BlueSky</dt>
+ <dd><a href="https://bsky.app/profile/matthijs.vanderwild.com" rel="me">@matthijs.vanderwild.com</a></dd>
+ </dl></dd>
+ <dt>Software</dt>
+ <dd><dl>
+ <dt>Git</dt>
+ <dd><a href="https://git.vanderwild.com">my own git instance</a></dd>
+ <dt>Github</dt>
+ <dd><a href="https://github.com/lonbar">lonbar</a></dd>
+ <dt>Gitlab</dt>
+ <dd><a href="https://gitlab.com/lonbar">lonbar</a></dd>
+ </dl></dd>
+ <dt>Research</dt>
+ <dd><dl>
+ <dt><abbr title="Open Researcher and Contributor ID">orcid</abbr></dt>
+ <dd><a href="https://orcid.org/0000-0002-3949-3063">0000-0002-3949-3063</a></dd>
+ <dt>ar&Chi;iv</dt>
+ <dd><a href="https://arxiv.org/a/vanderwild_m_1">vanderwild_m_1</a></dd>
+ <dt><div class="smallcaps">INSPIRE-HEP</div></dt>
+ <dd><a href="https://inspirehep.net/authors/1777872">M.L.Van.Der.Wild.1</a></dd>
+ </dl></dd>
+ </dl>
+ </article>
+ </main>
+ <footer>
+ © 2020 Matthijs van der Wild
+ </footer>
+ </body>
+</html>