From 2a22a2fbf9d82be8d3937aa896c7080418439b31 Mon Sep 17 00:00:00 2001 From: MoritzBru Date: Sat, 8 Jun 2024 18:53:05 +0200 Subject: [PATCH] add: a11yproject c.f. https://github.com/a11yproject/a11yproject.com --- src/data/svgs.ts | 9 +++++++++ static/library/a11yproject-dark.svg | 1 + static/library/a11yproject-light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/a11yproject-dark.svg create mode 100644 static/library/a11yproject-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3d5630a6..556b0dfb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2815,5 +2815,14 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/webcomponents.svg', url: 'https://www.webcomponents.org/' + }, + { + title: 'A11Y Project', + category: 'Education', + route: { + light: '/library/a11yproject-light.svg', + dark: '/library/a11yproject-dark.svg' + }, + url: 'https://www.a11yproject.com/' } ]; diff --git a/static/library/a11yproject-dark.svg b/static/library/a11yproject-dark.svg new file mode 100644 index 00000000..2865a1e2 --- /dev/null +++ b/static/library/a11yproject-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/a11yproject-light.svg b/static/library/a11yproject-light.svg new file mode 100644 index 00000000..765385fb --- /dev/null +++ b/static/library/a11yproject-light.svg @@ -0,0 +1 @@ + \ No newline at end of file