mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
release: 2026-04-03-051115
This commit is contained in:
parent
e1a78fb2f1
commit
1f7f2efb79
75 changed files with 6408 additions and 0 deletions
126
docs/about/index.html
Normal file
126
docs/about/index.html
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
<!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:
|
||||
<ul>
|
||||
<li><a href='xmpp:He4eT@pod.oddsquat.org' target='_blank'>He4eT@pod.oddsquat.org</a></li>
|
||||
<li><a href='xmpp:He4eT@dmz.rs' target='_blank'>He4eT@dmz.rs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Fediverse:
|
||||
<ul>
|
||||
<li><a href='https://c.im/@He4eT' target='_blank'>@He4eT@c.im</a></li>
|
||||
<li><a href='https://techhub.social/@He4eT' target='_blank'>@He4eT@techhub.social</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Code:
|
||||
<ul>
|
||||
<li><a href='https://github.com/He4eT' target='_blank'>github.com/He4eT</a></li>
|
||||
<li><a href='https://pod.oddsquat.org/git/He4eT' target='_blank'>pod.oddsquat.org/git/He4eT</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- <p> -->
|
||||
<!-- <a href='/about/keys'>Public keys and fingerprints</a> available. -->
|
||||
<!-- </p> -->
|
||||
</section>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
|
||||
<script async
|
||||
data-goatcounter="https://he4et.goatcounter.com/count"
|
||||
src="https://gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue