summaryrefslogtreecommitdiff
path: root/contact-information.html
blob: d9dbe670e2bf713fc64666b8c2b369116b22218c (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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" />
<style type="text/css">
body {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 900px;
  font-family: sans-serif;
  font-size: 18px;
  background-color: #222;
  color: #ffffef;
}

h1,h2,h3 {
  color: #ffa500
}

a {
  color: #0ca;
  text-decoration: none;
}

a:hover {
  color: #c0f;
  text-decoration: none;
}

li {
  color: #00bcd4;
}

img {
  max-width: 600px;
  max-height: 400px;
  display: block;
  margin: auto;
}

pre {
  display: block;
  background-color: #111;
  color: #66cdaa;
  padding: 5px;
  overflow-x: auto;
}

a.textlink:before {
  content: " ⇒ ";
  padding-left: 2px;
}

p.quote {
  color: #82eefd;
}

p.quote:before {
  content: " « ";
  padding-left: 2px;
}

p.quote:after {
  content: " » ";
  padding-right: 2px;
}
</style>
</head>
<body>
<h1>Contact information</h1>
<h2>E-Mail</h2>
<ul>
<li>Secure E-Mail: paul.buetow at protonmail dot com</li>
<li>E-Mail: paul at buetow dot org (forwards to the ProtonMail address)</li>
</ul>
<p>Why did I 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 remain even when I decided to change my e-mail 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 that I found interesting regularly on all the social media channels. To get you navigated quickly, here are the links:</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">My Twitter profile</a><br />
<a class="textlink" href="https://t.me/snonux">My Telegram channel</a><br />
<h3>Internet Relay Chat</h3>
<p>I am on irc.german-elite.net in #talk, #coding, #linux (and maybe in others) as rantanplan.</p>
<h3>My Open Source code repositories</h3>
<a class="textlink" href="https://codeberg.org/snonux">My personal Codeberg page</a><br />
<a class="textlink" href="https://github.com/snonux">My personal GitHub page (slowly moving all my stuff over to Codeberg)</a><br />
<a class="textlink" href="https://github.com/mimecast/dtail">DTail at Mimecast</a><br />
<a class="textlink" 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.</p>
<a class="textlink" href="http://paul.buetow.org">http://paul.buetow.org</a><br />
<p>Xerl, my own CMS, powers it:</p>
<a class="textlink" href="http://xerl.buetow.org">http://xerl.buetow.org</a><br />
<a class="textlink" href="./">Go back to the main site</a><br />
</body>
</html>