Compare commits

...

5 commits

Author SHA1 Message Date
dfa87af952 Reduces headers height and sets background color 2016-03-07 20:43:21 +01:00
287954c738 Comments background image 2016-03-07 20:41:13 +01:00
f8af8904ac Removes references to last HM 2016-03-07 20:40:39 +01:00
a5269cdc0c Sets talks page as draft 2016-03-07 20:40:02 +01:00
dc7e969c1f Fixes mailinglist link 2016-03-07 20:39:17 +01:00
5 changed files with 7 additions and 8 deletions

View file

@ -28,7 +28,7 @@ leggera".
Le proposte devono essere inviate alla mailing list pubblica di hackmeeting: Le proposte devono essere inviate alla mailing list pubblica di hackmeeting:
<br/> <br/>
<center>**hackmeeting [at] inventati [dot] org**</center> <br/> <center>** [ hackmeeting at inventati dot org ](mailto:hackmeeting@inventati.org) **</center> <br/>
dove le si potrà discutere insieme a tutti gli dove le si potrà discutere insieme a tutti gli
interessati all'evento. interessati all'evento.

View file

@ -5,7 +5,7 @@ Slug: caltalk
Template: tables Template: tables
navbar_sort: 3 navbar_sort: 3
lang: it lang: it
Status: hidden
## CALENDARIO DEI TALK ## CALENDARIO DEI TALK
Di seguito trovate il programma dei talk di Umberto, Luca e indovina chi? Di seguito trovate il programma dei talk di Umberto, Luca e indovina chi?

View file

@ -9,12 +9,11 @@ I warmup sono eventi "preparatori" ad hackmeeting. Avvengono in giro per l'itali
#### Elenco #### Elenco
Per ora lo trovi sul [Wiki](https://lab.dyne.org/Hackmeeting2015/it/WarmUp) Coming soon!
#### Proporre un warmup #### Proporre un warmup
Vuoi fare un warmup? ottimo! Vuoi fare un warmup? ottimo!
* iscriviti alla [mailing list di hackmeeting](https://www.autistici.org/mailman/listinfo/hackmeeting). * iscriviti alla [mailing list di hackmeeting](https://www.autistici.org/mailman/listinfo/hackmeeting).
* scrivi in mailing list riguardo al tuo warmup: non c'è bisogno di alcuna "approvazione ufficiale", ma segnalarlo in lista è comunque un passaggio utile per favorire dibattito e comunicazione. * scrivi in mailing list riguardo al tuo warmup: non c'è bisogno di alcuna "approvazione ufficiale", ma segnalarlo in lista è comunque un passaggio utile per favorire dibattito e comunicazione.
* segnalo tu stesso sul [Wiki](https://lab.dyne.org/Hackmeeting2015/it/WarmUp). Il wiki ha bisogno di autenticazione, e puoi trovare la password negli [archivi della mailing list di hackmeeting](https://lists.autistici.org/list/hackmeeting.html).

View file

@ -41,7 +41,7 @@ PAGE_SAVE_AS = '{slug}.html'
PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_URL = '{slug}.{lang}.html'
PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html'
PAGE_BACKGROUND = 'images/background.jpg' #PAGE_BACKGROUND = 'images/background.jpg'
THEME = 'themes/nest/' THEME = 'themes/nest/'
# Confs relative to the theme nest # Confs relative to the theme nest
NEST_HEADER_IMAGES = 'banner.png' NEST_HEADER_IMAGES = 'banner.png'

View file

@ -26,7 +26,7 @@ body {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
/* font-size: 15px;*/ /* font-size: 15px;*/
color: #4b505a; color: #4b505a;
background-color: #f5f5f5; background-color: #333;
line-height: 24px; line-height: 24px;
-webkit-font-smoothing:antialiased; -webkit-font-smoothing:antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -218,7 +218,7 @@ h4:after {
.header-container { .header-container {
background: #f5f5f5; background: #f5f5f5;
padding: 0; padding: 0;
min-height: 360px; min-height: 282px;
} }
.header-wrapper{ .header-wrapper{
padding-left: 40px; padding-left: 40px;