authors.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="it">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Hackmeeting 0x16 - Authors</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. </head>
  8. <body id="index" class="home">
  9. <header id="banner" class="body">
  10. <h1><a href="./">Hackmeeting 0x16 </a></h1>
  11. <nav><ul>
  12. <li><a href="./index.html">About</a></li>
  13. <li><a href="./info.html">Info</a></li>
  14. <li><a href="./press.html">Stampa</a></li>
  15. <li><a href="./come-arrivare.html">Come&nbsp;arrivare</a></li>
  16. <li><a href="./warmup.html">WarmUp</a></li>
  17. <li><a href="./schedule.html">Programma</a></li>
  18. <li><a href="./contact.html">Contatti</a></li>
  19. <li><a href="./storia.html">Storia</a></li>
  20. </ul></nav>
  21. </header><!-- /#banner -->
  22. <section id="content" class="body">
  23. <h1>Authors on Hackmeeting 0x16</h1>
  24. <ul>
  25. </ul>
  26. </section>
  27. <section id="extras" class="body">
  28. </section><!-- /#extras -->
  29. <footer id="contentinfo" class="body">
  30. <address id="about" class="vcard body">
  31. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  32. </address><!-- /#about -->
  33. <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>
  34. </footer><!-- /#contentinfo -->
  35. </body>
  36. </html>