join page

This commit is contained in:
metacryst
2025-09-24 02:36:51 -05:00
parent a58632d983
commit 7c8fd24b49
2 changed files with 6 additions and 2 deletions

View File

@@ -46,8 +46,8 @@
</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: 4rem; margin-left: auto">A Classical Christian Society</h1>
<p>Hyperia is a society for people who want to uphold European tradition and Christian values.</p>
<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>

View File

@@ -53,6 +53,10 @@
<span id="title" onclick='window.location.href="/"'>hyperia
</span>
<p style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
Hyperia is invite-only. You'll need a friend to invite you.
</p>
<script>
Array.from($("a*")).forEach((link) => {
link.addEventListener("click", () => window.history.pushState("", "", link.innerHTML.toLowerCase()))