contact.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!--Copyright (C) 2018 E. Blåsten
  4. Permission is granted to copy, distribute and/or modify this
  5. document under the terms of the GNU Free Documentation License,
  6. Version 1.3 or any later version published by the Free Software
  7. Foundation; with no Invariant Sections, no Front-Cover Texts, and
  8. no Back-Cover Texts. A copy of the license is included in the file
  9. "LICENSE.html". -->
  10. <head>
  11. <meta charset="utf-8" />
  12. <title>Contact E. Blåsten</title>
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <link rel="stylesheet" href="include/mathstyles.css">
  15. <link rel="stylesheet" href="include/homepage.css">
  16. </head>
  17. <body>
  18. <nav>
  19. <ul class="navbar">
  20. <li><a href="index.html">Home</a></li>
  21. <li><a href="contact.html" class="active">Contact</a></li>
  22. <li><a href="research.html">Research</a></li>
  23. <li><a href="photos/">Photos</a></li>
  24. <li><a href="trans/index.html">
  25. <span style="line-height:100%">&nbsp;⚧ &nbsp;</span>
  26. </a></li>
  27. <li class="logo"><a href="index.html">Dr Blåsten</a></li>
  28. </ul>
  29. </nav>
  30. <div class="paper">
  31. <section class="content">
  32. <h1>Contact information</h1>
  33. <section>
  34. <a class="anchor" id="email"></a>
  35. <h2>Email</h2>
  36. <p>
  37. Preferably contact me by email first. We can then agree on
  38. a more suitable medium for discussion.
  39. </p>
  40. <address>
  41. <!-- Use encoding to avoid dumd spam crawlers -->
  42. Email: <a href="mailto:drblasten&#64;countermail&#46;com">drblasten&#64;countermail&#46;com</a><br>
  43. </address>
  44. <p>
  45. For <a href="https://emailselfdefense.fsf.org">PGP
  46. encryption</a> please use my
  47. <a href="EBlasten_0xB8361697_pub.asc">public key</a>. Its
  48. ID is <code>0xB8361697</code>. To
  49. avoid <a href="http://security.stackexchange.com/q/74009">key
  50. ID collisions</a> make sure its fingerprint matches
  51. <blockquote>
  52. <code>9FF3 1BC4 DB72 4252 1488 D8E3 2D9B 8CA0 B836
  53. 1697</code>
  54. </blockquote>
  55. </p>
  56. </section>
  57. </section>
  58. </div>
  59. </body>
  60. </html>