index.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  6. <link rel="stylesheet" type="text/css" href="/css/global.css">
  7. <link rel="icon" type="image/png" href="/img/icon.png">
  8. <title>Libremind - Contact</title>
  9. </head>
  10. <body>
  11. <div class="navigation">
  12. <div class="logo">
  13. <a href="/">
  14. <img src="/img/logo.png" alt="[ Libremind Logo ]">
  15. </a>
  16. </div>
  17. <ul>
  18. <li><a href="about.html">About</a></li>
  19. <li id="active"><a href="/">Contact</a></li>
  20. <li><a href="https://mirror.libremind.org/">Mirrors</a></li>
  21. <li><a href="https://notabug.org/libremind/">Git</a></li>
  22. </ul>
  23. </div>
  24. <div class="header-line"></div>
  25. <div class="page">
  26. <h1>GPG Encryption</h1>
  27. <p>If you want to contact me securely through email please use my <a href="/files/libremind-key.asc">public key</a> or <a href="/files/libremind-key.txt">plain text</a> version, be sure to verify the fingerprint.</p>
  28. <pre>pub rsa4096 2021-09-21 [SC] [expires: 2026-09-20]
  29. F950538BCDAB49DD2EF658112BEDACC817511643
  30. uid [ultimate] Andrea Luzzi &ltandrea@gnu.org&gt
  31. sub rsa4096 2021-09-21 [E] [expires: 2026-09-20]</pre>
  32. <p>If you're using GNU/Linux use this command to directly download and import my key:</p>
  33. <pre>wget https://libremind.org/files/libremind-key.asc -qO - | gpg --import</pre>
  34. <p>or download it from the keyserver:</p>
  35. <pre>gpg --keyserver keys.openpgp.org --recv-keys 0x2BEDACC817511643</pre>
  36. <h1>IRC (Internet Relay Chat)</h1>
  37. <p>You can contact me through IRC on the <a href="https://libera.chat/" target="_blank">LiberaChat</a>.</p>
  38. <pre>Server Address: irc.libera.chat
  39. Username: libremind
  40. Channels: [ #hyperbola - #libreboot - #gnu - #fsf ]</pre>
  41. <h1>Jami</h1>
  42. <p>You can contact me through <a href="https://jami.net/" target="_blank">GNU Jami</a> using the ID or username:</p>
  43. <pre>ID: 1656a2b15bd0565a8477c07d93e8a0bd1667ac19</pre>
  44. <p>or</p>
  45. <pre>Username: libremind</pre>
  46. </div>
  47. </body>
  48. <footer>
  49. <p>Copyright © 2021 Libremind &bull; This page is licensed under a <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank">CC BY-ND 4.0</a> License &bull; Hosted on <b>Iridium</b></p>
  50. </footer>
  51. </html>