diff --git a/homepage/index.html b/homepage/index.html index 806f9bb..3e50904 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -5,12 +5,13 @@ - - + + -(d + (7 - s)) + +trinity dot moe @@ -18,11 +19,10 @@ -

Hi, I'm Deven Blake. I'm just your normal everyday nerd.

+

Hi, I'm Deven Trinity Blake. I'm just your normal everyday nerd.

translations of my name include:
ديفين بلايك
@@ -46,7 +46,9 @@ See something wack? File an issue. Got something to share? Make a pull request. #services, #praise, #control, +#playground, #zelda, +#htmlbeliefs, #now, #harmful, #trinitisms, @@ -158,6 +160,7 @@ Seriously. The code is yours. Take all the JS without crediting me. Hotlink the GitHub, devenblake; GitLab, devenblake; Hacker News, devenblake; +Ieddit, but nobody's responded to my multiple requests to delete my unused account; itch.io, devenblake; Matter, deven; Notabug, deven; @@ -165,6 +168,7 @@ Seriously. The code is yours. Take all the JS without crediting me. Hotlink the Reddit, u/devenblake; Soundcloud, devenblake; SpaceHey, dtb; +TikTok, trn1ty; Twitter, but I'm suspended on both @officialiowa and @trn1ty (which prevents me from deactivating my accounts, which I will when I can); Wikipedia, DTB

@@ -195,7 +199,7 @@ On most of these I have had profiles in the past, but they are since deleted.
-

Control panel

+

Set site theme

The following inputs use JavaScript to change this page's stylesheet:
@@ -210,10 +214,17 @@ Any stylesheet from any on-line source will work.
The following button manipulates the site cookie. This setting is the only use of cookies anywhere on this website.
-
The following buttons use JavaScript to modify the page title.
- - - +
The following button would change the alignment of this page's text if it worked.
+ +

+ +
+ +

JavaScript playground

+ + + +


@@ -227,6 +238,50 @@ curl http://www.trinity.moe/zelda.sh | sudo sh
+

What makes good HTML

+

updated 2021-05-12

+

+It's no secret that I type every character of my website, by hand, without any form of generation. +I brag about it a lot. It's my justification for calling other, ostensibly better websites garbage. +It also doubles as a bit of a running gag. The intention, partially, is to shock people. +Also a bit to inspire them. "All you need is a browser and a text editor." And the usual contrarianism. +Many of these qualities are considered bad and for good reasons - it's just needless. We've progressed past raw HTML-writing. +Modern computers can handle modern websites. And these are all not only good reasons but true. +

+

+However keep in mind that sometimes progress isn't good. (I do not mean social progress, which I support in most forms.) +Where has progress in the web taken us? Commercial advertisements in cyber-space? Web browsers running proprietary third party code? +Digitally restricted media being limited to playback within browsers? While yes, these are technological advancements, they're a +progression of Capitalism, not of humanity. They are a sign of the conquest of the web by the hands of the corporate world. Yuck. +

+

+So I don't write bare HTML to be contrary to other "web developers", though contrarianism is a welcome part of it. +I write bare HTML to encourage the usage of web browsers that prioritize privacy and tell anyone looking to make a buck through the web to sod off. +

+

Anyway, with the philosophical side out of the way, here's a list in arbitrary order of things I think make good HTML

+ + +
+

What I'm doing right now

updated 2021-05-08