added some links

This commit is contained in:
Emma Tebibyte 2022-09-16 00:17:55 -04:00
parent ac1b4cb713
commit 5e9723e6bf
1 changed files with 98 additions and 53 deletions

View File

@ -12,24 +12,25 @@
</head>
<body>
<div class="back">
<h5 class="pill"><a href="/">Return Home</a></h5>
<h5 class="pill">
<a href="/">Return Home</a>
</h5>
</div>
<div class="content">
<div class="exposition">
<h2 id="intro">
Hi! I'm Emma Tebibyte.
</h2>
<div class="section-full">
<h2 class="header-full">Hi! I'm Emma Tebibyte.</h2>
<p id="pronouns">
(<a href="https://pronoun.is/fae"
title="my pronouns">fae/faer</a>)
(<a href="https://pronoun.is/fae" title="my pronouns">
fae/faer
</a>)
</p>
<p>
I founded Tebibyte Media in 2020. Initially, its only goal was
to further the adoption of <a
href="https://www.gnu.org/philosophy/free-sw.html#fs-definition">free
software</a>, attempting to spread its use to the communities
I was in that didn't have a technology focus. Since then, <a
href="https://tebibyte.media/network">it has grown
to further the adoption of
<a href="https://www.gnu.org/philosophy/free-sw.html#fs-definition">
free software</a>, attempting to spread its use to the
communities I was in that didn't have a technology focus. Since
then, <a href="https://tebibyte.media/network">it has grown
substantially</a> and into something entirely new: a network of
support for anyone who is creating something and values free
software and open access principles. I'm very proud of all of
@ -49,20 +50,29 @@
</p>
</div>
<div class="section">
<h3 class="header" id="contact"><a
href="#contact">Contact</a></h3>
<h3 class="header" id="contact">
<a href="#contact">Contact</a>
</h3>
<p>
If you'd like to contact me, the best ways to do so are as
follows, in order of preference:
<ul>
<li>Via e-mail, using my <a
href="assets/pgpkey.asc">PGP key</a></li>
<li>
Via e-mail, using my
<a href="assets/pgpkey.asc">PGP key</a>
</li>
<li>Through Matrix: @emma:tebibyte.media</li>
<li><a href="assets/session-id.txt">Using
Session</a></li>
<li>Using Discord (<a
href="https://usemumble.neocities.org/">proprietary, not
recommended</a>): Emma Tebibyte#3123</li>
<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
@ -78,57 +88,92 @@
make but which I think would be good to have</h4>
<p>
<ul>
<li>A fork of <a
href="https://github.com/moezbhatti/qksms">QKSMS</a>
<li>A fork of
<a href="https://github.com/moezbhatti/qksms">
QKSMS
</a>
that implements the following messengers' protocols:
<ul>
<li><a
href="https://airmessage.org/">AirMessage</a></li>
<li><a
href="https://github.com/wrwrabbit/Partisan-SMS">Partisan-SMS</a></li>
<li><a
href="https://signal.org/">Signal</a></li>
<li><a
href="https://silence.dev/">Silence</a></li>
<li><a
href="https://telegram.org/">Telegram</a></li>
<li>
<a href="https://airmessage.org/">
AirMessage
</a>
</li>
<li>
<a href="https://github.com/wrwrabbit/Partisan-SMS">
Partisan-SMS
</a>
</li>
<li>
<a href="https://signal.org/">Signal</a>
</li>
<li>
<a href="https://silence.dev/">Silence</a>
</li>
<li>
<a href="https://telegram.org/">Telegram</a>
</li>
</ul>
</li>
<li>An Android app that uses the method <a
href="https://auroraoss.com/">Aurora Store</a> uses to
download Google Play Store APK files for Android and
<li>An Android app that uses the method
<a href="https://auroraoss.com/">Aurora Store</a> uses
to download Google Play Store APK files for Android and
the patches that the unofficial Minecraft Bedrock
launcher for GNU/Linux and the MacOS uses to remove
signature verification to keep Minecraft for Android
up-to-date and running on systems without Google Play
Services.</li>
<li>An Android SoundCloud client which uses the existing
components from the <a
href="https://newpipe.net/">NewPipe</a> app.</li>
components from the
<a href="https://newpipe.net/">NewPipe</a> app.</li>
</ul>
</p>
</div>
<div class="break"></div>
<div class="section">
<h3 class="header" id="shopping"><a
href="#shopping">Alternatives to Amazon</a></h3>
<h3 class="header" id="links">
<a href="#links">Links</a>
</h3>
<p>
Because of <a
href="https://trinity.moe/shitlist/#amazon">various reasons</a>,
Amazon is <a href="https://stallman.org/amazon.html">a
less-than-optimal place</a> to purchase things. Avoiding giving
them money is an important cause, so I have decided to compile a
list of alternative storefronts from which to purchase commonly
sought-after items. This list will always be a work-in-progress.
<ul>
</ul>
Some useful links you might like to click on:
<ul>
<li>
<a href="https://git.tebibyte.media/emma/site/">
I wanted to put something funny here
</a>
</li>
<li>
<a href="firefox">
My recommended Firefox configuration
</a>
</li>
<li>
<a href="https://git.tebibyte.media/emma/">
The link to my git profile
</a>
</li>
<li>
<a href="https://adnilarchive.wordpress.com/">
The Sarah Adnil Archives</a>, which I help run
</a>
</li>
</ul>
</p>
</div>
</div> <!-- content -->
<div class="copyleft">
<h5>This site is licensed under the <a href="agpl-3.0.txt">AGPLv3</a> or
later. Its content is covered under the <a href="legalcode.txt">CC
BY-NC-SA</a> license.</h5>
</div>
<footer>
<div class="section-full">
<h5>This site is licensed under the <a
href="agpl-3.0.txt">AGPLv3</a> or later. Its content is covered
under the <a href="legalcode.txt">CC BY-NC-SA</a> license.</h5>
</div>
</body>
</html>