musoka.network/public_html/index.html

96 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Musoka.network frontpage and network map." />
<title>Musoka Network</title>
<link rel="stylesheet" href="assets/css/ibm-plex.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="icon" href="assets/images/musoka/musoka-no-text.svg" type="image/svg+xml"/>
</head>
<body>
<div class="container">
<header>
<img src="assets/images/musoka/musoka.svg" alt="musoka.network" />
</header>
<main>
<div class="page">
<div class="centered-block">
<h2>夢想家 (musōka)</h2>
<p>
<i>Japanese</i> - <b>Noun</b><br/>
<span style="margin: 10px 0; display:block;">&nbsp;&nbsp;&nbsp;&nbsp;1. dreamer, daydreamer</span>
<b>Someone who often imagines or fantasizes about things, someone who lives in their imagination.</b>
</p>
</div>
</div>
<div class="page">
<div class="centered-block">
<h2>musoka.network</h2>
<p>
Welcome to my network, where I attempt to make my simple dreams come to reality.
<b>Musoka.network</b> is my home server that I use for hobby projects, as well as
for hosting webservices used by me and my friends.
<br/>
<br/>
The theme of dreams comes from my love for <b>fantasy-themes</b>. Most of my projects
also follow this kind of playful, fantasy-rich theming where applicable.
Personally I find it makes my projects more fun and enjoyable.
<br/>
<br/>
Please scroll further down to see my currently running projects and services
on my server. This is not an exhaustive list, but more so the most notable
projects I've worked on (or still am working with).
</p>
</div>
</div>
<div class="page">
<div class="centered-block">
<h2><a target="_blank" href="https://subcon.town/">subcon.town</a></h2>
<p>
My tilde community. A <b>tilde community</b> is a small group of people
sharing a server together as a means of keeping in touch, among
other things. A number of helpful services are also hosted as
part of the community.
</p>
<div class="divider" style="height:40px;"></div>
<h2><a target="_blank" href="https://akkos.fritu.re/">akkos.fritu.re</a></h2>
<p>
My <a target="_blank" href="https://akkoma.social/">akkoma</a> microblogging instance.
It is part of a larger federated network known as "the fediverse".
</p>
<div class="divider" style="height:40px;"></div>
<h2><a target="_blank" href="https://comfitu.re/">comfitu.re</a></h2>
<p>
My personal webpage and blog site. You can read about me
and my projects there.
</p>
</div>
</div>
<div class="page">
<div class="centered-block">
<h2>Information & contact</h2>
<p>
Additional information about this website may be found
on its <a href="https://factory.subcon.town/fristi/musoka.network">git repository.</a>
If you have any further questions about musoka.network, please contact me at
support@musoka.network. <br/>
<br/>
Please allow up to 48 hours for a response.
</p>
<p><small>&copy; 2023 musoka.network</small></p>
</div>
</div>
</main>
</div>
</body>
</html>