Add tor relay info
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Emelie Graven 2022-02-18 22:54:14 +01:00
parent 130de7df20
commit faecc2879b
Signed by: emelie
GPG Key ID: C11123726DBB55A1
3 changed files with 28 additions and 0 deletions

View File

@ -15,7 +15,10 @@
<li>Email: <a href="mailto:emelie@graven.dev">emelie@graven.dev</a></li>
<li>Matrix: <a href="https://matrix.to/#/@emelie:graven.dev">@emelie:graven.dev</a></li>
</ul>
<h1>Tor</h1>
<p>I run a couple of fast tor relays, see <a href="./tor.html">tor</a> for more info.</p>
<h1>PGP</h1>
<p>My PGP key can be found via WKD, various keyservers, or below.</p>
<p>Public key: <a rel="pgpkey" href="/static/emelie.asc">Download</a></p>
<p class="fingerprint">16D3 6E7B FBB0 0641 BBF6 574D 9DEB B56F E610 BAD1<p>
<a href="pgp/policy.html">Key signing policy</a>

View File

@ -0,0 +1,2 @@
#!/bin/sh
pandoc -f markdown -t html5 -s policy.md --css ../../static/style.css > policy.html

23
public/emelie/tor.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tor relays</title>
<meta charset="utf8">
<meta name="viewport" content="width-device-width, initial-scale=1">
<meta name="description" content="List of tor relays for CIISS compliance">
<link rel="stylesheet" type="text/css" href="/static/style.css">
</head>
<body>
<h1>Tor relays</h1>
<p>I operate the following tor relays:</p>
<ul>
<li><code>FDAB3722A4EA6A86E35D9AC84222F3E11F2F6D6D</code></li>
<li><code>52AB8767E130C3519920C77072E72F347979AAE9</code></li>
<li><code>9C97E5840578697030ABFC7784442E32EFD8E91D</code></li>
<li><code>A9D6D98A8F5FF4379291AB142EEEF634FEC19416</code></li>
<li><code>FC5A5506004FA59C67E71E657248CF349C88B9C7</code></li>
<li><code>5D8E703E78F36E579A21E31E815B88F8BE633DCC</code></li>
</ul>
<a href="./">Contact</a>
</body>
</html>