Compare commits

4 Commits
main ... main

Author SHA1 Message Date
118c8daf2d LICENSE: Relicensed to NSC License 2026-03-04 13:41:10 -05:00
7358cfaa48 Change red to darkred
Signed-off-by: psyke <psyke@noreply.git.sekaineo.club>
2026-02-22 09:06:37 -05:00
0723163826 Add fonts & CSS Variables 2026-02-22 10:40:46 +01:00
a271531489 sekaineo: Added starting HTML and CSS 2026-02-21 22:49:38 -08:00
10 changed files with 307 additions and 3 deletions

21
LICENSE
View File

@ -1,5 +1,20 @@
Copyright (C) 2026 by Neo-Sekai Club Copyright (c) 2026 Neo-Sekai Club <sekaineo.club>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. Permission to use, copy, modify, and distribute this software for any
purpose with or without a fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies, provided that the
following conditions are met:
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1. Effective January 1, 2027, this software is unauthorized by
the State of California for usage by entities and residents
of California due to CA AB1043¹.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
¹CA AB1043 references: https://legiscan.com/CA/text/AB1043/id/3269704

BIN
assets/fonts/dosvga.ttf Normal file

Binary file not shown.

BIN
assets/fonts/unifont.otf Normal file

Binary file not shown.

77
assets/style.css Normal file
View File

@ -0,0 +1,77 @@
@font-face
{
font-family: 'dos';
src: url('fonts/dosvga.ttf');
}
@font-face
{
font-family: 'unifont';
src: url('fonts/unifont.otf');
}
:root
{
--font-header: 'unifont';
--font-body: 'dos';
}
body
{
margin: 0;
padding: 0;
}
html
{
background-color: black;
}
.navbar ul
{
background-color: darkred;
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: white;
display: block;
padding: 14px 16px;
text-align: center;
text-decoration: none;
font-size: 1.5em;
font-family: var(--font-header);
}
.navbar ul li a:hover
{
background-color: blue;
}
.text-block
{
border: 2px solid blue;
color: white;
font-family: var(--font-body);
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
View 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
View 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
View 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
View 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
View 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
View 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>