From 03aeb88031545bfac44ebf9505bf624a105799c0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 10 Apr 2021 20:13:37 +0200 Subject: [PATCH] added women --- res/women.png | Bin 0 -> 528 bytes scripts/banner.js | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 res/women.png diff --git a/res/women.png b/res/women.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd5e2a69c27151be0fe6de762e69fc28e30b139 GIT binary patch literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^zkqle2NRI2*umrtq!^2X+?^QKos)S9WS{bMaSW-L z^Y+fc%)<^Mt`{YvS87i9$L-=?5e~UPJMR%dhT8J{H(b4pYyi& zo|bt1M%&^{O?6IkW!!rp9dpi(;a~q9&WYBFMd~i^T29Or*eR@3?)1d3V?YEaf5MY9a>1W=bzrAaIEvx(4*9P}L|G7VRLT+8g zzuvQ}f0o@iCY3z5mbHCmK7T&jfcXe(cuqJSkv{)`_L=R+nXA<0A7<^~YX^DG)78&q Iol`;+045gSq5uE@ literal 0 HcmV?d00001 diff --git a/scripts/banner.js b/scripts/banner.js index a8113fb..d71e1f4 100644 --- a/scripts/banner.js +++ b/scripts/banner.js @@ -3,6 +3,8 @@ if (date.getMonth() + 1 === 6) { setBanner("pride", "It's Pride Month! Consider donating to charities like The Trevor Project.", "https://www.thetrevorproject.org/"); } else if (date.getMonth() + 1 === 2) { setBanner("blm", "It's Black History Month! Consider donating to charities like Black Lives Matter.", "https://blacklivesmatter.com/"); +} else if (date.getMonth() + 1 === 3) { + setBanner("women", "It's Women's History Month! Consider donating to charities like the Global Fund for Women.", "https://www.globalfundforwomen.org/"); } else if (date.getMonth() + 1 === 4 && date.getDate() <= 4) { setBanner("autism", "It's Autism Awareness Week! Consider donating to charities like the ASAN.", "https://autisticadvocacy.org/"); }