index.en.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>About</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. <link rel="alternate" hreflang="it" href="./index.html">
  8. <link rel="alternate" hreflang="fr" href="./index.fr.html">
  9. <link rel="alternate" hreflang="es" href="./index.es.html">
  10. </head>
  11. <body id="index" class="home">
  12. <header id="banner" class="body">
  13. <h1><a href="./">Hackmeeting 0x16 </a></h1>
  14. <nav><ul>
  15. <li><a href="./index.html">About</a></li>
  16. <li><a href="./info.html">Info</a></li>
  17. <li><a href="./press.html">Stampa</a></li>
  18. <li><a href="./come-arrivare.html">Come&nbsp;arrivare</a></li>
  19. <li><a href="./warmup.html">WarmUp</a></li>
  20. <li><a href="./schedule.html">Programma</a></li>
  21. <li><a href="./contact.html">Contatti</a></li>
  22. <li><a href="./storia.html">Storia</a></li>
  23. </ul></nav>
  24. </header><!-- /#banner -->
  25. <section id="content" class="body">
  26. <h1 class="entry-title">About</h1>
  27. Translations:
  28. <a href="./index.html" hreflang="it">it</a>
  29. <a href="./index.fr.html" hreflang="fr">fr</a>
  30. <a href="./index.es.html" hreflang="es">es</a>
  31. <div class="section" id="may30-june2-2019-firenze">
  32. <h2>May30-June2, 2019 /&nbsp;Firenze</h2>
  33. <blockquote>
  34. <p>Hackmeeting is the yearly Italian digital counter-cultures meeting; it gathers those communities that take a hard look at how technologies work in our society. And that&#8217;s not all. We tell you, just you, in a whisper (don&#8217;t even tell anybody!): Hack-it is just for real hackers, that is to say for those people who want to manage their own lives as they want and are ready to fight for this right, even though they haven&#8217;t ever seen a computer in their&nbsp;life.</p>
  35. <p>Three days of lessons, games, parties, debates, crossfires and collective learning, analyzing together those technologies that we use everyday, the way they change and how they can impact on our real or virtual lives; which role we can play in order to redirect these changes and set us free of control from those who want to monopolize their development, letting society crumble and relegating us in even tighter virtual&nbsp;spaces.</p>
  36. <p><strong>The event is totally self-managed: there are neither promoters nor users, just&nbsp;participants.</strong></p>
  37. </blockquote>
  38. </div>
  39. </section>
  40. <section id="extras" class="body">
  41. </section><!-- /#extras -->
  42. <footer id="contentinfo" class="body">
  43. <address id="about" class="vcard body">
  44. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  45. </address><!-- /#about -->
  46. <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>
  47. </footer><!-- /#contentinfo -->
  48. </body>
  49. </html>