about.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 - About</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 id="active"><a href="about.html">About</a></li>
  19. <li><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>About Me</h1>
  27. <p><strong>[guest@Iridium ~]$ /usr/bin/whoami</strong></p>
  28. <p>Hello — i'm Andrea, an Italian <a href="https://www.gnu.org/philosophy/free-sw.html" target="_blank">free software</a> activist, GNU hacker and member of the <a href="https://fsf.org/" target="_blank">Free Software Foundation</a>.</p>
  29. <a href="https://static.fsf.org/nosvn/associate/crm/1227974.png" target="_blank">
  30. <img src="/img/1227974.png" alt="[ FSF member number ]">
  31. </a>
  32. <p>I'm working as a volunteer webmaster for the <a href="https://www.gnu.org/" target="_blank">GNU project</a>, if you want to join us <a href="https://www.gnu.org/server/standards/webmaster-quiz.html" target="_blank">complete the quiz</a>.</p>
  33. <p>I'm also helping installing new political notes on Richard Stallman's <a href="https://stallman.org/" target="_blank">personal website</a>.</p>
  34. <p>I'm interested in software programming (C -- Assembly), Hardware, Networks, System Administration
  35. and of course software freedom.</p>
  36. <p>If you're looking for a free (as in freedom), lightweight and secure distribution look at <a href="https://hyperbola.info">Hyperbola GNU/Linux.</p>
  37. <p><a href="https://stallman.org/articles/happy-hacking.html" target="_blank">Happy Hacking!</a></p>
  38. </div>
  39. </body>
  40. <footer>
  41. <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>
  42. </footer>
  43. </html>