Blob


1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <meta charset="ascii">
5 <link rel="stylesheet" href="styles.css">
6 <link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
7 </head>
9 <body>
11 <h1>Tobias Heider</h1>
13 <span id="links">
14 <h2>Projects I'm working on</h2>
15 <ul>
16 <li><a href="https://qa.debian.org/developer.php?email=me%40tobhe.de">Debian</a>
17 <li><a href="https://openbsd.org">OpenBSD</a>/<a href="https://openiked.org">OpenIKED</a>
18 <li><a href="https://launchpad.net/~tobhe">Ubuntu</a>/<a href="https://ubuntuasahi.org">Ubuntu Asahi</a>/<a href="https://launchpad.net/~ubuntu-concept">Ubuntu Concept</a>
19 <li><a href="stuff/index.html">Personal Notes</a>
20 </ul>
21 <hr>
22 <h2>Code</h2>
23 <ul>
24 <li><a href="got">gotwebd(8)</a>
25 <li><a href="https://github.com/tobhe">Github</a>
26 <li><a href="https://gitlab.com/tobhe">Gitlab</a>
27 <li><a href="https://launchpad.net/~tobhe">Launchpad</a>
28 </ul>
29 <hr>
30 <h2>Where to find me</h2>
31 <ul>
32 <li><a rel="me" href="https://bsd.network/@tobhe">Mastodon</a>
33 <li><a href="mailto:me@tobhe.de">Mail</a>(<a href="pgp.html">PGP</a>)
34 </ul>
35 </span>
37 </body>
38 </html>