diff --git a/theme/base.html b/theme/base.html
index b0fbb6d..a389d92 100644
--- a/theme/base.html
+++ b/theme/base.html
@@ -35,6 +35,11 @@
+
+
+ Mannaggia a san gennaro martire!
+
e niente tocca spostare tutte cose
+
warmup
hackmeeting
diff --git a/theme/css/theme.css b/theme/css/theme.css
index 02de11c..d76d900 100644
--- a/theme/css/theme.css
+++ b/theme/css/theme.css
@@ -142,6 +142,37 @@ img {
} */
+#bannerone {
+ position: fixed;
+ transform: rotate(5deg);
+ font-size: 30px;
+ font-weight: bold;
+ font-family: Helvetica, sans-serif;
+ color: white;
+ width: 110%;
+ text-shadow: 2px 5px 5px black;
+ padding: 30px;
+ line-height: 28px;
+ padding-right: 30px;
+ text-align: center;
+ overflow: hidden;
+ left: -10px;
+ top: 165px;
+ box-shadow: 1px 1px 25px white;
+ background-color: orangered;
+ transition: background-color 1s;
+ z-index: 1;
+}
+
+#bannerone span {
+ display: block;
+ font-size: 14px;
+ font-weight: normal;
+ box-shadow: 0px;
+ text-shadow: none;
+ color: black;
+}
+
#hackit_banner {
position: fixed;
transform: rotate(45deg);
diff --git a/theme/img/mannaggia.png b/theme/img/mannaggia.png
new file mode 100644
index 0000000..c5183b1
Binary files /dev/null and b/theme/img/mannaggia.png differ