subcon.town/index.html

172 lines
7.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Subcon.town - Happy Dreams!</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style.css?v=1.1.2" rel="stylesheet"/>
</head>
<body>
<div class="container">
<header>
<img src="assets/subcon/logo_128.png" alt="Subcon Town" />
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#users">Users</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</header>
<main>
<div class="inner-main">
<div class="content" id="home">
<h1>Hello world!</h1>
<p>
Welcome to subcon.town! Subcon town is a small private "pubnix" server (better called a privnix),
hosted for friends and family. Subcon offers ssh access, webpage hosting and various other cloud services,
such as nextcloud and git hosting.
</p>
</div>
<hr />
<div class="content" id="news">
<h1>News</h1>
<h2>Januari 2022: Design overhaul</h2>
<p>
The subcon frontpage has received a design overhaul with a better finish. Also added now are
news articles and an overview of our user pages (see below, or click "Users" in the menu).
</p>
<p>
Starting 2022, user pages are now operational. That means you can create your own webpages
in your home directory, under public_html. Additionally, work has started on markdown file
handling using template files, which means you can soon more easily write webpages using
plain markdown files!
</p>
<p>
Meanwhile, game servers will soon be discontinued as they are no longer actively used. This
also means openjdk will be removed to increase server security.
</p>
</div>
<hr />
<div class="content" id="services">
<h1>Services</h1>
<table>
<tbody>
<tr> <td>Bookstack:</td> <td><a href="https://wiki.subcon.town">wiki.subcon.town</a></td> </tr>
<tr> <td>Gitea:</td> <td><a href="https://vcs.subcon.town">vcs.subcon.town</a></td> </tr>
<tr> <td>Gopher:</td> <td><a href="gopher://subcon.town">gopher://subcon.town</a></td> </tr>
<tr> <td>Gemini:</td> <td><a href="gemini://subcon.town">gemini://subcon.town</a></td> </tr>
<tr> <td>Mobilizon:</td> <td><i>Planned</i></td> </tr>
<tr> <td>Nextcloud:</td> <td><a href="https://cloud.subcon.town">cloud.subcon.town</a></td> </tr>
</tbody>
</table>
<p>
Additionally, subcon.town also serves the webpages for <a href="https://comfitu.re">comfitu.re</a>
and its subdomains.
</p>
</div>
<hr />
<div class="content" id="users">
<h1>Users</h1>
<table>
<tr>
<td width="50%"><a href="~fristi">~fristi</a></td>
<td width="50%"></td>
</tr>
</table>
</div>
<hr />
<div class="content" id="faq">
<h1>FAQ</h1>
<p>
<strong>Q</strong>: <em>Is Subcon Town open for new users?</em>
<br/>
<strong>A</strong>: No. Currently it's a private "pubnix", meant for
friends and family. So technically it should be called a "privnix" since it's
not actually public like other pubnixes.
</p>
<p>
<strong>Q</strong>: <em>Can I get an account on one of your services?</em>
<br/>
<strong>A</strong>: Only as an existing member. We are currently not open for
new users to join. If you're already a member, ask
<a href="https://mk.toast.cafe/@fristi">@fristi</a> for an account.
</p>
<p>
<strong>Q</strong>: <em>Didn't you also run kartoffel.cafe?</em>
<br/>
<strong>A</strong>: Yes, but a recent change of plans made running an activitypub
instance not very feasible, so I made the difficult choice of closing
the instance, for good. I may run a new instance in the future though once
I get better bandwidth.
</p>
<p>
<strong>Q</strong>: <em>How do I do things on the server?</em>
<br/>
<strong>A</strong>: Broad question. I'm currently writing up a wiki with some
tutorials and tips to get started. Please check back later for the link.
</p>
<p>
<strong>Q</strong>: <em>Is that the Duck Hunt font?</em>
<br/>
<strong>A</strong>: Yes. It was good game.
</p>
</div>
<hr />
<div class="content" id="contact">
<h1>Contact</h1>
<p>
Subcon.town is hosted by <a href="https://mk.toast.cafe/@fristi">@fristi</a>. If you
have any questions, feel free to contact me on the fediverse.
</p>
<p>
Please allow up to 24 hours for a response.
</p>
</div>
<hr />
<div class="content" id="copyright">
<h1>Copyright</h1>
<p>
Media used on this website, including images, videos, audio and fonts, fall under their
own respective licenses. The Subcon branding, including the logo and favicons, fall under
the <a target="_blank" href="assets/subcon/LICENSE">CC BY-NC-ND</a> license.
</p>
<p>
The remaining content and website source code are licensed under the
<a target="_blank" href="LICENSE">Blue Oak Model License</a>. The website source code
can be found <a target="_blank" href="https://vcs.subcon.town/fristi/subcon.town">here</a>.
</p>
</div>
</div>
</main>
<footer>
<div style="text-align: right">
© 2021-2022 Subcon Town.
&nbsp;<a href="#copyright">License</a>
&nbsp;<a target="_blank" href="https://vcs.subcon.town/fristi/subcon.town">Source</a>
&nbsp;<a href="#contact">Contact</a>
</div>
</footer>
</div>
</body>
</html>