From 1d754517faf2c54bda938d9c1e342db2afbd054f Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Sun, 26 Nov 2023 18:58:46 -0600 Subject: [PATCH] Accessibility --- views/about/index.html | 1 + views/blog/index.html | 13 ++++++++----- views/branding/index.html | 1 + views/index.html | 2 +- views/links/index.html | 1 + views/projects/hex/index.html | 11 +++++++---- views/projects/index.html | 13 ++++++++----- views/projects/woz/index.html | 12 +++++++----- views/site/index.html | 2 +- views/styles/style.css | 4 ++-- 10 files changed, 37 insertions(+), 23 deletions(-) diff --git a/views/about/index.html b/views/about/index.html index 8e28528..f525360 100644 --- a/views/about/index.html +++ b/views/about/index.html @@ -29,6 +29,7 @@

More about this domain.

<$ nav.html $> +
diff --git a/views/blog/index.html b/views/blog/index.html index 3e313b7..7625105 100755 --- a/views/blog/index.html +++ b/views/blog/index.html @@ -24,11 +24,14 @@ <$ loader.html $> -
-

Blog

-

A place where I post unhinged ramblings (blog posts).

-
- <$ nav.html $> +
+
+

Blog

+

A place where I post unhinged ramblings (blog posts).

+
+ <$ nav.html $> + +

Getting blogs...

diff --git a/views/branding/index.html b/views/branding/index.html index 1a1e15f..e4e5ae2 100644 --- a/views/branding/index.html +++ b/views/branding/index.html @@ -37,6 +37,7 @@

Branding

<$ nav.html $> +
diff --git a/views/index.html b/views/index.html index f347f07..1002e2b 100755 --- a/views/index.html +++ b/views/index.html @@ -28,6 +28,7 @@

ABTMTR.LINK

<$ nav.html $> +
@@ -66,7 +67,6 @@
- diff --git a/views/links/index.html b/views/links/index.html index 712756f..fbfe98e 100644 --- a/views/links/index.html +++ b/views/links/index.html @@ -29,6 +29,7 @@

Where else you can find me.

<$ nav.html $> +
diff --git a/views/projects/hex/index.html b/views/projects/hex/index.html index f0eb559..002e39b 100755 --- a/views/projects/hex/index.html +++ b/views/projects/hex/index.html @@ -26,10 +26,13 @@ <$ loader.html $> -
-

HexFlagGen

-

Make a flag out of the hexadecimal bytes of your choice.

-
+
+
+

HexFlagGen

+

Make a flag out of the hexadecimal bytes of your choice.

+
+ +


diff --git a/views/projects/index.html b/views/projects/index.html index 2f592d3..9fffd57 100755 --- a/views/projects/index.html +++ b/views/projects/index.html @@ -24,11 +24,14 @@ <$ loader.html $> -
-

Projects

-

Various projects I've made.

-
- <$ nav.html $> +
+
+

Projects

+

Various projects I've made.

+
+ <$ nav.html $> + +

Getting projects...

diff --git a/views/projects/woz/index.html b/views/projects/woz/index.html index 7f8e3d4..90a3df8 100755 --- a/views/projects/woz/index.html +++ b/views/projects/woz/index.html @@ -26,10 +26,13 @@ <$ loader.html $> -
-

WozSteamGem

-

Make a Scott The Woz thumbnail out of any Steam game.

-
+
+
+

WozSteamGem

+

Make a Scott The Woz thumbnail out of any Steam game.

+
+ +

Background Alignment
- diff --git a/views/site/index.html b/views/site/index.html index eb7993c..8ae2085 100644 --- a/views/site/index.html +++ b/views/site/index.html @@ -27,6 +27,7 @@

Site Information

<$ nav.html $> +
@@ -57,7 +58,6 @@

- diff --git a/views/styles/style.css b/views/styles/style.css index db76877..9b805e5 100644 --- a/views/styles/style.css +++ b/views/styles/style.css @@ -1,7 +1,7 @@ #accessibility { - position: sticky; + /* position: sticky; bottom: 1em; - left: 1em; + left: 1em; */ background-color: var(--background-color); padding: 0.5em; }