info-cachapa/public/about/index.html

639 lines
10 KiB
HTML
Raw Normal View History

2022-12-21 16:12:07 +00:00
<!DOCTYPE html>
<html lang="en-us"><head>
<title>About</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="" />
<style>
@import "https://fonts.googleapis.com/css2?family=Inconsolata&display=swap";:root{--cursor-visibility:hidden}html,body{width:100%;height:100%;overflow:auto;font-family:inconsolata,monospace;font-size:4vmin;line-height:4.1vmin;font-weight:400}body{margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center}#content{min-width:82vmin;min-height:82vmin}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 1px white}::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:0 0 0 1px white}.cursor,#activity-title:after,#activity-content:after,#cd:after,#whoami:after,#cat:after,#tree:after{visibility:var(--cursor-visibility);content:"|";overflow:hidden;color:#fff;animation:blink 500ms linear infinite alternate}@keyframes blink{0%{opacity:0}100%{opacity:1}}@media only screen and (min-width:768px){body{font-size:2.5vmin;line-height:2.6vmin}#content{min-width:60vmin}}:root{--cursor-visibility:hidden}body{align-items:unset;overflow-y:scroll}#content{max-width:80vmin}pre{overflow-x:scroll;white-space:pre}@keyframes blink{0%{opacity:0}100%{opacity:1}}
2023-01-30 00:34:26 +00:00
2022-12-21 16:12:07 +00:00
body{background:#1b1d1e}body #terminal{color:#BBBBBB}body #user{color:#23E298}body #dir{color:#D08010}body .Typewriter__cursor{color:#BBBBBB}a{color:#BBBBBB}
.navFull {
background-color: #353535;
font-family: "Courier New";
font-size: 17px;
display: inline;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
padding-top: 5px;
padding: 10px;
padding-bottom: 0px;
}
.navCredits {
float: right;
padding-right: 18px;
padding-bottom: 10px;
padding-top: 5px;
}
#content::after {
content: "\a\a";
white-space: pre;
}
</style>
</head><body><div id="content">
<span id="activity-title"></span> <br>
<span id="activity-content"></span> <br>
<script type="text/javascript">
async function typewriter(text, elementId, waitAfter) {
var n = 0,
isTag = false
addText = "";
const el = document.getElementById(elementId);
const wait = () => new Promise(r => setTimeout(r, waitAfter));
const nowait = () => new Promise(r => r());
const render = () => el.innerHTML = (text.slice(0, n + 1) + addText);
const cursor = document.createElement('span');
cursor.id = "blink";
el.style.setProperty("--cursor-visibility", "visible");
while (n < text.length) {
if (text.charAt(n + 1) === "<") isTag = true;
if (text.charAt(n + 1) === ">") isTag = false;
if (isTag) {
n++;
continue;
}
requestAnimationFrame(render);
if (waitAfter === 0) {
await nowait();
} else {
await wait();
}
n++;
}
el.style.setProperty("--cursor-visibility", "collapse");
}
function parseDelay(d) {
const parsed = parseInt(d, 10);
if (isNaN(parsed)) return 0;
return parsed;
}
const titleDelay = parseDelay("0"),
contentDelay = parseDelay("0");
const typeeffetct = async () => {
await typewriter("\u003cspan id=\u0027terminal\u0027\u003e\u003ch1 id=\u0027title\u0027\u003eAbout\u003c\/h1\u003e\u003c\/span\u003e", "activity-title", titleDelay);
2023-02-09 14:44:26 +00:00
await typewriter("\u003cspan id=\u0027terminal\u0027\u003e\u003ch1 id=\u0022this-is-the-about-page-lmao\u0022\u003eThis is the about page, lmao.\u003c\/h1\u003e\n\u003ch2 id=\u0022what-you-have-to-know-about-me\u0022\u003eWhat you have to know about me.\u003c\/h2\u003e\n\u003cp\u003eI\u0026rsquo;m Captain Arepa. Well, that\u0026rsquo;s my online alias, d\u0026rsquo;uh.\u003cbr\u003e\nI\u0026rsquo;m a 30-something y\/o Android\/backend developer of sorts.\u003cbr\u003e\nI live in a pariah banana wannabe-commie republic called \u0026ldquo;Venezuela\u0026rdquo;. Most people don\u0026rsquo;t know or care about it, so I won\u0026rsquo;t talk too much about that either.\nI\u0026rsquo;ll move to Europe sometime during 2023, so I guess my life will be a bit more interesting, heh.\u003c\/p\u003e\n\u003ch3 id=\u0022likes\u0022\u003eLikes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnime, Manga, Doujins.\u003c\/li\u003e\n\u003cli\u003eTatas, Booties, Cunnies.\u003c\/li\u003e\n\u003cli\u003eA few gacha games (Fate\/Grand Order, Genshin Impact, Guardian Tales).\u003c\/li\u003e\n\u003cli\u003eJRPGs and Metal Gear Solid.\u003c\/li\u003e\n\u003cli\u003eGood music.\u003c\/li\u003e\n\u003cli\u003ePasta, burger and strawberry ice cream.\u003c\/li\u003e\n\u003cli\u003eWell written, elegant code.\u003c\/li\u003e\n\u003cli\u003eYour mum.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 id=\u0022dislikes\u0022\u003eDislikes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eE-thots and fake puritans.\u003c\/li\u003e\n\u003cli\u003eCommunists, useful idiots.\u003c\/li\u003e\n\u003cli\u003eWokealizers and troonslators.\u003c\/li\u003e\n\u003cli\u003eI\u0026rsquo;ll add stuff here if I come up with anything.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 id=\u0022hates\u0022\u003eHates\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoyfaggotry.\u003c\/li\u003e\n\u003cli\u003eSoydev shit.\u003c\/li\u003e\n\u003cli\u003eWeb bloat.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 id=\u0022contact\u0022\u003eContact\u003c\/h3\u003e\n\u003cp\u003eYou can find me on the following instances on the fediverse:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\n \u003ca href=\u0022https:\/\/moe.cachapa.xyz\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003eMoé Cachapa\u003c\/a\u003e (main\/admin)\n \u003c\/li\u003e\n\u003cli\u003e\n\n \u003ca href=\u0022https:\/\/moar.cachapa.xyz\/@captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003eMoar Cachapas\u003c\/a\u003e (main\/admin)\n \u003c\/li\u003e\n\u003cli\u003e\n\n \u003ca href=\u0022https:\/\/breastmilk.club\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003eBreastmilk Club\u003c\/a\u003e (tits\/admin)\n \u003c\/li\u003e\n\u003cli\u003e\n\n \u003ca href=\u0022https:\/\/bae.st\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003eBaest\u003c\/a\u003e (alt\/backup)\n \u003c\/li\u003e\n\u003cli\u003e\n\n \u003ca href=\u0022https:\/\/posting.lolicon.rocks\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003eLolicon.Rocks\u003c\/a\u003e (alt\/backup)\n \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eYou can also send me an email to any of the following addresses:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\u0022mailto:captain_arepa@cachapa.xyz\u0022\u003ecaptain_arepa@cachapa.xyz\u003c\/a\u003e (main)\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\u0022mailto:captain_arepa@yandex.com\u0022\u003ecaptain.arepa@yandex.com\u003c\/a\u003e (backup)\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\u0022mailto:captain.arepa@fedora.email\u0022\u003ecaptain.arepa@fedora.email\u003c\/a\u003e (backup, rarely checks)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 id=\u0022other-stuff\u0022\u003eOther stuff\u003c\/h3\u003e\n\u003cp\u003eGo to the \u003ca href=\u0022\/\u0022\u003ehome page\u003c\/a\u003e, there\u0026rsquo;s the list of relevant links.\u003c\/p\u003e\n\u003ch3 id=\u0022donations-and-wotnot\u0022\
2022-12-21 16:12:07 +00:00
return;
}
typeeffetct()
</script>
</div>
<span class="navFull">
<span>
<a href="/">Home</a>
<span>&#8192;|&#8192;</span>
<a href="./..">/</a>
</span>
<span class="navCredits">
Hugo theme created by
<a href="https://github.com/Yukuro/hugo-theme-shell" target="_blank" rel="noopener">Yukuro</a>
</span>
</span>
</body>
</html>