site/index.html

35 lines
1.6 KiB
HTML
Raw Normal View History

2018-03-14 07:16:07 +00:00
<html>
<head>
<title>Quad's site</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-10-15 21:28:16 +00:00
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/poppins/poppins.css" />
2018-03-14 07:16:07 +00:00
</head>
2024-10-15 21:28:16 +00:00
<body>
2024-10-15 21:28:16 +00:00
<div class="content">
<div class="profile">
<img class="avi" src="assets/avi.jpg" />
<p>Quad</p>
<a class="akko" href="https://akko.quad.moe/quad">
<img src="assets/akkoma.svg" />
</a>
2018-03-14 07:16:07 +00:00
</div>
2019-09-12 17:39:48 +00:00
2024-10-15 21:28:16 +00:00
<h1>Who?</h1>
<p>I am just yet another guy who wanders the internet.</p>
<p>A bunch of people know me for running <a href="https://openings.moe/">openings.moe</a>, although I don't do much anymore besides pay the server bills. If it's not that, I'm likely just known for some old shitpost on Twitter.</p>
<p>These days I can mostly be found on <a href="https://akko.quad.moe/quad">the fediverse</a> doing nothing important. If you want to see some guy pop up once in a while to rant about computers, japanese video games or other things normal people aren't interested in, you might consider a follow.</p>
2019-09-12 17:39:48 +00:00
2024-10-15 21:28:16 +00:00
<h1>What?</h1>
<p>My interests mostly include typical sysadmin tasks, typically on Linux powered servers.</p>
<p>I self-host all my stuff (including this website) inside Incus containers on an HP Microserver Gen10 Plus running Gentoo which sits in a corner of my living room. All my data is also stored on bcachefs because I do not fear god, even though I will probably regret it one day.</p>
2019-09-12 17:39:48 +00:00
2024-10-15 21:28:16 +00:00
<h1>Why?</h1>
<p>Dunno.</p>
2019-09-12 17:39:48 +00:00
2024-10-15 21:28:16 +00:00
</div>
2018-03-14 07:16:07 +00:00
</body>
2019-09-12 17:39:48 +00:00
</html>