site/public/index.html
missing 23b3cca0a7 Various changes
- color scheme
- built with zola link
- font subsetting
- ubuntu font
- remove 404 zola-page
- resize pfp to 32*32
- remove whitespace from <title>
2022-07-27 17:12:44 -07:00

57 lines
2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Missing&#x27;s website</title>
<link rel="icon" type="image/x-icon" href='https://missingpiece.dev/favicon.ico'>
<link rel="stylesheet" href='https://missingpiece.dev/css/index.css'>
</head>
<body>
<h1 id="welcome-to-missing-s-website">Welcome to missing's website!</h1>
<p>Hey! I'm
<img src="https:&#x2F;&#x2F;missingpiece.dev&#x2F;processed_images&#x2F;39363955390c6eaf00.png" class="pfp" />
<strong>TheMissingPiece</strong>, but most people just call me missing. I am a nerd and tech
enthusiast who loves to rewrite things that already exist just because I can. I
know JavaScript, TypeScript, Java, C#, and Rust, but nowadays most of my code is
written in Rust. You can find my projects on my friend's <a href="https://git.karx.xyz/missing">Gitea</a>.</p>
<hr />
<p>Some projects I am currently working on:</p>
<ul>
<li><a href="https://git.karx.xyz/InfoshockTech/xcrab">Xcrab</a>, a window manager written in Rust</li>
<li><a href="https://git.karx.xyz/missing/dyn_vec"><code>dyn_vec</code></a>, a <code>Vec&lt;T: ?Sized&gt;</code> for Rust</li>
<li><a href="https://git.karx.xyz/missing/d3"><code>d3</code></a>, a 3d rendering engine</li>
<li><a href="https://git.karx.xyz/missing/os">My os</a>, which is still very much a work in progress</li>
</ul>
<hr />
<p>My friends' links:</p>
<ul>
<li><a href="https://karx.xyz">karx</a></li>
<li><a href="https://famfo.xyz">famfo</a></li>
<li><a href="https://lemonsh.moe">lemon</a></li>
</ul>
<hr />
<p>Ways to reach me:</p>
<ul>
<li>TheMissingPiece#6742 on Discord</li>
<li>karx's <a href="https://discord.gg/ejamTPCVSB">Discord</a> or <a href="ircs://karx.xyz">IRC</a></li>
<li><a href="mailto:piecenotfound@gmail.com">piecenotfound@gmail.com</a></li>
</ul>
<hr />
<div class="navbar">
<a href="https://git.karx.xyz/missing/site">..</a>
- <a href="https://missingpiece.dev/dn42/">dn42</a>
</div>
<p class="built-with-zola">Built with <a href="https://getzola.org">zola</a></p>
</body>
</html>