site/index.html

297 lines
9.6 KiB
HTML
Raw Normal View History

2022-09-15 01:24:40 +00:00
<!DOCTYPE html>
2023-01-23 07:11:17 +00:00
<!-- Copyright (c) 20222023 Emma Tebibyte
SPDX-License-Identifier: AGPL-3.0-or-later AND CC-BY-NC-SA-4.0
This website is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US">
2022-11-22 06:17:23 +00:00
<head>
<title>Emma Tebibyte @ Tebibyte Media</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
2023-01-23 07:11:17 +00:00
<meta content="Emma Tebibytes personal web page." name="description" />
2022-11-22 06:17:23 +00:00
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body>
<small class="back">
<a href="/">Return Home</a>
</small>
<main>
<section class="intro">
<hgroup>
<h1>
2023-01-23 04:58:10 +00:00
Hi! Im Emma Tebibyte.
2022-11-22 06:17:23 +00:00
</h1>
<p id="pronouns">
2023-01-23 07:11:17 +00:00
(<a href="https://pronouns.within.lgbt/fae"
title="my pronouns">fae/faer</a>)
2022-11-22 06:17:23 +00:00
</p>
</hgroup>
<p>
I am the founder of Tebibyte Media, the central organizing node of a
<a href="/network">Network</a> of different free software and
open-access groups. You can read more about us on <a href="/about">the
main about page</a>.
</p>
<p>
2023-01-23 04:58:10 +00:00
In my spare time (which I find is quickly becoming more and more rare)
I am a free software and open access advocate. Providing avenues for
small projects to flourish and promoting copyleft are values I hold to
be the most important work to do; that is why I established Tebibyte
Media.
2022-11-22 06:17:23 +00:00
</p>
</section>
<section>
<h2 class="full" id="contact">
<a href="#contact">Contact</a>
</h2>
<p>
If you'd like to contact me, the best ways to do so are as follows, in
order of preference:
<ul>
<li>
2023-01-23 04:58:10 +00:00
Via e-mail, using my <a href="assets/pgpkey.asc">PGP key</a> or by
sending mail to my given name at this domain.
2022-11-22 06:17:23 +00:00
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>Through Matrix: @emma:tebibyte.media</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li><a href="assets/session-id.txt">Using Session</a></li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
Using Discord (<a href="https://usemumble.neocities.org/">proprietary,
not recommended</a>): Emma Tebibyte#3123
</li>
</ul>
If you want to talk to me where I am most of the time, that
unfortunately happens to be Discord. Tebibyte Media has a
2023-01-23 04:58:10 +00:00
<a href="/discord">Discord “server”</a> because the state of current
2022-11-22 06:17:23 +00:00
free software alternatives is not satisfactory.
</p>
</section>
<section>
<hgroup class="full">
<h2 id="ideas">
<a href="#ideas">Things Someone Should Make</a>
</h2>
<p>
2023-01-23 04:58:10 +00:00
Or: the software I (probably) wont or cant make but which I think
2022-11-22 06:17:23 +00:00
would be good to have
</p>
</hgroup>
<p>
<ul>
<li>
A fork of <a href="https://github.com/moezbhatti/qksms">QKSMS</a>
2023-01-23 04:58:10 +00:00
that implements the following messengers protocols:
2022-11-22 06:17:23 +00:00
<ul>
<li>
<a href="https://airmessage.org/">AirMessage</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
<a href="https://github.com/wrwrabbit/Partisan-SMS">
Partisan-SMS
</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
<a href="https://signal.org/">Signal</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
<a href="https://silence.dev/">Silence</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
<a href="https://telegram.org/">Telegram</a>
</li>
</ul>
</li>
</ul>
</p>
</section>
<section>
<h2 class="full" id="links">
<a href="#links">Links</a>
</h2>
<p>
Some useful links you might like to click on:
<ul>
<li>
<a href="https://git.tebibyte.media/emma/site/">
The link to the source for this web page
</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
2023-01-23 07:11:17 +00:00
<a href="web">
My guide on how to browse the web
2022-11-22 06:17:23 +00:00
</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
<a href="https://git.tebibyte.media/emma/">
The link to my git profile
</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
The <a href="https://adnilarchive.wordpress.com/">
Sarah Adnil Archives</a>, which I help run
</li>
</ul>
</p>
</section>
<section>
<hgroup class="full">
<h2 id="reviews">
<a href="#reviews">Reviews</a>
</h2>
<p>
2023-01-23 07:11:17 +00:00
Idea stolen from <a href="https://trinity.moe#praise">Trinitys
2022-11-22 06:17:23 +00:00
page</a>.
</p>
</hgroup>
<p>
<a href="https://desuarchive.org/g/thread/82485208/#q82485390">
[2021-07-10T18:36:38] Anonymous</a>: this emmatebibyte should really
post feet pics to verify cuteness, ngl
</p>
<p>
<a href="https://nightly.revolt.chat/server/01FSNXPC8QGW89RPKJC6VNXJSV/channel/01FSNXPC8QFXEB1DK7K6XBCRG2/01FWHMJW8X4E97767873KAMHYB">
[2022-02-22] @Nyann</a>: Emma Tebibyte gives me the
"non-trustworthy-female" vibes
</p>
<p>
<a href="https://tech.lgbt/@emmatebibyte/109378672682392828">
[2022-11-20T18:14]
</a>
<a href="https://tech.lgbt/@marcelinecramer">
2023-01-23 04:58:10 +00:00
@marcelinecramer@tech.lgbt</a>: Hasn't seen a single movie in faer life
2022-11-22 06:17:23 +00:00
</p>
</section>
<section class="full">
<hgroup>
<h3 id="frens">
<a href="#frens">I have friends!</a>
</h3>
<p>
Riveting content here, folks.
</p>
</hgroup>
<p>
Here are some of their stickers:
</p>
<div id="stickers">
<a href="https://holanet.xyz/">
<img src="assets/img/holanet.webp" />
</a>
<a href="https://sleepy.zone/">
<img src="assets/img/sleepy.png" />
</a>
<a href="https://trinity.moe/">
<img src="assets/img/trinitydotmoe88x31.bmp" />
</a>
<a href="https://versary.town/">
<img src="assets/img/versarytown.png" />
</a>
</div>
<p>
And here some of their links:
</p>
<div id="frens-links">
2023-02-24 18:16:36 +00:00
<p>
My girlfriends, <a href="https://lilith.nya.gay/">lilith</a> and
<a href="/~mars">Marcie</a>
</p>
<a href="https://darkelfmagic.neocities.org/">
<img class="favicon" src="https://darkelfmagic.neocities.org/" />
A Dark Elf's Spell Book
2022-11-22 06:17:23 +00:00
</a>
2023-02-24 18:16:36 +00:00
2023-03-02 23:53:43 +00:00
<a href="https://metaspinoza.wordpress.com/">
<img src="https://metaspinoza.wordpress.com/favicon.ico" />
Between Vanity and Vexation
</a>
<a href="https://jerl.zone/">
<!-- <img src="https://jerl.zone/favicon.ico" /> -->
2023-03-03 00:19:07 +00:00
chloe jerl
2023-03-02 23:53:43 +00:00
</a>
2022-11-22 06:17:23 +00:00
<a href="https://donotresearch.net/">
<img class="favicon" src="https://donotresearch.net/favicon-32x32.png" />
Do Not Research
</a>
2023-02-24 18:16:36 +00:00
2023-03-02 23:53:43 +00:00
<a href="https://lfav.co/">
<img class="favicon" src="https://lfav.co/resources/favicons/favicon-192.png">
leastfavorite!
2023-02-24 18:16:36 +00:00
</a>
2022-11-22 06:17:23 +00:00
<a href="https://nihilistcommunism.wordpress.com/">
<img class="favicon" src="https://nihilistcommunism.wordpress.com/favicon.ico" />
Nihilist Communism
</a>
2023-02-24 18:16:36 +00:00
<a href="https://ortuspress.org/">
2023-03-03 00:05:31 +00:00
<img class="favicon" src="https://ortuspress.org/wp-content/uploads/2020/09/cropped-New-Project-20-2-100x100.png" />
2023-02-24 18:16:36 +00:00
Ortus Press
2022-11-22 06:17:23 +00:00
</a>
2023-02-24 18:16:36 +00:00
2023-03-02 23:53:43 +00:00
<a href="https://embeddedscript.net/">
<img class="favicon" src="https://embeddedscript.net/favicon.ico" />
Richard Williams
</a>
2022-11-22 06:17:23 +00:00
<a href="https://thenostomodernreview.substack.com/">
<img class="favicon" src="https://thenostomodernreview.substack.com/favicon.ico" />
2023-01-23 07:11:17 +00:00
The Nostomodern Review
2022-11-22 06:17:23 +00:00
</a>
</div>
</section>
2023-01-23 07:11:17 +00:00
<section class="full">
2023-02-24 18:16:36 +00:00
<menu id="cornring">
<li>
<a href="https://cornring.netlify.app/emmatebibyte/previous">
<<</a>
</li>
2023-01-23 07:11:17 +00:00
2023-02-24 18:16:36 +00:00
<li>
<a href="https://cornring.netlify.app/">Cornring</a>
</li>
2023-01-23 07:11:17 +00:00
2023-02-24 18:16:36 +00:00
<li>
<a href="https://cornring.netlify.app/emmatebibyte/next">>></a>
</li>
</menu>
2023-01-23 07:11:17 +00:00
</section>
2022-11-22 06:17:23 +00:00
</main>
<footer>
<section class="full">
<small>
2023-01-26 08:18:00 +00:00
This sites HTML & CSS are licensed under the
2023-01-23 07:11:17 +00:00
<a href="COPYING">AGPLv3</a> or later and its content under the
<a href="legalcode.txt">CC BY-NC-SA 4.0</a> license.
2022-11-22 06:17:23 +00:00
</small>
</section>
</footer>
</body>
</html>