website/index.html

136 lines
6.0 KiB
HTML
Raw Normal View History

2021-02-23 00:58:54 +01:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> ~ fanyx ~ </title>
<link rel="stylesheet" type="text/css" href="apache2.css">
</head>
<body>
<main>
<header>
<div class="section_header section_header_red"> ~ fanyx ~ </div>
<div id="encrypt">encrypt everything</div>
</header>
<nav id="links">
<div class="section_header"> links </div>
<div class="content_section_text">
<p>/mail/</p>
<p> -- <a href="mailto:me@fanyx.xyz">me@fanyx.xyz</a></p>
<br>
<p>/discord/</p>
<p> -- <a href="https://discord.gg/PthyyYp">fanyx.comf.d#2732</a></p>
<br>
<p>/twitter/</p>
<p> -- <a href="https://twitter.com/fanyxcomfd">@fanyxcomfd</a></p>
<br>
<p>/reddit/</p>
<p> -- <a href="https://www.reddit.com/user/fanyx_">u/fanyx_</a></p>
<br>
<p>/steam/</p>
<p> -- <a href="https://steamcommunity.com/id/fanyx_">id/fanyx_</a></p>
<br>
<p>/twitch/</p>
<p> -- <a href="https://www.twitch.tv/fanyx_">fanyx_</a></p>
<br>
<p>/xmpp/</p>
<p> -- fanyx@404.city</p>
<br>
<p>/fediverse/</p>
<p> -- <a href="https://social.fanyx.xyz/fanyx">fanyx@social.fanyx.xyz</a></p>
<br>
<p>/github/</p>
<p> -- <a href="https://github.com/fanyx">fanyx</a></p>
<br>
<p>/last.fm/</p>
<p> -- <a href="https://last.fm/user/fanyx_">fanyx_</a></p>
</div>
</nav>
<!-- main section -->
<article>
<!-- section about me -->
<section id="portfolio">
<div class="section_header"> about me </div>
<div class="content_section_text">
<p>/in construction/</p>
</div>
</section>
<!-- section projects -->
<section id="projects">
<div class="section_header"> projects </div>
<!-- Pleroma -->
<div class="content_section_text">
<p>/Pleroma/</p>
<br>
<p>With my prior instance shutting down at the end of July 2020, i've decided to create my own.</p>
<br>
<p>Themed after the color schemes found in NieR:AutomatA, this will be my new home for days to come.</p>
<p>You can find my profile in the <a href="#links">links</a> section.</p>
<p>Otherwise, feel free to check out the main page and register if you feel like it.</p>
<br>
<p>/Link/</p>
<p> -- <a href="https://social.fanyx.xyz">social.fanyx.xyz</a></p>
</div>
<!-- Trackmania -->
<div class="content_section_text">
<p>/Trackmania Nations Forever - Championship/</p>
<br>
<p>A friend and i created and are actively maintaining a game server and an accompanying telegram group, where track times are recorded and notifications released.</p>
<br>
<p>The entirety of this project is based on Docker technology and below are links to the created images and software used.</p>
<br>
<p>/Trackmania Nations Forever Server/</p>
<p> -- <a href="https://github.com/fanyx/docker-tmserver">docker-tmserver</a></p>
<p> -- <a href="https://github.com/fanyx/docker-xaseco">docker-xaseco</a></p>
<br>
<p>/Telegram Bot/</p>
<p> -- <a href="https://github.com/Excidion/trackmania_nations_challenge_bot">trackmania_nations_challenge_bot</a></p>
<p> -- <a href="https://github.com/fanyx/docker-tmnationsbot">docker-tmnationsbot</a></p>
<br>
<p>This would not have been possible without the work of Xymph, the creator of the server controller XAseco.</p>
<br>
<p>/XAseco/</p>
<p> -- <a href="https://www.xaseco.org/">XAseco</a></p>
</div>
<!-- Calibre -->
<div class="content_section_text">
<p>/Calibre Web/</p>
<br>
<p>My personal library of technology books, guides, comics and cookbooks.</p>
<p>I will happily share them with people i know in person.</p>
<br>
<p>/Link/</p>
<p> -- <a href="https://lib.fanyx.xyz">lib.fanyx.xyz</a></p>
</div>
<!-- Funkwhale -->
<div class="content_section_text">
<p>/Funkwhale/Subsonic/</p>
<br>
<p>Since Spotify is useless when all you would do is listen to your own acquired music anyways, i've setup my own audio server with <a href="https://funkwhale.audio/">Funkwhale</a>.</p>
<br>
<p>I've used Gonic before but went back to Funkwhale after seeing that it supports a cmdline importer that can watch for filesystem changes.</p>
<p>This way i can upload my music to my Nextcloud instance and the importer picks it up automatically so i don't have to waste double the space for files.</p>
<br>
<p>The interface is easy to get in for people that have used Spotify or Google Music before. Just plain old web music player.</p>
<p>Another plus is the Subsonic API implementation, which lets you use any compatible app you want to listen to your music on the go.</p>
<p>I recommend using <a href="https://f-droid.org/en/packages/org.moire.ultrasonic/">UltraSonic</a> on Android and getting it via F-Droid, 'cause FOSS. Works like a charm.</p>
</div>
</section>
<!-- Sektion Keys -->
<section id="keys">
<div class="section_header"> keys </div>
<div class="content_section_text">
<p>/pgp/</p>
<p> -- me@fanyx.xyz</p>
<br>
<p>fingerprint: 3CD2 F85C 6EAE 78E1 F1AD F98A A544 D188 1D47 D794</p>
<p>download: <a href="/me@fanyx.xyz.pgp">me@fanyx.xyz.pgp</a></p>
</div>
</section>
</article>
</main>
</body>
</html>