contact.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="it">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Contatti</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. <link rel="alternate" hreflang="en" href="./contact.en.html">
  8. </head>
  9. <body id="index" class="home">
  10. <header id="banner" class="body">
  11. <h1><a href="./">Hackmeeting 0x16 </a></h1>
  12. <nav><ul>
  13. <li><a href="./index.html">About</a></li>
  14. <li><a href="./info.html">Info</a></li>
  15. <li><a href="./press.html">Stampa</a></li>
  16. <li><a href="./come-arrivare.html">Come&nbsp;arrivare</a></li>
  17. <li><a href="./warmup.html">WarmUp</a></li>
  18. <li><a href="./schedule.html">Programma</a></li>
  19. <li class="active"><a href="./contact.html">Contatti</a></li>
  20. <li><a href="./storia.html">Storia</a></li>
  21. </ul></nav>
  22. </header><!-- /#banner -->
  23. <section id="content" class="body">
  24. <h1 class="entry-title">Contatti</h1>
  25. Translations:
  26. <a href="./contact.en.html" hreflang="en">en</a>
  27. <p><strong>Mailing&nbsp;List</strong></p>
  28. <p>La comunità Hackmeeting ha una <a class="reference external" href="https://www.autistici.org/mailman/listinfo/hackmeeting">lista di discussione</a> dove poter chiedere informazioni e seguire le attività della comunità. La lista ha un <a class="reference external" href="http://lists.autistici.org/list/hackmeeting.html">archivio pubblico</a>, quindi puoi leggerla anche senza iscriverti. L&#8217;iscrizione è invece necessaria per&nbsp;scrivere.</p>
  29. <p><strong><span class="caps">IRC</span></strong></p>
  30. <p>Esiste anche un canale <span class="caps">IRC</span> (Internet Relay Chat) dove poter discutere e chiacchierare con tutti i membri della comunità: collegati al server <tt class="docutils literal">irc.autistici.org</tt> ed entra nel canale <tt class="docutils literal">#hackit99</tt>.</p>
  31. <p>Se preferisci <span class="caps">XMPP</span>/Jabber, puoi raggiungere lo stesso canale come <tt class="docutils literal">#hackit99&#64;mufhd0.esiliati.org</tt> (includi il&nbsp;cancelletto).</p>
  32. </section>
  33. <section id="extras" class="body">
  34. </section><!-- /#extras -->
  35. <footer id="contentinfo" class="body">
  36. <address id="about" class="vcard body">
  37. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  38. </address><!-- /#about -->
  39. <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
  40. </footer><!-- /#contentinfo -->
  41. </body>
  42. </html>