commit hackes malaga
14
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>
|
||||
|
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -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;
|
||||
}
|
||||
|