diff --git a/index.html b/index.html index 908ed70..4e08d1d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Bienvenida - Hackmeeting - + @@ -37,6 +37,17 @@
1 - 4 de Noviembre +

+ Spot del hackmeeting 2018
+ +

+ + + > por todas las hacker muertas +

Hackmeeting 2018

Visitar Wiki

diff --git a/static/.style.css.swp b/static/.style.css.swp new file mode 100644 index 0000000..3d65b0f Binary files /dev/null and b/static/.style.css.swp differ diff --git a/static/audio/spot.ghostbuster.ogg b/static/audio/spot.ghostbuster.ogg new file mode 100644 index 0000000..37522de Binary files /dev/null and b/static/audio/spot.ghostbuster.ogg differ diff --git a/static/audio/spot.ogg b/static/audio/spot.ogg new file mode 100644 index 0000000..f202926 Binary files /dev/null and b/static/audio/spot.ogg differ diff --git a/static/bg_hm.png b/static/bg_hm.png deleted file mode 100644 index 46aa0c3..0000000 Binary files a/static/bg_hm.png and /dev/null differ diff --git a/static/img/bg2018.png b/static/img/bg2018.png new file mode 100644 index 0000000..9e32352 Binary files /dev/null and b/static/img/bg2018.png differ diff --git a/static/ciberfascismo.png b/static/img/ciberfascismo.png similarity index 100% rename from static/ciberfascismo.png rename to static/img/ciberfascismo.png diff --git a/static/hm-2010.jpg b/static/img/hm-2010.jpg similarity index 100% rename from static/hm-2010.jpg rename to static/img/hm-2010.jpg diff --git a/static/hm-favicon.png b/static/img/hm-favicon.png similarity index 100% rename from static/hm-favicon.png rename to static/img/hm-favicon.png diff --git a/style.css b/static/style.css similarity index 72% rename from style.css rename to static/style.css index 1f4fe8e..8db7e25 100644 --- a/style.css +++ b/static/style.css @@ -18,12 +18,18 @@ body { color: yellow; text-decoration:none; } +.enlace:hover{ + color: yellow; + text-decoration: underline; + background: black; +} .enlaceTitulo { color: white; text-decoration:none; } .textoLateral { + display: block; font-family: coolvetica; font-size: 1.3em; } @@ -32,6 +38,14 @@ body { color: yellow; } +.spot{ + font-family: "Courier New"; + font-size: 18px; + font-color: #FF4520; + background: black; + +} + .cabeceraTitulo { margin: 0 auto; text-align: center; @@ -57,13 +71,17 @@ body { margin: 0 auto; text-align: center; color: #1be21e; - font-size: 60px; + font-size: 50px; + width: 90%; + background-color: #434343; + display: grid; + background: black; } .cabeceraMonigote { display: inline-block; - background-image: url(../static/hm-favicon.png); - background-position: center top; + background-image: url("img/hm-favicon.png"); + background-position: right top; height: 46px; width: 68px; @@ -78,21 +96,27 @@ body { .bloqueIzquierda { - display: inline-block; + background-color: black; padding-left: 10px; padding-right: 10px; margin-top: 20px; } +.img{ + display: block; + margin-left: auto; + margin-right: auto; + width: 40%; + height: auto; + border: green dotted; +} .bloqueDerecha { - width: auto; display: inline-block; - vertical-align: top; + background: black; margin-top: 20px; - text-align: left; font-size: small; - background: black; padding: 10px 10px 10px 10px; + text-align: right; } .fotoAdorno {