This commit is contained in:
metacryst
2025-09-30 17:44:39 -05:00
parent 7c8fd24b49
commit faf2041b7f
12 changed files with 421 additions and 270 deletions

View File

@@ -34,6 +34,14 @@
import NavBar from "./components/NavBar.js"
import SideBar from "./components/SideBar.js"
</script>
<script>
window.addEventListener('load', () => {
if (window.location.search) {
// Replace the URL with the clean path (e.g., '/')
window.history.replaceState(null, '', '/');
}
});
</script>
</head>
<body>
<span id="title" class="link" onclick='window.location.href="/"'>hyperia
@@ -45,12 +53,61 @@
<a href="signin">sign in</a>
</div>
<div style="display: flex; flex-direction: column; top: 110vh; left: 50vw; transform: translateX(-50%); align-items: left; position: absolute;">
<h1 style="font-family: Canterbury; font-size: 3.5rem; margin-left: auto">A Classical Christian Community</h1>
<p>Hyperia is a social network for people who are a part of the Christian church and the European tradition.</p>
<p>Inspired by the Classical Christian schooling movement that began in the 1990s, Hyperia aims to create a similar space for adults.</p>
<div style="height: 20vh"></div>
</div>
<div style="position: absolute; top: 110vh; left: 50vw; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center;">
<!-- INTRO SECTION -->
<div style="display: flex; flex-direction: column; align-items: flex-start; max-width: 50vw;">
<h1 style="font-family: Canterbury; font-size: 3.5rem; margin-left: auto;">A Classical Christian Community</h1>
<p>Hyperia is a private society for people who are a part of the Christian church and the European tradition.</p>
<p>Inspired by the Classical Christian schooling movement that began in the 1990s, Hyperia aims to create a similar space for adults.</p>
<p>These are five of our main goals:</p>
<div style="height: 5vh;"></div>
</div>
<!-- GOALS SECTION -->
<div style="display: flex; flex-direction: column; align-items: flex-start; width: 65vw; margin-top: 2vh;">
<ol style="font-size: 1.1rem; line-height: 1.7;">
<li style="margin-bottom: 1.5rem;">
<strong>Reintroduce Heroism and Romance into Western Life</strong><br>
When men are disconnected from ancestry, God, and land, we no longer have anything to fight for. Therefore, we will not fight.<br><br>
When men do not fight, women are unprotected. They hate the men for being weak, and the men hate them too.<br><br>
This is the cycle we are in, and this is the cycle we must break.<br><br>
Hyperia Security allows men to be protectors of God and tradition. It allows them to fight for a society which is directly linked to our past and our future. We believe that, given this opportunity, men will rise to the occasion.<br><br>
<em>Single women may join Hyperia for free.</em>
</li>
<li style="margin-bottom: 1.5rem;">
<strong>Reunite the Mind and Body of the West</strong><br>
Since 1945, Western intellectuals and their people have been polarized against each other. This became obvious in 2016, with the divide between urban and rural voters in the election of Trump.<br><br>
This polarization has terrible consequences, such as the classism of the opioid epidemic and the outsourcing of American jobs overseas. Now, finally, there is a chance to reunite.<br><br>
We seek a society in which both groups can live in the communities they desire, and in which both groups work together for the common good.
</li>
<li style="margin-bottom: 1.5rem;">
<strong>Create a Market of Our Own Goods</strong><br>
Outsourcing has been a disaster for the West. America's economy is almost all service-based, and foreign schemes like H1-B and Chinese factories have taken vast amounts of jobs.<br><br>
Hyperia will have a job board and marketplace that is exclusive to members. The marketplace will highlight goods which are made by other members, and also which are American-made.
</li>
<li style="margin-bottom: 1.5rem;">
<strong>Revitalize Classical Christian Culture</strong><br>
Currently, America is laden with exposure to secular and anti-Western influences. Hyperia will provide spaces, which are digital and eventually physical, that abide by Christian rules and are in favor of Western culture.
</li>
<li>
<strong>Resettle America</strong><br>
There are many towns and cities in America which have fallen prey to negligence and disrepair. Hyperia will focus on restoring these places, and not allow them to be overrun or abandoned.
</li>
</ol>
<div style="height: 10vh;"></div>
</div>
</div>
<style>