From 28bffa3021265e785b23b743fe7e9bd61ca12f32 Mon Sep 17 00:00:00 2001
From: snipe <72265661+notsniped@users.noreply.github.com>
Date: Fri, 9 Dec 2022 19:24:28 +0530
Subject: [PATCH 1/4] Add alt text to GitHub member profile pictures on website
Useful for screen readers and accessibility tools.
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index ba69423..9e92e9a 100644
--- a/index.html
+++ b/index.html
@@ -76,11 +76,11 @@
- notsniped (notsniped#4573 on Discord)
+
notsniped (notsniped#4573 on Discord)
- Archisha69 (thatOneArchUser#5518 on Discord)
+
Archisha69 (thatOneArchUser#5518 on Discord)
- Archie (thatOneArchUser#0300 on Discord)
+
Archie (thatOneArchUser#0300 on Discord)
From 30b28ae465b051342efbaa010d74548d6662a059 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:26:24 +0530 Subject: [PATCH 2/4] Add mobile website compatibility optimizations --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9e92e9a..f031f7c 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ +
From 6676afe8941c3ecf6a6176209213a04b4cae1792 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:31:52 +0530 Subject: [PATCH 3/4] Add NKA description to website `` tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f031f7c..0ad8833 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + From bb2fb2e5030ff97fe452369795587b8fd235a9b0 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:40:02 +0530 Subject: [PATCH 4/4] Explicitly define height and width for user profile picture favicon --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f6c7ad8..def44a1 100644 --- a/style.css +++ b/style.css @@ -106,6 +106,7 @@ body { } .user-pfp-favicon { + height: 40px; width: 40px; border-radius: 100%; box-shadow: 1px 0 4px 2px rgb(199, 199, 199);