oddsquat/docs/about/index.html
2026-03-30 23:31:29 +02:00

113 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<title>
about | oddsquat
</title>
<meta name="description" content="General info about this website and the author">
<link rel="preload" href="/fonts/open_sans_condensed-32.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans_condensed-27.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-25.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-24.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-17.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
<link rel="stylesheet" type="text/css" href="/css/typography.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<div class="stripesContainer">
<div class="stripes">
</div>
</div>
<header>
<nav>
<ul>
<li><a href="/">oddsquat</a></li>
<li>about</li>
</ul>
</nav>
</header>
<main>
<article>
<div style='margin-bottom: 1.5rem;'>
<details>
<summary style='cursor: pointer; display: inline;'>
Hello,
my&nbsp;name is&nbsp;<strong>He4eT</strong>.
</summary>
<p style='margin-left: 0.5rem;'>
Its a&nbsp;Latin transliteration and
is&nbsp;read as&nbsp;“Nechet” [ˈnʲet͡ɕet].<br>
The name comes from the Russian word “нечет”,
a&nbsp;short form of&nbsp;“нечётный”,
a&nbsp;mathematical term meaning “odd”.
</p>
</details>
</div>
<p>
I'm a&nbsp;front-end developer and a&nbsp;big fan of&nbsp;open-source,
customization, and minimalist software.<br>
Member of&nbsp;the
<a href='https://t.me/barbadbar' target='_blank'>BadBar</a> crew,
part of&nbsp;the
<a href='https://decentrala.org' target='_blank'>Decentrala</a>
and <a href='https://xecut.me' target='_blank'>Xecut</a> communities.
</p>
<p>
<strong>Oddsquat</strong> is&nbsp;my&nbsp;own private fanzine
about experiments, code, and other cyberpunk stuff.<br>
<a href='/rss.xml'>RSS feed</a> available.
</p>
<hr>
<section>
<ul>
<li>Email: <a href='mailto:He4eT@oddsquat.org' target='_blank'>He4eT@oddsquat.org</a></li>
<li>Telegram: <a href='https://t.me/He4eT' target='_blank'>@He4eT</a></li>
<li>XMPP: <a href='xmpp:He4eT@dmz.rs' target='_blank'>He4eT@dmz.rs</a></li>
<li>Fediverse:
<ul>
<li><a href='https://techhub.social/@He4eT' target='_blank'>@He4eT@techhub.social</a></li>
<li><a href='https://c.im/@He4eT' target='_blank'>@He4eT@c.im</a></li>
</ul>
</li>
<li>Code: <a href='https://github.com/He4eT' target='_blank'>github.com/He4eT</a></li>
</ul>
</section>
</article>
</main>
<footer>
</footer>
<script async
data-goatcounter="https://he4et.goatcounter.com/count"
src="https://gc.zgo.at/count.js"></script>
</body>
</html>