Files
homepage/public/index.html
2026-04-12 18:04:18 +08:00

76 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "UTF-8">
<title>gupland</title>
<link rel="stylesheet" href="/bundle.css">
</head>
<body>
<nav>
<div class="container">
<a href="https://git.gupland.xyz">git</a>
<a href="https://wiki.gupland.xyz">wiki</a>
</div>
</nav>
<main>
<section class="hero">
<div class="container">
<h1>gupland</h1>
<p>communal computing in the 2020s!</p>
</div>
</section>
<section class="block intro">
<div class="container">
<h2>what is this?/what are we?</h2>
<p>we are a small group of users socializing on a linux server, an iteration of a pubnix (access unix system) or tilde community.</p>
</div>
</section>
<section class="block services">
<div class="container">
<h2>services and activities</h2>
<p>we offer a selection of (mostly internally-accessible) services and activities to members</p>
<ul>
<li><a href="https://github.com/zachlatta/sshtron">sshtron</a> - multiplayer lightcycle snake-esque game, accessible from the shell as <code>tron</code>.</li>
<li><a href="https://github.com/vicgeralds/vitetris">vitetris</a> - multiplayer/singleplayer tetris clone for the terminal.</li>
<li><a href="https://github.com/jifunks/botany">botany</a> - grow a plant in the terminal!</li>
<li>local irc</li>
<li>your own personal website served at <code>https://gupland.xyz/~yourusername</code> from your files in <code>$HOME/public_html</code></li>
<li>standard local unix <code>mail</code> and various clients</li>
</ul>
</div>
</section>
<section class="block registration">
<div class="container">
<h2>registration</h2>
<p>if the aforementioned interests you and you would like to join us, you can request a shell account by emailing us at <a href="mailto:root@gupland.xyz">root@gupland.xyz</a>, please include your:</p>
<ul>
<li>ssh public key</li>
<li>desired username (all lowercase only)</li>
<li>a short introduction of yourself</li>
</ul>
</div>
</section>
<section class="block admins">
<div class="container">
<h2>admins:</h2>
<ul>
<li><a href="/~lane">lane</a></li>
<li><a href="/~aubrey">aubrey</a></li>
</ul>
</div>
</section>
<section class="block hostkeys">
<div class="container">
<h2>ssh public hostkeys</h2>
<pre><code>SHA256:wxjUvAfQP7HacSrjwCDbPdZ7hgPVgJEv5S5HdMFKE0k (RSA)
SHA256:IxmGELSVB/TjxTxZ78upTdLCNTfkv5fUGFnQkRybrzM (ECDSA)
SHA256:84j3BPqFmvRVD51MnLj+VcEq93ZWTFahCeF1cTlcs6k (ED25519)</code></pre>
</div>
</section>
</main>
</body>
</html>