forked from fillotassi/HOD2018_website
mergiato col vecchio
This commit is contained in:
commit
6c12e31e8a
5 changed files with 21 additions and 12 deletions
|
@ -5,4 +5,6 @@ orario: 18:30
|
|||
draft: false
|
||||
---
|
||||
|
||||
|
||||
Apertura della sala
|
||||
|
||||
|
|
|
@ -11,3 +11,4 @@ Utile per chi potrebbe voler mettere su il proprio nodo mastodon! Accorrete!
|
|||
|
||||
Il talk sarà tenuto da manteiners di [mastodon.bida.im](https://mastodon.bida.im/about)
|
||||
Bida = bietola!
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@ draft: false
|
|||
Le cose importanti!
|
||||
Chiunque può dare una mano a cucinare, l'evento è autogestito, quindi si mangia quel che cuciniamo!
|
||||
servono braccia anche per spiattare e lavare le pentole!
|
||||
|
||||
|
|
|
@ -5,14 +5,11 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Hack-or-d(i|y)e 2018</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Hack-or-d(i|y)e 2018">
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<div id="scrollable-column">
|
||||
<div id="left-column">
|
||||
|
@ -119,8 +116,9 @@
|
|||
|
||||
</div>
|
||||
<div id="right-column">
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
#Autodifesa_Digitale:target > .descrizione-talk{
|
||||
display:block !important;
|
||||
|
@ -132,6 +130,7 @@
|
|||
#Autodifesa_Digitale:target > .filler >.title-wrapper{
|
||||
border-bottom:5pt solid #000001 !important;
|
||||
}
|
||||
|
||||
|
||||
#CENA:target > .descrizione-talk{
|
||||
display:block !important;
|
||||
|
@ -143,6 +142,7 @@
|
|||
#CENA:target > .filler >.title-wrapper{
|
||||
border-bottom:5pt solid #000001 !important;
|
||||
}
|
||||
|
||||
|
||||
#CENA_BENEFIT_PARANOIA:target > .descrizione-talk{
|
||||
display:block !important;
|
||||
|
@ -286,13 +286,12 @@
|
|||
#UFOciclisti:target > .filler >.title-wrapper{
|
||||
border-bottom:5pt solid #000001 !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<section id="calendario">
|
||||
<ul>
|
||||
<div id="overflow-scroll">
|
||||
|
||||
<div id="overflow-scroll">
|
||||
<li id="Autodifesa_Digitale">
|
||||
<div class="filler">
|
||||
<div class="title-wrapper">
|
||||
|
@ -474,7 +473,7 @@ Nel 2011 i Cobol Pongide sono stati nominati band ufficiale per la sonorizzazion
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
<li id="Libro_I_social_network">
|
||||
<div class="filler">
|
||||
<div class="title-wrapper">
|
||||
|
@ -494,7 +493,7 @@ confermato!</p>
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
<li id="Mastodon_lato_tecnico">
|
||||
<div class="filler">
|
||||
<div class="title-wrapper">
|
||||
|
@ -615,7 +614,7 @@ un’introduzione a secure scuttlebutt: non è un social network (anche perc
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -623,4 +622,10 @@ un’introduzione a secure scuttlebutt: non è un social network (anche perc
|
|||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
<p>Questo sito i cookies li mangia</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -193,7 +193,7 @@ body {
|
|||
div{
|
||||
max-height:30em;
|
||||
overflow-y: scroll;
|
||||
padding:3em;
|
||||
padding: 1em 3em;
|
||||
}
|
||||
/*@media screen and (min-width: $breakpoint-normal-screen) {
|
||||
max-width: 75%;
|
||||
|
|
Loading…
Reference in a new issue