diff --git a/content/images/adesivo-finale.jpg b/content/images/adesivo-finale.jpg new file mode 100644 index 0000000..fa628ef Binary files /dev/null and b/content/images/adesivo-finale.jpg differ diff --git a/content/images/manifesto-small.jpg b/content/images/manifesto-small.jpg new file mode 100644 index 0000000..1b8349a Binary files /dev/null and b/content/images/manifesto-small.jpg differ diff --git a/content/images/manifesto-web.jpg b/content/images/manifesto-web.jpg new file mode 100644 index 0000000..8db13b8 Binary files /dev/null and b/content/images/manifesto-web.jpg differ diff --git a/content/images/press/2016-IMG_0574.jpg b/content/images/press/2016-IMG_0574.jpg new file mode 100644 index 0000000..583bad0 Binary files /dev/null and b/content/images/press/2016-IMG_0574.jpg differ diff --git a/content/images/press/2016-IMG_0578.jpg b/content/images/press/2016-IMG_0578.jpg new file mode 100644 index 0000000..50b4b24 Binary files /dev/null and b/content/images/press/2016-IMG_0578.jpg differ diff --git a/content/images/press/2016-IMG_0581.jpg b/content/images/press/2016-IMG_0581.jpg new file mode 100644 index 0000000..bedbb37 Binary files /dev/null and b/content/images/press/2016-IMG_0581.jpg differ diff --git a/content/images/press/2016-IMG_0584.jpg b/content/images/press/2016-IMG_0584.jpg new file mode 100644 index 0000000..d77957f Binary files /dev/null and b/content/images/press/2016-IMG_0584.jpg differ diff --git a/content/images/press/2016-IMG_0586.jpg b/content/images/press/2016-IMG_0586.jpg new file mode 100644 index 0000000..526ce03 Binary files /dev/null and b/content/images/press/2016-IMG_0586.jpg differ diff --git a/content/images/press/2016-IMG_0589.jpg b/content/images/press/2016-IMG_0589.jpg new file mode 100644 index 0000000..d9a69e1 Binary files /dev/null and b/content/images/press/2016-IMG_0589.jpg differ diff --git a/content/pages/index.rst b/content/pages/index.rst index ac971a3..6069895 100644 --- a/content/pages/index.rst +++ b/content/pages/index.rst @@ -14,3 +14,12 @@ About **L'evento è totalmente autogestito: non ci sono organizzatori e fruitori, ma solo partecipanti.** + + +.. image:: images/manifesto-small.jpg + :width: 424px + :height: 600px + :alt: Manifesto dell'hackmeeting 2019 a firenze + :align: center + :target: images/manifesto-web.jpg + diff --git a/content/pages/stampa.rst b/content/pages/stampa.rst index af13a17..191ebad 100644 --- a/content/pages/stampa.rst +++ b/content/pages/stampa.rst @@ -2,8 +2,72 @@ Stampa ######### :slug: press -:navbar_sort: 7 +:navbar_sort: 10 :lang: it +.. Rassegna stampa + ==================================== + + https://motherboard.vice.com/it/article/ev8dwn/come-costruire-una-calcolatrice-con-i-bicchieri-d-acqua + +Cartella stampa +==================================== + + TODO + +Propaganda +========== + +I manifesti possono esser scaricati qui (in formato +`jpeg `_). + +`Logo/adesivo `_. + +Foto +========== + + +* .. image:: images/press/2016-IMG_0578.jpg + :width: 300px + :height: 200px + :alt: La bacheca dei seminari dell'hackmeeting 2016, a Pisa + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0578.jpg + +* .. image:: images/press/2016-IMG_0581.jpg + :width: 300px + :height: 171px + :alt: Sessione di elettronica digitale + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0581.jpg + +* .. image:: images/press/2016-IMG_0584.jpg + :width: 300px + :height: 200px + :alt: Programmazione + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0584.jpg + +* .. image:: images/press/2016-IMG_0586.jpg + :width: 300px + :height: 200px + :alt: Computer + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0586.jpg + +* .. image:: images/press/2016-IMG_0589.jpg + :width: 300px + :height: 200px + :alt: Il LAN party: un posto dove sperimentare insieme + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0589.jpg + +* .. image:: images/press/2016-IMG_0574.jpg + :width: 200px + :height: 300px + :alt: Un hack su Emilio: il famoso robottino degli anni '90 è stato riprogrammato + :target: https://hackmeeting.org/hackit16/images/photos/IMG_0574.jpg + + +Comunicati stampa +================= + + +Presto disponibili. diff --git a/themes/hackit0x16/static/css/main.css b/themes/hackit0x16/static/css/main.css index dcee2d5..b0701de 100644 --- a/themes/hackit0x16/static/css/main.css +++ b/themes/hackit0x16/static/css/main.css @@ -126,6 +126,12 @@ div.note { max-width: 300px; } +.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + /* Tables */ table {margin: .5em auto 1.5em auto; width: 98%;}