min.rip-rel/index.html

75 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/assets/icon.webp">
<link rel="stylesheet" href="style.css">
<link rel="canonical" href="https://min.rip">
<meta name="darkreader-lock">
<meta name="color-scheme" content="only light">
<title>min.rip</title>
</head>
<body>
<div id="bg"></div>
<div id="bordeur"></div>
<main>
<div id="floats">
<img src="/assets/icon.webp" alt="my avatar" id="icon">
<div id="yapping">
<h1>hi, world!</h1>
<h2>i am minish</h2>
<p>hi, i go by minish online. i enjoy programming & reverse engineering.</p>
<ul>
my current main projects are
<span>
<li>
<a href="https://git.min.rip/min/breeze">breeze</a> -
a simple, performant file upload server
</li>
<li>
<a href="https://git.min.rip/breeze/hls_convert">hls_convert</a> -
easily download videos and fix embeds
</li>
<li>
<a href="#">uproot</a> -
for the ultimate gaming in class enjoyers
</li>
</span>
</ul>
<ul class="interests">
some stuff i like:
<span class="interests">
<li>omori <img src="/assets/interests/omori.png"></li>
<li>deltarune <img src="/assets/interests/deltarune.png"></li>
<li>inabakumori <img src="/assets/interests/inabakumori.webp"></li>
<li>cafe de touhou <img src="/assets/interests/cdth.webp"></li>
</span>
</ul>
</div>
</div>
<div id="cont">
<hr>
<div id="links">
<a href="https://git.min.rip/min">
<img src="/assets/links/gitea.png" alt="gitea"
title="a lot of stuff here is privated. it might look kind of empty">
</a>
<a href="https://github.com/minishd">
<img src="/assets/links/github.png" alt="github"
title="i use my gitea more than my github, but there's some stuff here">
</a>
<a href="https://www.last.fm/user/minishc">
<img src="/assets/links/lastfm.png" alt="last.fm" title="music i listen to">
</a>
<a href="https://steamcommunity.com/id/minishc1">
<img src="/assets/links/steam.png" alt="steam" title="games i play">
</a>
</div>
</div>
</main>
</body>
</html>