diff --git a/static/style.css b/static/style.css
index 8b1abb7..14fa33a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,105 +1,107 @@
* {
- box-sizing: border-box;
+ box-sizing: border-box;
}
-ul.button-bar {
- display: flex;
- list-style: none;
- text-align: center;
- justify-content: center;
-}
-
-.button-bar::after {
- display: block;
+.button-bar {
+ display: flex;
+ text-align: center;
+ justify-content: center;
+ margin: 1em 0;
}
.button {
- background-color: #fc6fdd;
- color: #f7f7f7;
- text-align: center;
- text-decoration: none;
- padding: 8px 1.2em;
- margin: 0 10px;
+ background-color: #fc6fdd;
+ color: #f7f7f7;
+ text-align: center;
+ text-decoration: none;
+ padding: 8px 1.2em;
+ margin: 0 10px;
- transition: background-color .1s;
+ transition: background-color .1s;
}
.button:hover {
- background-color: #f444ce;
+ background-color: #f444ce;
}
body {
- background-color: #f7f7f7;
+ background-color: #f7f7f7;
}
body p {
- line-height: 1.6;
+ line-height: 1.6;
}
#carrd-container {
- font-size: 90%;
+ font-size: 90%;
}
#carrd-container p {
- line-height: 1.5;
+ line-height: 1.5;
}
#carrd-container ul {
- box-sizing: content-box;
- margin-right: 5%;
- text-align: left;
- line-height: 1.5;
+ box-sizing: content-box;
+ margin-right: 5%;
+ text-align: left;
+ line-height: 1.5;
}
[class*=col-] {
- width: 100%;
- padding: 0 15px;
- float: left;
+ width: 100%;
+ padding: 0 15px;
+ float: left;
}
.col-center {
- width: 100%;
+ width: 100%;
}
-.col-left, .col-right {
- width: 0;
+.col-left,
+.col-right {
+ width: 0;
}
-.col-center header, .col-center main, .col-center footer, .col-center article {
- padding: 10px auto;
+.col-center header,
+.col-center main,
+.col-center footer,
+.col-center article {
+ padding: 10px auto;
}
.emphasis {
- background-color: rgba(144,144,144,0.25);
+ background-color: rgba(144, 144, 144, 0.25);
}
@media only screen and (min-width: 768px) {
- .col-left, .col-right {
- width: 20%;
- }
- .col-center {
- width: 60%;
- }
+ .col-left,
+ .col-right {
+ width: 20%;
+ }
- [class*=col-] {
- padding: 5px;
- }
+ .col-center {
+ width: 60%;
+ }
- #carrd-container {
- font-size: 100%;
- }
+ [class*=col-] {
+ padding: 5px;
+ }
- #carrd-container ul {
- text-align: center;
- list-style-position: inside;
- }
+ #carrd-container {
+ font-size: 100%;
+ }
- #dms {
- margin: 1em;
- }
+ #carrd-container ul {
+ text-align: center;
+ list-style-position: inside;
+ }
+
+ #dms {
+ margin: 1em;
+ }
}
footer p {
- font-size: small;
-}
\ No newline at end of file
+ font-size: small;
+}
diff --git a/templates/carrd.html.tera b/templates/carrd.html.tera
index 7c5c895..8bdafc6 100644
--- a/templates/carrd.html.tera
+++ b/templates/carrd.html.tera
@@ -1,6 +1,6 @@
{% extends "base" %}
{% block head %}
- {% set title = "Audrey | Estela — Carrd" %}
+ {% set title = "Carrd" %}
{% set description = "A brief introduction to who I am and some basic things I ask of you if you wish to talk to me." %}
{% set cover_alt = "A small Jun Kurosu drawn for me as a gift by my friend Pearl. His eyes are closed and he is smiling brightly." %}
@@ -15,81 +15,61 @@
- Audrey/Feenie
- young adult (ask for age) – non-binary lesbian – not white
+ Audrey/Estela/Feenie
+ adult – non-binary lesbian – not white
they/she/he/she + any (neopronouns OK)
- More info on DMs at the bottom. Maybe one day I'll compile a database of interests...
+ More info on DMs at the bottom. Maybe one day I'll compile a database of interests...
- Please like my pinned tweet if you read through this!
+ You're encouraged to like my pinned post if you've read through this page!
-
- DO NOT FOLLOW IF:
-
+
- You are a terf or a radfem;
+ TL;DR: If I follow you first, you can assume it's OK to follow back.
-
You are homophobic, transphobic, racist, etc.;
-
You are a strictly NSFW or 18+ account;
-
You are younger than 16 or older than 28 (current mutuals exempt);
+
+
+ I DO NOT TOLERATE:
+
+
General bigotry.
- If I follow you first, you can assume it's OK to follow back.
+ Any sort of terf rhetoric. Stay the fuck away.
-
-
-
- You firmly believe fiction cannot reflect
- or influence reality in any way and use this as an excuse to justify immoral
- or creepy behavior;
-
-
-
- You don't support non-binary lesbians, etc;
-
- You do support bi/pan "lesbians", etc;
+ Any person who justifies their own predatory behavior and interests by insisting that
+ fiction indulging in them cannot cause material harm to others.
+ These people know who they are and I refuse to refer to them on their own terms.
- You don't support neopronouns or xenogenders;
+ Harry Potter fans. I have no time to waste on you if you'd rather
+ fund a transphobe than do the bare minimum for trans people.
- YOU SHOULDN'T follow IF:
+ YOU SHOULDN'T follow me IF:
-
- You are an AoT/Homestuck fan
- (I will block/softblock);
-
-
- You don't support any form of self-diagnosis
- (I have self-diagnosed ADHD);
-
+
You are younger than 18. If we're already friends, obviously this doesn't count.
+
That's about it.
-
diff --git a/templates/dms.html.tera b/templates/dms.html.tera
index a1e2847..07d27a5 100644
--- a/templates/dms.html.tera
+++ b/templates/dms.html.tera
@@ -1,6 +1,6 @@
{% extends "base" %}
{% block head %}
- {% set title = "Audrey | Estela — About DMs" %}
+ {% set title = "About DMs" %}
{% set description = "A simple heads-up for anyone who might want to reach out to me privately online. Please read this in full." %}
{% set cover_alt = "A small Jun Kurosu drawn for me as a gift by my friend Pearl. His eyes are closed and he is smiling brightly." %}
@@ -24,15 +24,13 @@
But there are some things which you should know before doing
that.
While I do enjoy talking to others, I also have a very low
- social battery and undiagnosed ADHD. I
- do not have access to resources which can
- help me with this, so I have trouble organizing my days and
- I often feel burnt out or in the wrong mood to chat.
+ social battery and ADHD. I often have trouble organizing my
+ days and feel burnt out or in the wrong mood to chat.
Please understand that I will most likely
not be able to reply immediately, and at times I might even
- take multiple days if not longer.
+ take multiple days, if not longer.
It is not because I dislike anyone in
particular, it's just how I am.