<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="referrer" content="no-referrer" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>blankie</title>
        <style>
            body {
                background-color: black;
                color: white;
                font-family: sans-serif;
                padding: 2em;
            }

            h4, .head {
                margin-top: -1em;
            }

            h4 {
                color: grey;
            }

            a, code {
                color: #DD65E1;
            }
        </style>
    </head>
    <body>
        <h1>blankie</h1>
        <h4>i break everything i touch</h4>
        <div class="head"><a href="index.html">home</a> | <a href="blogs.html">blogs</a></div>

        <p>I'm a 14 year old programmer that breaks everything I touch, and this site is hand-written HTML and CSS containing no javascript.</p>
        <p>My GPG key is <a href="gpgkey.asc">here</a></p>
        <p>Contact methods (in order of preference):</p>
        <ul>
            <li><b>Telegram:</b> at <a href="https://t.me/TheKneesocks">@TheKneesocks</a></li>
            <li><b>Email:</b> at <a href="mailto:theblankx@protonmail.com">theblankx@protonmail.com</a> or <a href="mailto:blankie@nixnetmail.com">blankie@nixnetmail.com</a></li>
            <li><b>IRC:</b> at blankie on <a href="https://libera.chat">libera.chat</a></li>
            <li><b>Matrix:</b> at <a href="https://matrix.to/#/@blank_x:matrix.org">@blank_x:matrix.org</a> (expect to be read on a blue moon)</li>
        </ul>

        <p>Some of my projects:</p>
        <ul>
            <li><b><a href="https://gitlab.com/blankX/sukuinote">sukuinote</a>:</b> A helping hand that has multiple accounts and a slave attached</li>
            <li><b><a href="https://gitlab.com/blankX/redditbot">redditbot</a>:</b> A bot that sends reddit posts to Telegram</li>
            <li><b><a href="https://gitlab.com/blankX/nhentairs">nhentairs</a>:</b> A nhentai downloader I made because the <code>nhentai</code> package didn't work on Termux</li>
            <li><b><a href="https://gitlab.com/blankX/hanimers">hanimers</a>:</b> A hanime downloader</li>
            <li><b><a href="https://gitlab.com/blankX/imgurx">imgurx</a>:</b> An alternative frontend to Imgur without javascript</li>
            <li><b><a href="https://gitlab.com/blankX/unquenchedaluminum">unquenchedaluminum</a>:</b> An alternative frontend to Imgur but with javascript since I don't have anywhere to host it</li>
        </ul>
    </body>
</html>