schedule.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="it">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Programma</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. <link rel="alternate" hreflang="en" href="./schedule.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 class="active"><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">Programma</h1>
  25. Translations:
  26. <a href="./schedule.en.html" hreflang="en">en</a>
  27. <p><a class="reference external" href="schedule.ics">Aggiungi il programma</a> di hackmeeting nel tuo&nbsp;calendario.</p>
  28. <p>Il programma è soggetto a variazioni continue: vieni ad hackmeeting e&nbsp;vivitelo!</p>
  29. <p>Fatti coraggio, proponi il tuo contenuto in <a class="reference external" href="./contact.html">mailing list</a>: crea un nuovo thread
  30. dedicato alla tua proposta. Nel subject inserisci <tt class="docutils literal">[<span class="caps">TALK</span>]</tt>
  31. (ad esempio <tt class="docutils literal">[<span class="caps">TALK</span>] come sbucciare le mele con un cluster di <span class="caps">GPU</span></tt>) così che sia facile ritrovarlo per chi è&nbsp;interessato.</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>