121 lines
4.2 KiB
HTML
121 lines
4.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="global.css" />
|
|
</head>
|
|
<div id="moon-box">
|
|
<table cellpadding="0" cellspacing="0" border="0" width="128">
|
|
<tr>
|
|
<td align="center"><a href="https://www.moonconnection.com" target="mc_moon_ph"><img
|
|
src="https://www.moonmodule.com/cs/dm/vn.gif" width="128" height="196" border="0" alt="" /></a>
|
|
<div style="position:relative;width:128px;">
|
|
<div style="position:absolute;top:-20px;left:6px;background:#000000;width:116px;text-align:center;">
|
|
<a href="https://www.moonconnection.com/moon_phases.phtml" target="mc_moon_ph">
|
|
<font color="#7F7F7F" size="1" face="arial,helvetica,sans-serif"><span
|
|
style="color:#7F7F7F;font-family:arial,helvetica,sans-serif;font-size:10px;">moon
|
|
phase</span></font>
|
|
</a></div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table><!-- // end moon phase HTML // -->
|
|
</div>
|
|
<div id="main-box">
|
|
<h2>whoami</h2>
|
|
<p>I am <b class="rainbow-text">hex</b>, short for hexlocation.</p>
|
|
<b>Interests:</b>
|
|
<ul>
|
|
<li>The Linux Kernel (and basically anything somehow related to unix, think openbsd, netbsd...)</li>
|
|
<li>Computer Science</li>
|
|
<li>Retro hardware (think m68k, macppc)</li>
|
|
<li>Fucking around with thinkpads, coreboot, and basically anything I can get my hands on.</li>
|
|
<li>Homelabbing</li>
|
|
<li>Little bit of philosophy on the side.</li>
|
|
</ul>
|
|
<h2>projects</h2>
|
|
<p><a href="https://iwakura.rip">iwakura.rip</a> (formerly penhub.nl & clatter.cc) is my homelab, used by me,
|
|
friends & co</p>
|
|
<p><a href="https://git.iwakura.rip/hex/jabe">Cursed blogging engine</a> I wrote in TypeScript a while ago. It
|
|
sucks.</p>
|
|
<p><a href="https://git.iwakura.rip/hex/cheatsheets">Some cheatsheets</a> which I made for future usage. Patches
|
|
(very) welcome!</p>
|
|
<p><a href="https://stereo.cat">stereo.cat</a>, an open-source image host with accompanying clients (fuck sharex)
|
|
</p>
|
|
<p><a href="https://git.iwakura.rip/hex">...and more!</a></p>
|
|
|
|
<h2>contact</h2>
|
|
<p>You can message me here if you'd like, as long as you aren't a bot. Even if you just want to talk or something.
|
|
:3</p>
|
|
<p><b>E-mail & XMPP (preferred)</b>: hex[at]iwakura.rip<br></p>
|
|
<p>My Matrix server has been de-activated as a result of a lack of moderation options and general progress on
|
|
Matrix.</p>
|
|
<h2>other pages</h2>
|
|
<ul>
|
|
<li><a href="basement.html">my basement</a></li>
|
|
</ul>
|
|
<div style="text-align: center" id="footer">
|
|
<hr>
|
|
<p style="font-size: 13px;">design inspired by <a href="https://sdomi.pl/">sdomi</a>, <a
|
|
href="https://kernal.eu">kernal</a> and some others i forgot about.</p>
|
|
<hr>
|
|
</div>
|
|
<div id="badges" class="winbox">
|
|
<a href="https://archive.org">
|
|
<img src="img/ia.gif"></img>
|
|
</a>
|
|
|
|
<img src="img/hair.png"></img>
|
|
<img src="img/hand.webp"></img>
|
|
<img src="img/fuckcss.png"></img>
|
|
|
|
<a href="https://recaptcha.sucks/">
|
|
<img src="img/fuckgoogle.png"></img>
|
|
</a>
|
|
|
|
<a href="https://avitld.xyz/">
|
|
<img src="img/avitldv2.gif"></img>
|
|
</a>
|
|
|
|
<a href="https://heroin.zone/">
|
|
<img src="img/hz.gif"></img>
|
|
</a>
|
|
|
|
<a href="https://heroin.zone/~andre/">
|
|
<img src="img/andre.png"></img>
|
|
</a>
|
|
|
|
<img src="img/win10no.gif"></img>
|
|
<img src="img/fuckgoogle.gif"></img>
|
|
</div>
|
|
</div>
|
|
|
|
<style>
|
|
#main-box {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
#moon-box {
|
|
position: fixed;
|
|
top: 5vh;
|
|
left: 2vw;
|
|
}
|
|
|
|
.winbox {
|
|
border: 2px solid rgba(0,0,0,0.6);
|
|
padding: 5px;
|
|
text-align: center;
|
|
background-color: #008080;
|
|
display: inline-block;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#badges {
|
|
width: calc(25% - 15vw);
|
|
position: fixed;
|
|
bottom: 12vh;
|
|
right: 4vw;
|
|
}
|
|
</style>
|
|
|
|
</html
|