site refactor

This commit is contained in:
Luckiest Venus
2026-03-13 00:55:21 -05:00
parent 118c8daf2d
commit 53e80e4a94
8 changed files with 577 additions and 191 deletions

View File

@ -1,35 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<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">
<meta name="author" content="">
<meta name="description" content="">
<title>Neo-Sekai Club</title>
</head>
<link href="/assets/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<body>
<h1>Neo-Sekai Club</h1>
<nav id="topmenu">
<ul>
<li><a href="/index.html">Index</a></li>
<li><a href="#">Language</a>
<ul class="submenu">
<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">Srpski (Latinica)</a></li>
<li><a href="/index_srl.html">Српски (Ћирилица)</a></li>
</ul>
</li>
<li><a href="#terms">Software</a></li>
<li><a href="#">Articles</a></li>
</ul>
</nav><br>
<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 class="flex_container">
<main class="">
<h2>Welcome to Neo-Sekai Club</h2>
<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>
</main>
</div>
<div class="text-block">
<h1>Welcome to Neo-Sekai Club</h1>
</body>
<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>