1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="me" href="https://fosstodon.org/@phoebos" />
<title>Ben's space</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="icon" href="data:image/gif;base64,R0lGODlhEAAQAPH/AAAAAP//AAD/AP8AACH/C0NSTkcAAAAAMS4wSAAAAAIwPwAAAAJATwAAAAJQXwAAAAJgbwAAAAJwfwAAAAKAjwAAAAKQnwAAAAKgrwAAAAKwvwAAAALAzwAAAALQ3wAAAALg7wAh+QQF//8EACwAAAAAEAAQAAACOJQFqTp9j5p00IApq8X0rTtBSQCQYIeUZGBmh7qyp8fGpGvV8PyqPt9bJUKiBUYT4SBPRMuH0SgAADs="/>
</head>
<body>
<header><nav>
<a>[Home]</a>
<a href="blog/">[Blog]</a>
<a href="//git.bvnf.space/">[Git]</a>
<a href="books/">[Books]</a>
</nav></header>
<h1>Hello, world</h1>
<p>
I am currently a PhD student in condensed matter theory at the University of Manchester. My other interests include playing the trumpet and horn in orchestras and bands, and tinkering with programming projects.
</p>
<h3>Contact</h3>
<ul>
<li>email, XMPP: <code>ben [at] bvnf [dot] space</code></li>
<li>PGP: <a href="key.txt">key.txt</a></li>
<li>OMEMO: <a href="omemo.txt">omemo.txt</a></li>
<li>IRC: <code>phoebos</code></li>
</ul>
<h3>Links</h3>
<ul>
<li>read some <a href="books/">books</a></li>
<li>view my list of <a href="bookmarks.html">interesting websites</a></li>
<li>download some <a href="/pub/">tarballs</a></li>
<li>read some <a href="/logs/">IRC logs</a></li>
<li>look at an <a href="//kiss.bvnf.space/">archive of the KISS website</a></li>
<li>browse <a href="misc/">miscellaneous stuff</a></li>
<li><a href="gemini://bvnf.space/">Gemini server</a></li>
</ul>
<hr />
<footer>
<a style="float:right" rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="CC-BY 4.0" src="/media/cc-by.png" /></a>
</footer>
</body>
</html>
|