From 7cf715b7d1a94973af4cdf25aa3169534a8eb89a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Dec 2020 08:35:33 -0600 Subject: [PATCH] Improve index --- index.php | 12 +++++++++--- styles/styles.css | 15 +++++++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 6e93c9c..07813b7 100644 --- a/index.php +++ b/index.php @@ -8,12 +8,18 @@

desu.ltd?

-

desu.ltd. The domain of me, some random guy on the internet named Salt.

+

desu.ltd. The domain of me, a guy on the internet named Salt. Here and under various subdomains, I host things.

Where are the goods?

+

Your site is hard to navigate/looks like shit

+

Yeah well fuck you, you look like shit too. You just don't appreciate the sleek, sexy appeal of a monospace aesthetic. You could view this site on a typewriter and it'd still look killer.

+

Alright cool, but these headers suck

+

I'll give you that.

diff --git a/styles/styles.css b/styles/styles.css index 9d9370b..794cdaa 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -67,6 +67,10 @@ h2:before { p { margin: 0 0 1em 0; } +nav:before,nav:after { + content: "--"; + opacity: 0.25; +} nav ul { display: inline-block; list-style-type: none; @@ -79,13 +83,17 @@ nav ul li{ padding: 0; } nav ul li:before { - content: ":: "; + content: "["; + opacity: 0.25; +} +nav ul li:after { + content: "]"; opacity: 0.25; } .content ul { list-style-type: none; margin: 0; - padding: 0; + padding: 0 0 1em 0; } .content ul li:before { content: "* "; @@ -96,6 +104,9 @@ nav ul li:before { .header { margin: 0 0 1em 0; } +.header pre { + opacity: 0.25; +} .header h1 { margin: 0 0 1em 0; }