blob: 57ff8a06cbf15752e0f6bb4f41026d32659f253b (
plain)
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact information</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Contact information</h1>
<h2>Personal information</h2>
<ul>
<li>Name: Paul Buetow</li>
<li>Born in: Germany</li>
<li>Currently living in: London, UK</li>
<li>E-Mail: paul at buetow period org</li>
</ul>
<h2>My sites</h2>
<a class="textlink" href="https://foo.zone">foo.zone - My personal website and blog</a><br />
<a class="textlink" href="gemini://foo.zone">foo.zone - My personal website and blog (Gemini)</a><br />
<a class="textlink" href="https://codeberg.org/snonux">codeberg.org/snonux - My personal Codeberg page</a><br />
<a class="textlink" href="https://dtail.dev">dtail.dev - DTail at Mimecast</a><br />
<a class="textlink" href="https://github.com/mimecast/ioriot">github.com/mimecast/ioriot - I/O Riot at Mimecast (currently unmaintained)</a><br />
<a class="textlink" href="https://irregular.ninja">irregular.ninja - My street photography site (warn: multiple MBs, it's photos after all)</a><br />
<h2>Social Media</h2>
<p>I am sharing articles that I found interesting regularly these social media channels:</p>
<a class="textlink" href="https://www.linkedin.com/in/paul-buetow-b4857270/">My LinkedIn profile</a><br />
<a class="textlink" href="https://twitter.com/snonux">twitter.com/snonux - My Twitter profile</a><br />
<a class="textlink" href="https://t.me/snonux">t.me/snonux - My Telegram channel</a><br />
<h2>Internet Relay Chat</h2>
<p>I am on irc.german-elite.net in #talk, #coding, #linux (and maybe in others) as "rantanplan" or sometimes as "snonux".</p>
<h2>Site mirrors</h2>
<a class="textlink" href="./site-mirrors.html">Check out all mirrors of this site (Gemini as well as HTTP+HTML)</a><br />
<p>That's all for now...</p>
<a class="textlink" href="./">Go back to the main site</a><br />
<p class="footer">
Generated with <a href="https://codeberg.org/foozone/gemtexter">Gemtexter</a> |
served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
<a href="https://www.foo.zone/site-mirrors.html">Site Mirrors</a>
</p>
</body>
</html>
|