contact.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 7 8 <title>Deftly.net - Contact</title> 9 10 <link rel="stylesheet" type="text/css" href="/css/default.css" /> 11 <link rel="stylesheet" type="text/css" href="/css/layout.css" /> 12 <link rel="stylesheet" type="text/css" href="/css/syntax.css" /> 13 </head> 14 <body> 15 <div id="header"> 16 <div id="navigation"> 17 <h1>Notes</h1> 18 <a href="/">Home</a> 19 <a href="/about.html">About</a> 20 <a href="/contact.html">Contact</a> 21 <a href="/archive.html">Archive</a> 22 <hr /> 23 <a href="https://codeberg.org">Codeberg</a> 24 <a href="https://cobug.org">CoBUG</a> 25 </div> 26 27 28 <div id="content"> 29 <h1>Contact</h1> 30 <i>Various places to find me on the internet.</i> 31 32 <h3>General</h3> 33 <p>I can be found in various places across the net.</p> 34 <ul> 35 <li><a href="https://mammothcirc.us/@qbit">@qbit@mammothcirc.us</a></li> 36 <li>qbit on libera</li> 37 </ul> 38 <h3>Email</h3> 39 If you need to email me, my address is <code>aaron@</code> any of my domains. 40 41 <h3>PGP</h3> 42 43 <pre> 44 pub rsa4096/0x1F81112D62A9ADCE 2017-01-27 [SC] 45 Key fingerprint = 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE 46 uid [ultimate] Aaron Bieber <aaron@bolddaemon.com> 47 uid [ultimate] Aaron Bieber <deftly@gmail.com> 48 uid [ultimate] Aaron Bieber <qbit@deftly.net> 49 uid [ultimate] Aaron Bieber <abieber@openbsd.org> 50 uid [ultimate] Aaron Bieber <aaron@cobug.org> 51 sub rsa4096/0x279160AB1BE1236B 2017-01-27 [S] 52 sub rsa4096/0x20ADADE0DD48B109 2017-01-27 [E] 53 sub rsa4096/0x4FA951575F92D3E2 2017-01-27 [A] 54 </pre> 55 </div> 56 <div id="footer"> 57 <hr> 58 Made by <a rel="nofollow me" href="https://mammothcirc.us/@qbit">qbit</a>. Subscribe via <a href="https://deftly.net/rss.xml">RSS</a> / <a href="https://deftly.net/atom.xml">Atom</a> | Generated using <a href="https://codeberg.org/qbit/boring"><i>boring</i></a> and <a href="https://codeberg.org/qbit/deftly/"><i>these</i></a> files. 59 <div id="attrib"> 60 PGP: <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x1F81112D62A9ADCE">0x1F81112D62A9ADCE</a> / <a href="https://deftly.net/pubkey.asc">3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE</a> 61 </div> 62 <a href="https://proven.lol/c86b5e">proof.</a> 63 </div> 64 </body> 65 </html> 66 67