<!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 charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <meta name="darkreader-lock">
    <meta name="color-scheme" content="only light">

    <meta name="description" content="my personal website. come look around!">
    <meta name="theme-color" content="#c4b5a1">
    <meta property="og:image" content="https://min.rip/assets/icon.webp">

    <title>minish</title>

    <script>0</script>
</head>

<body>
    <div id="bg"></div>
    <div id="border"></div>
    <main>
        <div id="floats">
            <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>
                <p>a few of my recent projects are &ndash;</p>
                <ul>
                    <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/min/infra">infra</a> -
                        infrastructure as code w/ nix
                    </li>
                    <li>
                        <a href="#">clip album</a> [wip] -
                        search, sort, and filter through video clips
                    </li>
                    <li>
                        <a href="https://git.min.rip/min/glcanvas">glcanvas</a> -
                        test project to learn webgl concepts
                    </li>
                </ul>
                <p>currently learning more about ..</p>
                <ul id="learning">
                    <li>web development</li>
                    <li>rendering</li>
                    <li>networking/infrastructure</li>
                    <li>calculus</li>
                </ul>
                <p>some things i like</p>
                <ul class="interests">
                    <li>deltarune <img src="/assets/interests/deltarune.png" alt=""></li>
                    <li>yume nikki <img src="/assets/interests/yume.png" alt="" id="yume"></li>
                    <li>oneshot <img src="/assets/interests/oneshot.png" alt="" id="oneshot"></li>
                    <li>evangelion <img src="/assets/interests/eva.webp" alt=""></li>
                </ul>
                <details>
                    <summary><small>and more random stuff before</small></summary>
                    <ul class="interests">
                        <li>inabakumori <img src="/assets/interests/inabakumori.webp" alt=""></li>
                        <li>cafe de touhou <img src="/assets/interests/cdth.webp" alt=""></li>
                        <li>omori <img src="/assets/interests/omori.png"></li>
                    </ul>
                </details>
            </div>
            <img src="/assets/icon.webp" alt="" id="icon">
        </div>
        <div id="cont">
            <hr>
            <div id="links">
                <a href="https://git.min.rip/min">
                    <img src="/assets/links/gitea.svg" alt="gitea"
                        title="it might look kind of empty. a lot of stuff here is privated">
                </a>
                <a href="https://github.com/minishd">
                    <img src="/assets/links/github.svg" alt="github"
                        title="there's some stuff here, but i use gitea more">
                </a>
                <a href="https://www.last.fm/user/minishc">
                    <img src="/assets/links/lastfm.svg" alt="last.fm" title="music i listen to">
                </a>
                <a href="https://steamcommunity.com/id/minishc">
                    <img src="/assets/links/steam.svg" alt="steam" title="games i play">
                </a>
            </div>
        </div>
    </main>
</body>

</html>