mstar-webserver/templates/index.html
2024-12-30 15:20:25 +01:00

121 lines
3.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/static/styles/index.css" />
<meta charset="UTF-8" />
<title>m*</title>
</head>
<body class="add-background">
<div class="center-inner">
<div class="size-to-max-inner-content">
<h1>Welcome to my personal webpage</h1>
<p>
Here you'll be able to find various information about me, including
social network links/names
</p>
<h3>Some information about me</h3>
<table>
<tr>
<td>Pronouns</td>
<td>She/Her</td>
</tr>
<tr>
<td>Egg cracked</td>
<td>Jan/Feb 2023</td>
</tr>
<tr>
<td>Lang</td>
<td>German, English</td>
</tr>
</table>
<br />
<h3>You can find me on:</h3>
<table>
<tr>
<th>Service</th>
<th>Link/Username</th>
</tr>
<tr>
<td>Fedi (woem)</td>
<td>
<a rel="me" href="https://woem.men/@mstar">https://woem.men/@mstar</a>
</td>
<tr>
<td>Fedi (mkab, backup)</td>
<td>
<a rel="me" href="https://mk.absturztau.be/@mstar">https://mk.absturztau.be/@mstar</a>
</td>
</tr>
</tr>
<tr>
<td>Discord</td>
<td>
<p>m_star</p>
</td>
</tr>
<tr>
<td>Pronouns page</td>
<td>
<a href="https://en.pronouns.page/@m_evil">https://en.pronouns.page/@m_evil</a>
</td>
</tr>
<tr>
<td>Forgejo</td>
<td>
<a href="https://git.mstar.dev/mstar">https://git.mstar.dev/mstar</a>
</td>
</tr>
<tr>
<td>Gitlab (not actively used anymore)</td>
<td>
<a href="https://gitlab.com/mstarongitlab">https://gitlab.com/mstarongitlab</a>
</td>
</tr>
<tr>
<td>Github (same as Gitlab)</td>
<td>
<a href="https://github.com/mstarongithub/">https://github.com/mstarongithub/</a>
</td>
</tr>
<tr>
<td>Twitch</td>
<td>
<a href="https://twitch.tv/mstarontwitch">https://twitch.tv/mstarontwitch</a>
</td>
</tr>
<tr>
<td>Youtube</td>
<td>
<a
href="https://www.youtube.com/channel/UC-LklY_wt004i_30xcVohbg">https://www.youtube.com/channel/UC-LklY_wt004i_30xcVohbg</a>
</td>
</tr>
<tr>
<!-- Rickroll -->
<td>Bluesky</td>
<td>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://bsky.app/profile/mstar.dev</a>
</td>
</tr>
</table>
<ul>
<li><a href="https://foxgirls.love/web">Fren Erika</a></li>
<li><a href="https://linktr.ee/akijam">Fren Aki</a></li>
</ul>
<hr />
<p>I'm also working on a Fediverse server, <a href="https://git.mstar.dev/mstar/linstrom">Linstrom</a></p>
<br>
<p>Todo: Add proper styling</p>
</div>
</div>
<footer>
<p>Contact: <a href="mailto:me@mstar.dev">me@mstar.dev (<a
href="/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc">Public PGP
key</a>)</p>
<p>Last updated: 30.12.2024</p>
</footer>
</body>
</html>