Update copy, minor style tweaks

This commit is contained in:
Emi Simpson 2021-10-12 23:00:27 -04:00
parent 4b0e2d43fe
commit 3e17391969
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 68 additions and 29 deletions

View File

@ -3,14 +3,12 @@ layout: landing.liquid
---
## Who are you???
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"
I'm Emi, a student at [REDACTED] who loves niche communities and the software &
circumstances that form them. I've eaten your gender, and it's mine now. I
use your pronouns.
I do a whole bunch of work scattered across whatever hobbies have
struck my interest, but common themes are:
I do a whole bunch of work scattered across whatever hobbies have struck my
interest, but common themes are:
* Queer advocacy!
* Non-standard chat platforms & social networks!
@ -21,15 +19,13 @@ I will also be very excited if you try to talk to me about
* Gender!
* Neat open source protocols
* Ethics & software
* Sociology or Philosophy
* Sociology or Philosophy (although I might not understand)
* Sustainability
* Cartoons
* Video essays
* The intersection of any of the above
but will probably stop paying attention if you try to talk to me
about:
but will probably stop paying attention if you try to talk to me about:
* Your very specific linux setup
* Why software A is better than software B
@ -44,16 +40,53 @@ 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.
<div class="horizontal">
[My GitLab](https://gitlab.com/Alch_Emi)
[My GitHub](https://github.com/Alch-Emi)
[My Gitea](https://fem.mint.lgbt/Emi)
</div>
I've also done work in professional contexts, but if you're interested in
working with me in a professional setting, please contact me directly, and I
will happily provide you with copies of my resume website and more detailed
information. You can find my contact information below.
. . .
## How can I get in touch with you?
I'm active on Matrix under the username `@emi:the-apothecary.club`, as well as
on Mastodon at [`@emi@www.librepunk.club`][1]. For more professional or long
form contact, you can also reach me by email at **emi@alchemi.dev**.
The cryptographically inclined can also find more cryptographic proofs for all
of these on my [KeyOxide][2], as well as a download link for my full GPG key.
If I receive a message encrypted to my GPG key, I will respond in kind.
Additionally, I will not send messages signed by any key other than the one
posted here (`ACAB BABE 77B7`) without first
* Updating the WKD and website postings
* Posting a notice signed by the old key officially deprecating it and
endorsing a new key
* Posting a revocation certificate
Yes, I recognize that a lot of this is unnecessary for the level of opsec
appropriate to my situation, but I enjoy it. Think of it like a cyberpunk
LARP! There is also no pressure to use any of these security measures with me,
unless you've established that it's something you want.
[1]: https://www.librepunk.club/@emi
[2]: https://keyoxide.org/wkd/emi@alchemi.dev
. . .
## Something you made is difficult for me to use
Please please please tell me. I try to make everything I do accessable, but
Please please please tell me. I try to make everything I do accessible, 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
@ -64,27 +97,19 @@ you uncomfortable or otherwise hurt you.
## Something you made is difficult for me to use because you used a license I don't like
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.
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 these licenses due to the fact that it means that anyone intending
to use it to violate human rights cannot.
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.
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.
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.
If you have other concerns about this license, please first consult
the [Hippocratic License FAQ](https://firstdonoharm.dev/)
. . .
## I really like security. Do you have a GPG key?
[I mean like if you really want.](.well-known/openpgpkey/hu/xjgaxcou5ojpf3otjssi8k8mc6eswjib)

View File

@ -35,6 +35,20 @@ header {
background-color: #2A1A35;
}
/* General Markdown Styling */
code {
background-color: rgba(200, 200, 200, 0.1);
padding: 2px 5px;
border-radius: 5px;
}
/* Widgets & Components */
.horizontal {
display: grid;
grid-auto-flow: column;
justify-content: space-between;
}
/* Color Scheme */
h1, a {
color: #AA89FD;