contact.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Contact</title>
  6. <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
  8. </head>
  9. <body>
  10. <header>
  11. <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
  12. </header>
  13. <h1>Contact</h1>
  14. <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>
  15. <p>
  16. If you wish to contact me, text me at
  17. <a href="sms:+18168929669">(816) 892-9669</a>.</p>
  18. <p>
  19. If you wish to send me ones and zeroes, email me at
  20. <a href="mailto:csh@bluehome.net">csh@bluehome.net</a>. Please
  21. read <a href="https://emailselfdefense.fsf.org/">Email
  22. Self-Defense</a> and encrypt
  23. with <a href="/csh/pubkey">my <abbr title="GNU Privacy
  24. Guard">GPG</abbr> public key</a> if you don't
  25. want <a href="https://jxself.org/">some guy</a> reading it.</p>
  26. <p>
  27. If you wish to see me or talk to me, alone or with other people, then
  28. call me on <a href="https://matrix.org/">Matrix</a> at
  29. <a href="https://matrix.to/#/@calher:matrix.org">@calher:matrix.org</a>
  30. or come to my house.</p>
  31. <hr/>
  32. <footer>
  33. <p>Last updated: 2017-09-25 19:00:07 CDT.</p>
  34. <p>
  35. Copyright 2017 Caleb Herbert under the terms of the
  36. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  37. 4.0 International</a> license.</p>
  38. </footer>
  39. </body>
  40. </html>