From 6caa872c8bf51528941b529c5be5ee8343e867f8 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 12 Oct 2021 21:19:04 -0400 Subject: [PATCH] Rework the styling to make it pretty --- index.html | 210 ++++++++++++++++++++++++++--------------------------- style.css | 51 ++++++++++++- 2 files changed, 154 insertions(+), 107 deletions(-) diff --git a/index.html b/index.html index dcd7492..c38e857 100644 --- a/index.html +++ b/index.html @@ -6,111 +6,109 @@ -
-
-

Welcome to

-

Emi's Homepage

-

a trans femby's tiny corner of the internet

-
-
-
-

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 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!
  • -
  • toki pona, and sometimes other neat language projects!
  • -
-

I will also be very excited if you try to talk to me about

-
    -
  • Gender!
  • -
  • Neat open source protocols
  • -
  • Ethics & software
  • -
  • Sociology or Philosophy
  • -
  • 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: -

-
    -
  • Your very specific linux setup
  • -
  • Why software A is better than software B
  • -
  • Something I don't understand but that you don't care to explain
  • -
-
-
-

Do you have any public projects?

-

- 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. -

-

My GitLab

-

My GitHub

-
-
-

Something you made is difficult for me to use

-

- 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. -

-
-
-

- 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. -

-

- 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 other concerns about this license, please first consult - the - - Hippocratic License FAQ. - -

-
-
-

I really like security. Do you have a GPG key?

-

- I mean like if you really want. -

-
-
-
+
+

Welcome to

+

Emi's Homepage

+

a trans femby's tiny corner of the internet

+
+
+
+

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 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!
  • +
  • toki pona, and sometimes other neat language projects!
  • +
+

I will also be very excited if you try to talk to me about

+
    +
  • Gender!
  • +
  • Neat open source protocols
  • +
  • Ethics & software
  • +
  • Sociology or Philosophy
  • +
  • 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: +

+
    +
  • Your very specific linux setup
  • +
  • Why software A is better than software B
  • +
  • Something I don't understand but that you don't care to explain
  • +
+
+
+

Do you have any public projects?

+

+ 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. +

+

My GitLab

+

My GitHub

+
+
+

Something you made is difficult for me to use

+

+ 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. +

+
+
+

+ 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. +

+

+ 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 other concerns about this license, please first consult + the + + Hippocratic License FAQ. + +

+
+
+

I really like security. Do you have a GPG key?

+

+ I mean like if you really want. +

+
+
diff --git a/style.css b/style.css index 2f2b97a..d092db9 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,57 @@ +/* Basic styling */ body { - background-color: #2A1A35; + margin: 0; color: white; font-family: Comic Mono; } + +/* Setting up the centered content */ +section { + display: grid; + justify-content: center; + + padding: 50px 0; +} +section > * { + max-width: 700px; +} + +/* Styles for the header */ +header p:first-of-type { + font-size: 2em; +} +h1 { + font-size: 5em; + margin-top: 15px; + margin-bottom: 15px; +} header { text-align: center; + height: 100vh; + display: grid; + align-content: center; + background-color: #2A1A35; +} + +/* Color Scheme */ +h1, a { + color: #AA89FD; +} +h2 { + color: #B50085; +} +section:nth-child(1) { + background-color: #26182F; +} +section:nth-child(2) { + background-color: #211629; +} +section:nth-child(3) { + background-color: #1D1422; +} +section:nth-child(4) { + background-color: #18121C; +} +section:nth-child(5) { + background-color: #141016; }