This commit is contained in:
samba 2018-09-17 18:21:01 +02:00
commit 348fe6d1d7
12 changed files with 4134 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Intro
this repo is to contribute to the static page of the spanish hackmeeting website
https://es.hackmeeting.org
# ML
to participate to the mailing list you can visit this page
https://listas.sindominio.net/mailman/listinfo/hackmeeting
# Contribute
if you want to contribute chaning the website you need to import this repo
git clone https://git.lattuga.net/samba/eshackmeeting.git
and remember to inform the ML about the change.

108
css/estilos.css Normal file
View file

@ -0,0 +1,108 @@
@font-face {
font-family: coolvetica;
src: url('../fonts/coolvetica.eot');
src: local('☺'), url('../fonts/coolvetica.woff') format('woff'), url('../fonts/coolvetica.ttf') format('truetype'), url('../fonts/coolvetica.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-color: #2d2d2d;
color: white;
margin: 0 auto;
font-family: coolvetica;
font-size: 1em;
}
.enlace {
color: yellow;
text-decoration:none;
}
.enlaceTitulo {
color: white;
text-decoration:none;
}
.textoLateral {
font-family: coolvetica;
font-size: 1.3em;
}
.textoResaltado {
color: yellow;
}
.cabeceraTitulo {
margin: 0 auto;
text-align: center;
font-family: coolvetica;
font-size: 2.2em;
margin: 15px;
}
.lineaHorizontal {
border: 0;
border-bottom: 1px dashed #ccc;
background: #999;
color: yellow;
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0px;
margin-right: 0px;
border-color: yellow;
}
.contenidoContenedor {
margin: 0 auto;
text-align: center;
width: 90%;
display: "flex";
}
.cabeceraMonigote {
display: inline-block;
background-image: url(../theme/logo/hm-favicon.png);
background-position: center top;
height: 46px;
width: 68px;
}
.cabeceraDescripcion {
display: inline-block;
margin: 0 auto;
text-align: center;
margin-left: 10px;
margin-right: 10px;
font-family: coolvetica;
font-size: 1.2em;
vertical-align: super;
}
.bloqueIzquierda {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
margin-top: 20px;
}
.bloqueDerecha {
width: auto;
display: inline-block;
vertical-align: top;
margin-top: 20px;
text-align: left;
font-size: small;
background: black;
padding: 10px 10px 10px 10px;
}
.fotoAdorno {
max-width:2000%;
height:auto;
display:block;
padding:1px;
border:1px solid yellow;
}

BIN
fonts/coolvetica.eot Normal file

Binary file not shown.

BIN
fonts/coolvetica.otf Normal file

Binary file not shown.

3942
fonts/coolvetica.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 363 KiB

BIN
fonts/coolvetica.ttf Normal file

Binary file not shown.

BIN
fonts/coolvetica.woff Normal file

Binary file not shown.

63
index.html Normal file
View file

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<title>Bienvenida - Hackmeeting</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/estilos.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">
<meta name="author" content="Hackmeeting">
<meta name="description" content="Autogestión, Hacktivismo, CryptoAnarquismo, Hackmeeting">
</head>
<body>
<div class="cabeceraTitulo">
<a href="index.hml" class="enlaceTitulo">Bienvenida al Hackmeeting(es)</a>
</div>
<div>
<hr class="lineaHorizontal">
</div>
<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>
</div>
<div class="bloqueDerecha">
<p class="textoLateral"><a href="https://es.hackmeeting.org/hm/index.php?title=Hackmeeting2017" class="enlace">Hackmeeting 2017</a></p>
<p class="textoLateral"><a href="https://es.hackmeeting.org/hm" class="enlace">Visitar Wiki</a></p>
<p class="textoLateral"><a href="https://listas.sindominio.net/pipermail/hackmeeting/" class="enlace">Visitar la lista de correo</a></p>
<p class="textoLateral"><a href="https://listas.sindominio.net/mailman/listinfo/hackmeeting" class="enlace">Suscribirse a la lista de correo</a></p>
<p class="textoLateral"><a href="http://it.hackmeeting.org/" class="enlace">Hackmeeting Italia</a></p>
</div>
</div>
</body>
</html>

BIN
theme/img/bg_hm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
theme/img/ciberfascismo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
theme/logo/hm-2010.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

BIN
theme/logo/hm-favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB