summaryrefslogtreecommitdiff
path: root/content/html/contact-information.html
blob: 0de6e0eebcabeca256aad7b75cc906c58016815d (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
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>buetow.org</title>
<meta charset='utf-8'>
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
pre { color: #ecbe7b; }
blockquote { color: #ecbe7b; }
a { color: #c678dd; text-decoration: none; }
a.textlink:before { content: " > "; }
a:hover { color: #51afef; text-decoration: underline; }
h1 { color: #ff6c6b; }
h2, h3, h4, h5, h6 { color: #51afef; }
li { color: #98be65; }
</style>
</head>
<body>
<a href="./">Go back to the main site</a><br />
<h1>Contact information</h1>
<h2>E-Mail</h2>
<ul>
<li>E-Mail: paul at buetow dot org (forwards to the ProtonMail address)</li>
</ul>
<p>Why did I just mention 2 E-Mail addresses here? The buetow.org address will always stay. It is my lifetime E-Mail address as I own the domain name. The address will stay even when I decided to change my email provider.</p>
<p>Use the ProtonMail address if you care about security for now. The address stays valid as long as I am ProtonMail user. Especially if you are ProtonMail user too we could have real E-Mail end-2-end encryption for our conversation.</p>
<h2>Quick Links</h2>
<h3>Social Media</h3>
<p>I am sharing articles which I found interesting regularly on all the social media channels. To get you navigated quickly, here are the links:</p>
<a href="https://www.linkedin.com/in/paul-buetow-b4857270/">My LinkedIn profile</a><br />
<a href="https://twitter.com/snonux">My Twitter profile</a><br />
<a href="https://t.me/snonux">My Telegram channel</a><br />
<h3>My Open Source code repositories</h3>
<a href="https://github.com/snonux">My personal GitHub page</a><br />
<a href="https://github.com/mimecast/dtail">DTail at Mimecast</a><br />
<a href="https://github.com/mimecast/ioriot">I/O Riot at Mimecast</a><br />
<h3>My old personal website</h3>
<p>It's still there for fun + profit. I might move some of the content over to Gemini slowly.</p>
<a href="http://paul.buetow.org">http://paul.buetow.org</a><br />
<p>It's powered by Xerl, my own CMS:</p>
<a href="http://xerl.buetow.org">http://xerl.buetow.org</a><br />
</body>
</html>