sekaineo: Added starting HTML and CSS

This commit is contained in:
2026-02-21 22:49:38 -08:00
parent 26c7bbd0da
commit a271531489
7 changed files with 269 additions and 0 deletions

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>