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

59 lines
1.9 KiB
HTML
Raw Normal View History

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>
<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>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>Gitea</td>
<td><a href="https://git.sbruder.de/simon">git.sbruder.de</a></td>
</tr>
<tr>
<td>PGP</td>
<td><a href="pubkey.asc">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="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>