default.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
  7. <meta property="og:title" content="{{ site.title }}" />
  8. <meta property="og:locale" content="it_IT" />
  9. <link rel="canonical" href="{{ site.url }}" />
  10. <meta property="og:url" content="{{ site.url }}" />
  11. <meta property="og:site_name" content="{{ site.domain }}" />
  12. <link rel="stylesheet" href="{{ site.baseurl }}/css/style.css">
  13. <meta name="viewport" content="width=device-width">
  14. </head>
  15. <body>
  16. <div class="wrapper">
  17. <aside>
  18. <header>
  19. <h1 class="logo"><a href="{{ site.baseurl }}/"><img class="logo" src="{{ site.baseurl }}/imgs/logo.svg"/></a></h1>
  20. <div class="site-nav">
  21. <a href="#" class="menu-icon">
  22. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  23. viewBox="0 0 18 15" enable-background="new 0 0 18 15" xml:space="preserve">
  24. <path fill="#505050" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0
  25. h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
  26. <path fill="#505050" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484
  27. h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
  28. <path fill="#505050" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0
  29. c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
  30. </svg>
  31. </a>
  32. <div class="trigger">
  33. <p class="page-link"><a href="{{ site.baseurl }}/">Home</a></p>
  34. <p class="page-link"><a href="{{ site.baseurl }}/associazione">L'Associazione</a></p>
  35. <p class="page-link"><a href="{{ site.baseurl }}/partecipa">Partecipa! / Dona</a></p>
  36. <p class="page-link"><a href="{{ site.baseurl }}/archivio">Trasparenza / Comunicati</a></p>
  37. <p class="page-link"><a href="{{ site.baseurl }}/fleet">Nodi</a></p>
  38. <p class="page-link"><a href="{{ site.baseurl }}/tor-exit-notice">"Questo e' un Exit Node"</a></p>
  39. </div>
  40. </div>
  41. </header>
  42. </aside>
  43. <section>
  44. {{ content }}
  45. </section>
  46. <aside class="bottom">
  47. <footer>
  48. <p class="view"><a href="{{ site.mastodon }}">Mastodon</a> - <a href="https://twitter.com/{{ site.twitter }}">Twitter</a></p>
  49. <p><small>{{ site.time | date: "%Y" }} {{ site.name }}<br/><br/>
  50. <em>{{ site.name }}</em> non e' affiliata con il progetto <i>Tor</i>.<br/><i>Tor</i> e il logo <i>Onion</i> sono marchi registrati di <i>The Tor Project, Inc</i>.</small></p>
  51. </footer>
  52. </aside>
  53. </div>
  54. </body>
  55. </html>