Remove Super Thoughts

This commit is contained in:
Matthias Portzel 2023-02-26 16:41:45 -05:00
parent 4cefd3079e
commit 173a7616aa
2 changed files with 0 additions and 18 deletions

View File

@ -269,19 +269,3 @@ h1 {
.history-nav a:hover {
text-decoration: underline;
}
/* Super Thoughts */
#super-thoughts {
position: fixed;
}
#super-thoughts::before {
content: "Welcome to Super Thoughts! The way that the web as a platform exists today is such that I, as the creator of this website that you have opened, have complete control over all of the pixels that your web browser gives me. For a phone, thats a small number of pixels, and I can fit my Thoughts in there nicely. But this device is significantly bigger. Too big, in my opinion. I dont need or want this many pixels. But there is no way to abdicate responsibility. I have to give you 100% of a website, whether I want to or not. I cant leave this space blank. I can fill it in with white or the background color, but there has to be something here, and I have to be the one to put it here. Its a blessing too, I suppose. If I didnt have complete control, I would want it. I used to strive to maintain complete control over my own life. Its hard for me to recognize that thats not how real-life works. When I have a small area, like this website, that this is truly mine, it seems like a shame to leave areas of it empty and unused. But the main reason Im typing this, and that youre seeing it, is aestetic. The webpage would look... off balance with nothing here. This text is a counter weight, it stops the website from falling over. Thank you for your understanding. —Matthias";
position: fixed;
transform: rotate(-90deg);
height: calc(100vh - 80px);
width: calc(100vh - 80px);
top: 40px;
left: 1440px;
color: var(--text-color);
line-height: 1.5;
}

View File

@ -54,8 +54,6 @@
{% endblock %}
</footer>
<div id="super-thoughts" aria-hidden="true"></div>
{% block scripts %}
{% endblock %}