From ed5889d825e6ac63973692700ea5cbdaae6500f8 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 26 Aug 2022 15:29:41 +0200 Subject: moveshitaround --- static/myhumor/index.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ static/myhumor/index.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 static/myhumor/index.css create mode 100644 static/myhumor/index.html (limited to 'static/myhumor') diff --git a/static/myhumor/index.css b/static/myhumor/index.css new file mode 100644 index 0000000..f43a7f8 --- /dev/null +++ b/static/myhumor/index.css @@ -0,0 +1,45 @@ +@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Google+Sans&display=swap'); + +:root{ + --title-color: #ff80a4; + --text-color: #ff2674; + --background-color: #202124; + --nav-background-color: #333; +} +h2{ + text-align: center; + color: var(--title-color); + font-family: 'fira sans', serif; +} + +.headeridfk{ + text-align: center; + color: var(--title-color); + font-family: 'fira sans', serif; +} + +html, body{ + scroll-behavior: smooth; + background-color: var(--background-color); +} + +p{ + font-family: 'google sans'; + color: var(--text-color); + font-size: larger; +} + +.fuckingcentered{ + margin: 0 auto; + margin-top: 150%; + margin-left: 3%; + margin-right: 3%; + +} + +b{ + color: #ffd100; + font-size: larger; +} diff --git a/static/myhumor/index.html b/static/myhumor/index.html new file mode 100644 index 0000000..ed20ccb --- /dev/null +++ b/static/myhumor/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + explanation + + + +

TW: suicidal thoughts, self harm

+

if you're ok with that, scroll down

+

+ it might shock you to know, that i am actually not doing ok mentally /hj
+ because of my *interesting* behaviour/humor, im constantly being gatekept/harassed into leaving communities that i really want to be part of.
+ that has led me into having suicidal thoughts, constantly hurting myself, and having close to 0 self confidence.
+ before you ask, yes. i am getting help, after my HRT request, im being monitored by multiple doctors, i am on antidepressants and im seeing multiple therapists
+ my way of handling with all of this is humor, hiding my depressed side with horrible jokes, which really arent funny, but its just my way of dealing with all of the things that are happening to me, which brings me to my point: almost everything i do/say is sarcastic/ironic unless i state it otherwise. do not take most of my words seriously. i did not mean to offend anyone, i love you <3. + please dont act harshly with me, that really doesnt help my current state. i know its a lot to ask for, but i really dont have any ideas what to do + + + +

+ + -- cgit