diff --git a/index.html b/index.html index 562fa4f..7b37a5b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Bienvenida - Hackmeeting - + @@ -17,6 +17,9 @@ Bienvenida al Hackmeeting(es) +
+ El Hackmeeting es un espacio autogestionado creado a partir de 1998, donde se reúnen hackers y activistas sociales. +

@@ -24,16 +27,13 @@
-
- El Hackmeeting es un espacio autogestionado creado a partir de 1998, donde se reúnen hackers y activistas sociales. -
- - - + La Invisible - Málaga +
+ 1 - 4 de Noviembre

Hackmeeting 2017

diff --git a/theme/img/bg_hm.png b/static/bg_hm.png similarity index 100% rename from theme/img/bg_hm.png rename to static/bg_hm.png diff --git a/theme/img/ciberfascismo.png b/static/ciberfascismo.png similarity index 100% rename from theme/img/ciberfascismo.png rename to static/ciberfascismo.png diff --git a/theme/logo/hm-2010.jpg b/static/hm-2010.jpg similarity index 100% rename from theme/logo/hm-2010.jpg rename to static/hm-2010.jpg diff --git a/theme/logo/hm-favicon.png b/static/hm-favicon.png similarity index 100% rename from theme/logo/hm-favicon.png rename to static/hm-favicon.png diff --git a/css/estilos.css b/style.css similarity index 89% rename from css/estilos.css rename to style.css index c342ffb..1f4fe8e 100644 --- a/css/estilos.css +++ b/style.css @@ -56,13 +56,13 @@ body { .contenidoContenedor { margin: 0 auto; text-align: center; - width: 90%; - display: "flex"; + color: #1be21e; + font-size: 60px; } .cabeceraMonigote { display: inline-block; - background-image: url(../theme/logo/hm-favicon.png); + background-image: url(../static/hm-favicon.png); background-position: center top; height: 46px; width: 68px; @@ -70,13 +70,9 @@ body { } .cabeceraDescripcion { - display: inline-block; - margin: 0 auto; text-align: center; - margin-left: 10px; - margin-right: 10px; + font-size: 14px; font-family: coolvetica; - font-size: 1.2em; vertical-align: super; }