90 lines
3.2 KiB
HTML
90 lines
3.2 KiB
HTML
<!--
|
||
SPDX-FileCopyrightText: 2021-2024 Simon Bruder <simon@sbruder.de>
|
||
|
||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||
-->
|
||
|
||
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width">
|
||
<title>Simon Bruder: Contact</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<h1 id="name">Simon Bruder</h1>
|
||
<table class="links">
|
||
<tr>
|
||
<td>Email</td>
|
||
<td><a id="email" href="#">(requires javascript)</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Matrix</td>
|
||
<td><a id="matrix" href="#">(requires javascript)</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Fediverse</td>
|
||
<td><a rel="me" href="https://procrastination.space/@simon">@simon@procrastination.space</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Codeberg</td>
|
||
<td><a href="https://codeberg.org/sbruder">sbruder</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>(GitHub)</td>
|
||
<td><a href="https://github.com/sbruder">sbruder</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>(GitLab)</td>
|
||
<td><a href="https://gitlab.com/sbruder">sbruder</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Forgejo</td>
|
||
<td><a href="https://git.sbruder.de/simon">git.sbruder.de</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>PGP<sup>1</sup></td>
|
||
<td><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/D48A1ACAB1CDBD170151662BB1A0B4A45885A031">D48A 1ACA B1CD BD17 0151 662B B1A0 B4A4 5885 A031</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>PGP (old)</td>
|
||
<td><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/47E7559E037A35652DBBF8AA8D3C82F9F309F8EC">47E7 559E 037A 3565 2DBB F8AA 8D3C 82F9 F309 F8EC</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SSH</td>
|
||
<td><a href="https://git.sbruder.de/simon.keys">public keys (dynamic)</a></td>
|
||
</tr>
|
||
</table>
|
||
<div class="footnotes">
|
||
<ol>
|
||
<li>
|
||
This key relies on the <a href="https://www.gnupg.org/blog/20230321-adsk.html">ADSK</a> feature.
|
||
If your client does not yet support it,
|
||
please make sure that you encrypt your message manually to <em>all subkeys</em>.
|
||
Otherwise I might not be able to decrypt it easily.
|
||
Alternatively, you can also use my old key,
|
||
at the cost of reduced security
|
||
(as it is not kept offline).
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
<div class="fineprint">
|
||
<p>
|
||
Dear <span class="forbiddenword">(don’t want to get found by this keyword)</span> recruiters,
|
||
</p>
|
||
<p>
|
||
The publication of these contact details does not constitute consent within the meaning of Art. 6 GDPR.
|
||
They may not be used for sending me unsolicited messages.
|
||
</p>
|
||
<p>
|
||
Also, if you were even thinking of contacting me about <span class="forbiddenword">(don’t want to get found by this keyword)</span>,
|
||
you should probably invest in more capable people for “Talent Acquisition” <a href="https://web3isgoinggreat.com/">😘</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<script src="main.js"></script>
|
||
</body>
|
||
</html>
|