<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tom Smeding</title>
<style>
body{
	font-family:"Courier New",Courier,Monospace;
	text-align:center;
}
div.main-content{
	display:inline-block;
	max-width:800px;
}
</style>
</head>
<body>
<div class="main-content">
	<h1>Hi!</h1>
	<p>
		I'm Tom Smeding. I love programming, doing math and playing the piano.<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://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>,
		<a href="https://matrix.to/#/@tom:tomsmeding.com">Matrix</a> and
		<a href="https://libera.chat/">Libera.chat</a>,
		among others.
		Besides Github, I also have a number of projects on 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.
	</p>
</div>
</body>
</html>