forked from buckwheat/sekaineo
sekaineo: Added starting HTML and CSS
This commit is contained in:
35
index_es.html
Normal file
35
index_es.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link type="text/css" rel="stylesheet" href="./assets/style.css">
|
||||
<title>Neo-Sekai Club</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar">
|
||||
<ul>
|
||||
<li><a href="/index.html">English</a></li>
|
||||
<li><a href="/index_fil.html">Filipino</a></li>
|
||||
<li><a href="/index_fr.html">Français</a></li>
|
||||
<li><a href="/index_srl.html">Srpski (Latinica)</a></li>
|
||||
<li><a href="/index_src.html">Српски (Ћирилица)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="text-block">
|
||||
<h1>Bienvenido a Neo-Sekai Club</h1>
|
||||
|
||||
<p>
|
||||
Somos una organización multinacional, sin fines de lucro, que aboga por el desarrollo del software libre y de código abierto y por el derecho al anonimato en el software y el internet. Nuestra ideología se basa en el "The Hacker Manifesto" de Phrack. Nuestro objetivo es facilitar el acceso al software y otras alternativas seguras para el uso cotidiano del internet, priorizando que estén bajo licencias de software libre que respeten la identidad del usuario íntegramente y que fomenten la creatividad de los desarrolladores sin importar sus habilidades.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user