forked from buckwheat/sekaineo
sekaineo: Added starting HTML and CSS
This commit is contained in:
57
assets/style.css
Normal file
57
assets/style.css
Normal file
@ -0,0 +1,57 @@
|
||||
body
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.navbar ul
|
||||
{
|
||||
background-color: cyan;
|
||||
display: flex;
|
||||
list-style-type: none;
|
||||
justify-content: center;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.navbar ul li
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.navbar ul li a
|
||||
{
|
||||
color: black;
|
||||
display: block;
|
||||
padding: 14px 16px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar ul li a:hover
|
||||
{
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.text-block
|
||||
{
|
||||
border: 2px solid blue;
|
||||
color: white;
|
||||
justify-content: center;
|
||||
margin-bottom: 5%;
|
||||
margin-left: 25%;
|
||||
margin-right: 25%;
|
||||
margin-top: 5%;
|
||||
padding: 10px 15px;
|
||||
text-align: center;
|
||||
}
|
||||
35
index.html
Normal file
35
index.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<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_es.html">Español</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>Welcome to Neo-Sekai Club</h1>
|
||||
|
||||
<p>
|
||||
We are a multinational, non-profit organization that advocates for the development of Free and Open Source Software (FOSS) and the right to anonymity for software and the internet. Our ideology is based on "The Hacker Manifesto" by Phrack. Our goal is to facilitate access to more secure options for everyday internet use written under open source licenses that respect the end user in their entirety, and to foster creativity among developers of all skill sets.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
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>
|
||||
37
index_fil.html
Normal file
37
index_fil.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="tl">
|
||||
|
||||
<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_es.html">Español</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>Mabuhay!</h1>
|
||||
|
||||
<p>
|
||||
Kami ay ang Neo-Sekai Club, isang multinational na non-profit organisasyon na nag-adbokasya sa pagbuo ng tinatawag na 'Free and Open Source Software', o tinatawag na FOSS, at ang karapatan na maging anonymous, o ang pagiging hindi kilalanin para sa software at ang Internet.
|
||||
|
||||
Ang ating ideolohiya ay base sa librong "The Hacker Manifesto" na isinulat ni Phrack. Ang layuning namin ay ipadali ang paggamit ng mga option na nakakaprotekta sa atin para sa araw-araw na gawain sa Internet na open source na rumerespeto sa gumagamit nito, at itaguyod ang likhain ng mga software developer sa lahat ng kasanayan.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
35
index_fr.html
Normal file
35
index_fr.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<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_es.html">Español</a></li>
|
||||
<li><a href="/index_fil.html">Filipino</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>Bienvenue au Neo-Sekai Club</h1>
|
||||
|
||||
<p>
|
||||
Nous somme une organization multinationale, non lucrative qui plaide pour le dévéloppement de logiciel FOSS (Free and Open Source Software) et du droit à l'anonymat pour logiciels et Internet. Notre idéologie est basée sur "The Hacker Manifesto" par Phrack. Notre but est de faciliter l'accès à des options plus securisée pour une utilisation banale sur Internet, De meilleurs licences qui respectent l'utilisateur final et pour et de susciter la créativité pour des développeurs (amateur ou expert) et pour tous genre de passionés du milieu de l'informatique.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
35
index_src.html
Normal file
35
index_src.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="sr">
|
||||
|
||||
<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>Нео-Секаи Клуб</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar">
|
||||
<ul>
|
||||
<li><a href="/index.html">English</a></li>
|
||||
<li><a href="/index_es.html">Español</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>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="text-block">
|
||||
<h1>Добродошли у Нео-Секаи Клуб</h1>
|
||||
|
||||
<p>
|
||||
Ми смо мултинационална, непрофитна организација која гура за развој Слободног Софтвера (FOSS) и право на анонимитет за софтвер и интернет. Наша иделогија се базира на "Манифесто Хакера" од Phrack. Наш циљ је да дозволимо већи приступ више сигурним опцијама за свакодневно коришћење интернета, развијено лиценцама које поштују крајњег корисника у потпуности, и да негујемо кретаивност програмериме и технолошки оријентисаним људима свих вештина.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
35
index_srl.html
Normal file
35
index_srl.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="sr">
|
||||
|
||||
<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_es.html">Español</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_src.html">Српски (Ћирилица)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="text-block">
|
||||
<h1>Dobrodošli u Neo-Sekai Klub</h1>
|
||||
|
||||
<p>
|
||||
Mi smo multinacionalna, neprofitna organizacija koja gura za razvoj Slobodnog Softvera (FOSS) i pravo na anonimitet za softver i internet. Naša idelogija se bazira na "Manifesto Hakera" od Phrack. Naš cilj je da dozvolimo veći pristup više sigurnim opcijama za svakodnevno korišćenje interneta, razvijeno licencama koje poštuju krajnjeg korisnika u potpunosti, i da negujemo kretaivnost programerime i tehnološki orijentisanim ljudima svih veština.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user