schedule.en.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Schedule</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. <link rel="alternate" hreflang="it" href="./schedule.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><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">Schedule</h1>
  25. Translations:
  26. <a href="./schedule.html" hreflang="it">it</a>
  27. <p><a class="reference external" href="schedule.ics">Add the schedule</a> as a&nbsp;calendar</p>
  28. <p>The schedule is still work in progress: a large part of hackmeeting
  29. contents are scheduled&nbsp;last-minute!</p>
  30. <p>Read the <a class="reference external" href="http://lists.autistici.org/message/20170502.165954.0e930b75.en.html">call for contents (Italian)</a> and propose yours in <a class="reference external" href="./contact.html">mailing list</a>.</p>
  31. <p>Contents in a language other than Italian are not only accepted, but&nbsp;appreciated!</p>
  32. <p>Hackmeeting (still) hasn&#8217;t a proper translation system, but you can
  33. find a bunch of people to ask to do translations when you need&nbsp;it.</p>
  34. </section>
  35. <section id="extras" class="body">
  36. </section><!-- /#extras -->
  37. <footer id="contentinfo" class="body">
  38. <address id="about" class="vcard body">
  39. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  40. </address><!-- /#about -->
  41. <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>
  42. </footer><!-- /#contentinfo -->
  43. </body>
  44. </html>