Add System to website
This commit is contained in:
parent
4e07f282ef
commit
616d88de71
|
@ -1,2 +1,2 @@
|
|||
# fanyx.xyx
|
||||
# fanyx.xyz
|
||||
files for my current website. parts of it are probably outdated.
|
||||
|
|
28
index.html
28
index.html
|
@ -16,7 +16,10 @@
|
|||
<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>
|
||||
<p> -- <a href="mailto:fanyx@posteo.net">fanyx@posteo.net</a></p>
|
||||
<br>
|
||||
<p>/xmpp/</p>
|
||||
<p> -- <a href="xmpp://fanyx@404.city">fanyx@404.city</a></p>
|
||||
<br>
|
||||
<p>/discord/</p>
|
||||
<p> -- <a href="https://discord.gg/PthyyYp">fanyx#4679</a></p>
|
||||
|
@ -27,18 +30,12 @@
|
|||
<p>/fediverse/</p>
|
||||
<p> -- <a href="https://pl.fanyx.xyz/fanyx">fanyx</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> -- <a href="xmpp://fanyx@404.city">fanyx@404.city</a></p>
|
||||
<br>
|
||||
<p>/github/</p>
|
||||
<p> -- <a href="https://github.com/fanyx">fanyx</a></p>
|
||||
<br>
|
||||
|
@ -54,8 +51,25 @@
|
|||
<div class="section_header"> about me </div>
|
||||
<div class="content_section_text">
|
||||
<p>I'm just some guy, hosting some stuff.</p>
|
||||
<p>No, i won't tell you what exactly.</p>
|
||||
<p>Yes, i will tell you the software i use.</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="system">
|
||||
<div class="section_header"> my system </div>
|
||||
<div class="content_section_text">
|
||||
<p>/My System/</p>
|
||||
<br>
|
||||
<p>OS: Void Linux x86_64</p>
|
||||
<p>Kernel: 5.19.17</p>
|
||||
<p>CPU: Intel i3-6100 (4) @ 3.700Ghz</p>
|
||||
<p>GPU: Intel HD Graphics 530</p>
|
||||
<p>Memory: 15892MiB</p>
|
||||
<br>
|
||||
<p>/: Crucial MX500: 1TB</p>
|
||||
<p>/data/: zpool-raidz1: 5x2TB</p>
|
||||
</div>
|
||||
</section>
|
||||
<!-- section projects -->
|
||||
<section id="projects">
|
||||
<div class="section_header"> projects </div>
|
||||
|
|
Loading…
Reference in New Issue