115 lines
3.8 KiB
HTML
115 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Emi's Homepage</title>
|
|
<link rel="stylesheet" href="style.css"/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<p>Welcome to</p>
|
|
<h1>Emi's Homepage</h1>
|
|
<p>a trans femby's tiny corner of the internet</p>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<h2>Who are you???</h2>
|
|
<p>
|
|
I'm Emi, a student at [REDACTED] who loves niche communities and the software
|
|
& circumstances that form them. I'm nonbinary, meaning that I'm not
|
|
exclusively male or female, and trans. If you need to refer to me in
|
|
third person, please use they/them pronouns, like, "They went to the
|
|
park with their dog"
|
|
</p>
|
|
<p>
|
|
I do a whole bunch of work scattered across whatever hobbies have
|
|
struck my interest, but common themes are:
|
|
</p>
|
|
<ul>
|
|
<li>Queer advocacy!</li>
|
|
<li>Non-standard chat platforms & social networks!</li>
|
|
<li>toki pona, and sometimes other neat language projects!</li>
|
|
</ul>
|
|
<p> I will also be very excited if you try to talk to me about </p>
|
|
<ul>
|
|
<li>Gender!</li>
|
|
<li>Neat open source protocols</li>
|
|
<li>Ethics & software</li>
|
|
<li>Sociology or Philosophy</li>
|
|
<li>Sustainability</li>
|
|
<li>Cartoons</li>
|
|
<li>Video essays</li>
|
|
<li>The intersection of any of the above</li>
|
|
</ul>
|
|
<p>
|
|
but will probably stop paying attention if you try to talk to me
|
|
about:
|
|
</p>
|
|
<ul>
|
|
<li>Your very specific linux setup</li>
|
|
<li>Why software A is better than software B</li>
|
|
<li>Something I don't understand but that you don't care to explain</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Do you have any public projects?</h2>
|
|
<p>
|
|
Hell yeah! I maintain a couple of Discord bots that you can find on
|
|
my GitLab, as well as a smattering of other random one-off things. I
|
|
also have a GitHub, although I don't use it to host projects, just to
|
|
do pull requests.
|
|
</p>
|
|
<p><a href="https://gitlab.com/Alch_Emi"> My GitLab</a></p>
|
|
<p><a href="https://github.com/Alch-Emi"> My GitHub</a></p>
|
|
</section>
|
|
<section>
|
|
<h2>Something you made is difficult for me to use</h2>
|
|
<p>
|
|
Please please please tell me. I try to make everything I do
|
|
accessable, but I'll inevitably miss things. If you let me know how
|
|
something I made is inaccessible to you, I will make it my top
|
|
priority to make sure that it works for you. Same goes if anyone,
|
|
deliberately or not, uses my software to make you uncomfortable or
|
|
otherwise hurt you.
|
|
</p>
|
|
</section>
|
|
<section>
|
|
<h2>
|
|
Something you made is difficult for me to use because you used a license
|
|
I don't like
|
|
</h2>
|
|
<p>
|
|
Some of my code is licensed under the Hippocratic license or the CNPL
|
|
in an effort to prevent the use of my code to violate human rights.
|
|
Some people are not a fan of this license due to the fact that it
|
|
means that anyone intending to use it to violate human rights cannot.
|
|
</p>
|
|
<p>
|
|
If you would like permission to use my code to violate human rights,
|
|
or to let someone else use it to violate human rights, you cannot.
|
|
</p>
|
|
<p>
|
|
If you have a specific usecase that you think is justified, such as
|
|
wanting to license under a different ELOS license, and I am the sole
|
|
licensor of the project you want to use, then you are welcome to reach
|
|
out to me and I may grant you specifically rights to use my code under
|
|
a different license.
|
|
</p>
|
|
<p>
|
|
If you have other concerns about this license, please first consult
|
|
the
|
|
<a href="https://firstdonoharm.dev/">
|
|
Hippocratic License FAQ.
|
|
</a>
|
|
</p>
|
|
</section>
|
|
<section>
|
|
<h2>I really like security. Do you have a GPG key?</h2>
|
|
<p><a href=".well-known/openpgpkey/hu/xjgaxcou5ojpf3otjssi8k8mc6eswjib">
|
|
I mean like if you really want.
|
|
</a></p>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|