From 216ea0de12c5760f02a0e3ec34b6ae1ab4ba3e43 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Thu, 4 Sep 2025 17:07:07 -0700 Subject: [PATCH] improve text browsing and stuff --- index.html | 21 ++++++++++++++++++--- style.css | 4 ++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9466d66..5104973 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,10 @@
-

Ted Piera.k.a. MiningTcup

+

+ Ted Pier a.k.a. MiningTcup +

Lulu the dogNotes APK file.

+ +

This Website

+

+ This website is meant to be a showcase of everything I do. You may + have noticed it's a tad bit minimal, and I'd like you to know that's + a design choice. I can make something cooler than this, but that's + just not what I wanted for my personal website. This website is + meant to be as correct and usable as possible - this means no low + contrast, no gradients, extremely minimal scripts, and proper tags. + It even works well in + Lynx! +


@@ -116,13 +131,13 @@

Kiwix provides offline browsing - of websites, including + of websites, primarily wiki-like resources, including ArchWiki, Wikipedia, and DevDocs, allowing access to resources in an internet outage or while travelling.

-

Mozhi Server

+

Mozhi Server

Mozhi is a proxy for several online translators, such as Google Translate, and is used by diff --git a/style.css b/style.css index 26cb2bd..be33ed8 100644 --- a/style.css +++ b/style.css @@ -197,3 +197,7 @@ section { .blog-item > p { font-weight: normal; } + +.gone { + display: none; +}