website/index.html

110 lines
4.4 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" />
2022-01-09 15:22:30 +01:00
<title>re: fanyx</title>
2021-02-23 00:58:54 +01:00
<link rel="stylesheet" type="text/css" href="apache2.css">
</head>
<body>
<main>
<header>
2021-02-24 19:50:49 +01:00
<div class="section_header section_header_red">~ fanyx ~</div>
2021-02-23 00:58:54 +01:00
<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>
2021-11-12 14:23:38 +01:00
<p> -- <a href="https://discord.gg/PthyyYp">fanyx#4679</a></p>
2021-02-23 00:58:54 +01:00
<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>
2021-11-12 14:23:38 +01:00
<p> -- <a href="https://steamcommunity.com/id/fanyx">id/fanyx</a></p>
2021-02-23 00:58:54 +01:00
<br>
<p>/twitch/</p>
<p> -- <a href="https://www.twitch.tv/fanyx_">fanyx_</a></p>
<br>
<p>/xmpp/</p>
2021-04-22 11:53:55 +02:00
<p> -- <a href="xmpp://fanyx@404.city">fanyx@404.city</a></p>
2021-02-23 00:58:54 +01:00
<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>
<!-- Trackmania -->
<div class="content_section_text">
<p>/Trackmania Nations Forever - Championship/</p>
<br>
2022-01-09 15:22:30 +01:00
<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>
2021-02-23 00:58:54 +01:00
<br>
2022-01-09 15:22:30 +01:00
<p>The entirety of this project uses Docker, but feel free to ask for advice if you want to setup a server on bare metal or a VM.</p>
<br>
<hr>
2021-02-23 00:58:54 +01:00
<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>
2022-01-09 15:22:30 +01:00
<hr>
<br>
<p>All credit for the work on XAseco goes to Xymph and the team at Nadeo.</p>
2021-02-23 00:58:54 +01:00
<br>
<p>/XAseco/</p>
<p> -- <a href="https://www.xaseco.org/">XAseco</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>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>
2021-04-22 11:53:55 +02:00
<!-- Keys -->
2021-02-23 00:58:54 +01:00
<section id="keys">
<div class="section_header"> keys </div>
<div class="content_section_text">
<p>/pgp/</p>
<p> -- me@fanyx.xyz</p>
<br>
2022-01-09 15:22:30 +01:00
<p>currently unavailable</p>
2021-02-23 00:58:54 +01:00
</div>
</section>
</article>
</main>
</body>
</html>