blankx.gitlab.io/public/index.html

55 lines
2.6 KiB
HTML
Raw Normal View History

2021-07-15 10:46:24 +00:00
<!DOCTYPE html>
<html>
2020-09-08 18:33:06 +00:00
<head>
2021-07-15 10:46:24 +00:00
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>blankie</title>
2020-09-08 18:33:06 +00:00
<style>
body {
background-color: black;
2021-07-15 10:46:24 +00:00
color: white;
font-family: sans-serif;
padding: 2em;
}
h4, .head {
margin-top: -1em;
}
h4 {
color: grey;
}
a, code {
color: #DD65E1;
2020-09-08 18:33:06 +00:00
}
</style>
</head>
2021-07-15 10:46:24 +00:00
<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>
2021-07-15 10:46:24 +00:00
</ul>
</body>
</html>