Browse Source

commit hackes malaga

samba 5 năm trước cách đây
mục cha
commit
07c7c0de1f
6 tập tin đã thay đổi với 11 bổ sung15 xóa
  1. 7 7
      index.html
  2. 0 0
      static/bg_hm.png
  3. 0 0
      static/ciberfascismo.png
  4. 0 0
      static/hm-2010.jpg
  5. 0 0
      static/hm-favicon.png
  6. 4 8
      style.css

+ 7 - 7
index.html

@@ -3,7 +3,7 @@
 <head>
 	<title>Bienvenida - Hackmeeting</title>
 	<meta charset="UTF-8">
-	<link rel="stylesheet" href="css/estilos.css">
+	<link rel="stylesheet" href="style.css">
 	<meta name="viewport" content="width=device-width">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<link rel="canonical" href="http://es.hackmeeting.org/index.html">
@@ -17,6 +17,9 @@
 		<a href="index.hml" class="enlaceTitulo">Bienvenida al Hackmeeting(es)</a>
 	</div>
 	
+        <div class="cabeceraDescripcion">
+        El <a href="https://es.wikipedia.org/wiki/Hackmeeting" class="enlace">Hackmeeting</a> es un <a href="https://es.wikipedia.org/wiki/Autogesti%C3%B3n" class="enlace">espacio autogestionado</a> creado a partir de 1998, <span class="textoResaltado">donde se reúnen hackers y activistas sociales</span>.
+        </div>
 	<div>
 		<hr class="lineaHorizontal">
 	</div>
@@ -24,16 +27,13 @@
 
 	<div class="contenidoContenedor">
 		<div class="cabeceraMonigote"></div>
-		<div class="cabeceraDescripcion">
-			El <a href="https://es.wikipedia.org/wiki/Hackmeeting" class="enlace">Hackmeeting</a> es un <a href="https://es.wikipedia.org/wiki/Autogesti%C3%B3n" class="enlace">espacio autogestionado</a> creado a partir de 1998, <span class="textoResaltado">donde se reúnen hackers y activistas sociales</span>.
-		</div>
 	</div>
 
 	<div class="contenidoContenedor">
 		<div class="bloqueIzquierda">
-                    <a href="https://es.hackmeeting.org/hm/index.php?title=2017/Ciberfascismo">
-                        <img src="theme/img/ciberfascismo.png" class="fotoAdorno">
-                    </a>
+                    La Invisible - Málaga
+                    <br>
+                    1 - 4 de Noviembre
                 </div>
 		<div class="bloqueDerecha">
 		<p class="textoLateral"><a href="https://es.hackmeeting.org/hm/index.php?title=Hackmeeting2017" class="enlace">Hackmeeting 2017</a></p>

+ 0 - 0
theme/img/bg_hm.png → static/bg_hm.png


+ 0 - 0
theme/img/ciberfascismo.png → static/ciberfascismo.png


+ 0 - 0
theme/logo/hm-2010.jpg → static/hm-2010.jpg


+ 0 - 0
theme/logo/hm-favicon.png → static/hm-favicon.png


+ 4 - 8
css/estilos.css → 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;
 }