0x76.dev/index.html
2025-02-04 10:23:42 +01:00

35 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vivian (0x76)</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💜</text></svg>">
</head>
<body>
<main>
<header>
<h1 aria-label="v | 0x76"></h1>
<p>Hi I'm Vivian (she/her) and welcome to my website!</p>
</header>
<section class="about">
<h2>Wait who?</h2>
<p>I am a student at the TU Delft studying <a href="https://cese.ewi.tudelft.nl/">CESE</a>. I also teach some of the courses, specifically the Rust ones.</p>
<p>Besides my study I maintain a NixOS-based homelab, which is definitely more complex than it needs to be..</p>
<p>Apart from computers I am also interested in Philosophy &mdash; in which I did my minor &mdash; and I love to read.</p>
</section>
<section class="socials">
<h2>Forking Paths</h2>
<ul>
<li><a href="mailto:vivian@0x76.dev">E-Mail</a></li>
<li><a rel="me" href="https://fedi.xirion.net/@0x76">Fedi</a></li>
<li><a href="matrix.to/#/@v:meowy.tech">Matrix</a></li>
<li><a href="https://git.0x76.dev">Self-Hosted Git</a>
<li><a href="https://github.com/NULLx76/">Github</a></li>
</ul>
</section>
</main>
</body>
</html>