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/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/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%;}