123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Contact</title>
- <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
- <link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
- </head>
- <body>
- <header>
- <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
- </header>
- <h1>Contact</h1>
- <p><a href="http://www.salimvirani.com/facebook/"><img src="http://static.fsf.org/nosvn/no-facebook-me.png" alt="Not f'd — you won't find me on Facebook" /></a></p>
- <p>
- If you wish to contact me, text me at
- <a href="sms:+18168929669">(816) 892-9669</a>.</p>
- <p>
- If you wish to send me ones and zeroes, email me at
- <a href="mailto:csh@bluehome.net">csh@bluehome.net</a>. Please
- read <a href="https://emailselfdefense.fsf.org/">Email
- Self-Defense</a> and encrypt
- with <a href="/csh/pubkey">my <abbr title="GNU Privacy
- Guard">GPG</abbr> public key</a> if you don't
- want <a href="https://jxself.org/">some guy</a> reading it.</p>
- <p>
- If you wish to see me or talk to me, alone or with other people, then
- call me on <a href="https://matrix.org/">Matrix</a> at
- <a href="https://matrix.to/#/@calher:matrix.org">@calher:matrix.org</a>
- or come to my house.</p>
- <hr/>
- <footer>
- <p>Last updated: 2017-09-25 19:00:07 CDT.</p>
- <p>
- Copyright 2017 Caleb Herbert under the terms of the
- <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
- 4.0 International</a> license.</p>
- </footer>
- </body>
- </html>
|