From b49cb59d1e0ee682e05fca8a47de6c0fd3ba2969 Mon Sep 17 00:00:00 2001
From: Helen Chong <119173961+helenclx@users.noreply.github.com>
Date: Sun, 1 Dec 2024 15:20:03 +0800
Subject: [PATCH] Change Disability Pride Month links
---
src/_includes/main/hero.njk | 2 +-
src/projects/snippets/disability-pride-flag-background.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/_includes/main/hero.njk b/src/_includes/main/hero.njk
index b774de56..b958b91e 100644
--- a/src/_includes/main/hero.njk
+++ b/src/_includes/main/hero.njk
@@ -93,7 +93,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
};
else if (month === 7)
return{
- blurb: `Happy Disability Pride Month!`,
+ blurb: `Happy Disability Pride Month!`,
class: "flag-disability"
}
else if (month === 8 && day === 25)
diff --git a/src/projects/snippets/disability-pride-flag-background.md b/src/projects/snippets/disability-pride-flag-background.md
index dec6c287..31991b3c 100644
--- a/src/projects/snippets/disability-pride-flag-background.md
+++ b/src/projects/snippets/disability-pride-flag-background.md
@@ -7,7 +7,7 @@ eleventyNavigation:
There have been CSS code snippets of LGBTQ+ pride flag backgrounds out there, but I could not find one for the [Disability Pride Flag](https://www.womansday.com/life/a43964487/disability-pride-flag/), which was created by [Ann Magill](https://capri0mni.dreamwidth.org/837596.html) and released in 2021.
-Therefore, at the start of [Disability Pride Month](https://www.weareincludability.co.uk/resources/what-is-disability-pride-month) in July 2024, I decided to code a Disability Pride Flag background in CSS, and now I am releasing my code snippet for public use.
+Therefore, at the start of [Disability Pride Month](https://en.wikipedia.org/wiki/Disability_Pride_Month) in July 2024, I decided to code a Disability Pride Flag background in CSS, and now I am releasing my code snippet for public use.
My Disability Pride Flag CSS background is done with a combination of CSS background properties and inline SVG URL, and designed to be responsive, so it can adapt to different screen sizes and devices.