mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
113 lines
3.1 KiB
HTML
113 lines
3.1 KiB
HTML
<!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 name is <strong>He4eT</strong>.
|
||
</summary>
|
||
<p style='margin-left: 0.5rem;'>
|
||
It’s a Latin transliteration and
|
||
is read as “Nechet” [ˈnʲet͡ɕet].<br>
|
||
The name comes from the Russian word “нечет”,
|
||
a short form of “нечётный”,
|
||
a mathematical term meaning “odd”.
|
||
</p>
|
||
</details>
|
||
</div>
|
||
|
||
<p>
|
||
I'm a front-end developer and a big fan of open-source,
|
||
customization, and minimalist software.<br>
|
||
Member of the
|
||
<a href='https://t.me/barbadbar' target='_blank'>BadBar</a> crew,
|
||
part of 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 my 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>
|