55 lines
2.4 KiB
HTML
55 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<title>catgirls.mov</title>
|
||
<meta charset="UTF-8">
|
||
<meta name="description" content="About me">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="robots" content="noindex,nofollow">
|
||
<link rel="stylesheet" href="style.css">
|
||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||
</head>
|
||
<body>
|
||
<div class="header">
|
||
<header>
|
||
<h1>catgirls.mov</h1>
|
||
</header>
|
||
</div>
|
||
<!-- Menu -->
|
||
<div class="menu">
|
||
<nav>
|
||
<a href="index.html" class="button">Home</a>
|
||
<a href="webmaster.html" class="button">Webmaster</a>
|
||
<a href="resources.html" class="button">Resources</a>
|
||
<a href="webrings.html" class="button">Webrings</a>
|
||
</nav>
|
||
</div>
|
||
<hr>
|
||
<!-- Page content -->
|
||
<div class="content">
|
||
<h2>About me</h2>
|
||
<p>Cosplay photographer, voice synth enthusiast, sometimes datahoarder, INFP.<br>Mostly listening to electronic music. Currently trying to learn Japanese.<br>Not really good with self-descriptions or web design</p>
|
||
<br>
|
||
<h2>My homelab setup</h2>
|
||
<h3>Raspberry Pi 3B+</h2>
|
||
<p>Used for low resource tasks that require constant uptime,<br>currently running Wireguard and Vikunja</p>
|
||
<br>
|
||
<h3>HP 280 G2 MT Business PC</h2>
|
||
<p>My seedbox and backup server, occasionally used for resource intensive<br>tasks and software. Runs Baserow and Paperless-ngx, among other things</p>
|
||
<br>
|
||
<h3>This website's server</h2>
|
||
<p>Hosted by Hetzner</p>
|
||
<br>
|
||
<h2>Contact me</h2>
|
||
<p>Send me an email at sb745 аt cаtgіrlѕ.mov or message me on <a rel="me" href="https://urusai.social/@sb745">Mastodon</a> if you just wanna say hi<br>or want to get in touch with me. Don't be shy :)</p>
|
||
</div>
|
||
<hr>
|
||
<!-- Footer -->
|
||
<footer>
|
||
<div>
|
||
<img style="width:88px;height:31px;" src="banners/torrents.gif" alt="Seed your torrents!">
|
||
<img style="width:88px;height:31px;" src="banners/powered-by-debian.gif" alt="Powered by Debian">
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html> |