come-arrivare.en.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Come&nbsp;arrivare</title>
  6. <link rel="stylesheet" href="./theme/css/main.css" />
  7. <link rel="alternate" hreflang="it" href="./come-arrivare.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">Come&nbsp;arrivare</h1>
  25. Translations:
  26. <a href="./come-arrivare.html" hreflang="it">it</a>
  27. <p><span class="caps">TODO</span></p>
  28. </section>
  29. <section id="extras" class="body">
  30. </section><!-- /#extras -->
  31. <footer id="contentinfo" class="body">
  32. <address id="about" class="vcard body">
  33. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  34. </address><!-- /#about -->
  35. <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>
  36. </footer><!-- /#contentinfo -->
  37. </body>
  38. </html>