Browse Source

manifesto in home page

boyska 4 years ago
parent
commit
5d36f963e1

BIN
content/images/manifesto-small.jpg


+ 9 - 0
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
+

+ 6 - 0
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%;}