join page
This commit is contained in:
@@ -46,8 +46,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: flex; flex-direction: column; top: 110vh; left: 50vw; transform: translateX(-50%); align-items: left; position: absolute;">
|
<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>
|
<h1 style="font-family: Canterbury; font-size: 3.5rem; margin-left: auto">A Classical Christian Community</h1>
|
||||||
<p>Hyperia is a society for people who want to uphold European tradition and Christian values.</p>
|
<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>
|
<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 style="height: 20vh"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -53,6 +53,10 @@
|
|||||||
<span id="title" onclick='window.location.href="/"'>hyperia
|
<span id="title" onclick='window.location.href="/"'>hyperia
|
||||||
</span>
|
</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>
|
<script>
|
||||||
Array.from($("a*")).forEach((link) => {
|
Array.from($("a*")).forEach((link) => {
|
||||||
link.addEventListener("click", () => window.history.pushState("", "", link.innerHTML.toLowerCase()))
|
link.addEventListener("click", () => window.history.pushState("", "", link.innerHTML.toLowerCase()))
|
||||||
|
|||||||
Reference in New Issue
Block a user