nixos-config/pkgs/contact-page/src/index.html

86 lines
3.0 KiB
HTML
Raw Normal View History

<!--
SPDX-FileCopyrightText: 2021-2024 Simon Bruder <simon@sbruder.de>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
2021-06-02 13:19:15 +02:00
<!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">
2021-06-02 13:19:15 +02:00
<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>
2024-02-14 15:00:25 +01:00
<td>Codeberg</td>
<td><a href="https://codeberg.org/sbruder">sbruder</a></td>
</tr>
<tr>
<td>(GitHub)</td>
2021-06-02 13:19:15 +02:00
<td><a href="https://github.com/sbruder">sbruder</a></td>
</tr>
<tr>
2024-02-14 15:00:25 +01:00
<td>(GitLab)</td>
2021-06-02 13:19:15 +02:00
<td><a href="https://gitlab.com/sbruder">sbruder</a></td>
</tr>
<tr>
2024-02-14 15:00:25 +01:00
<td>Forgejo</td>
2021-06-02 13:19:15 +02:00
<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>
2021-06-02 13:19:15 +02:00
</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">(dont 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">(dont 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>
2021-06-02 13:19:15 +02:00
</div>
<script src="main.js"></script>
</body>
</html>