From ad54bbb2800ee0d5395118634247ee191b26a36a Mon Sep 17 00:00:00 2001 From: "Carlos S. Aldazosa" Date: Fri, 17 Nov 2023 09:22:25 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20design=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 58 +++++++++++++++++++++++++++++++- src/types/categories.ts | 3 +- static/library/adobe.svg | 12 +++++++ static/library/after-effects.svg | 12 +++++++ static/library/canva.svg | 32 ++++++++++++++++++ static/library/figma.svg | 15 ++++++++- static/library/illustrator.svg | 12 +++++++ static/library/indesign.svg | 12 +++++++ static/library/lightroom.svg | 12 +++++++ static/library/photoshop.svg | 12 +++++++ static/library/premiere.svg | 12 +++++++ 11 files changed, 189 insertions(+), 3 deletions(-) create mode 100644 static/library/adobe.svg create mode 100644 static/library/after-effects.svg create mode 100644 static/library/canva.svg create mode 100644 static/library/illustrator.svg create mode 100644 static/library/indesign.svg create mode 100644 static/library/lightroom.svg create mode 100644 static/library/photoshop.svg create mode 100644 static/library/premiere.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a6abf1b..dc9b1f2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -88,7 +88,7 @@ export const svgs: iSVG[] = [ { id: 13, title: 'Figma', - category: 'Software', + category: 'Design', route: '/library/figma.svg', url: 'https://www.figma.com/' }, @@ -1505,5 +1505,61 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/x.svg', url: 'https://x.com' + }, + { + id: 216, + title: 'Adobe', + category: 'Design', + route: '/library/adobe.svg', + url: 'https://x.com' + }, + { + id: 217, + title: 'After Effects', + category: 'Design', + route: '/library/after-effects.svg', + url: 'https://x.com' + }, + { + id: 218, + title: 'Canva', + category: 'Design', + route: '/library/canva.svg', + url: 'https://x.com' + }, + { + id: 219, + title: 'Illustrator', + category: 'Design', + route: '/library/illustrator.svg', + url: 'https://x.com' + }, + { + id: 220, + title: 'InDesign', + category: 'Design', + route: '/library/indesign.svg', + url: 'https://x.com' + }, + { + id: 221, + title: 'Lightroom', + category: 'Design', + route: '/library/lightroom.svg', + url: 'https://x.com' + }, + { + id: 222, + title: 'Photoshop', + category: 'Design', + route: '/library/photoshop.svg', + url: 'https://x.com' + }, + { + id: 223, + title: 'Premiere', + category: 'Design', + route: '/library/premiere.svg', + url: 'https://x.com' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index b3a3d53..1c15c5a 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -13,4 +13,5 @@ export type tCategory = | 'Entertainment' | 'Browser' | 'Language' - | 'Education'; + | 'Education' + | 'Design'; diff --git a/static/library/adobe.svg b/static/library/adobe.svg new file mode 100644 index 0000000..44300b3 --- /dev/null +++ b/static/library/adobe.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/after-effects.svg b/static/library/after-effects.svg new file mode 100644 index 0000000..2322d33 --- /dev/null +++ b/static/library/after-effects.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/canva.svg b/static/library/canva.svg new file mode 100644 index 0000000..a0b5e15 --- /dev/null +++ b/static/library/canva.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/figma.svg b/static/library/figma.svg index b9d84b5..78a05a9 100644 --- a/static/library/figma.svg +++ b/static/library/figma.svg @@ -1 +1,14 @@ - \ No newline at end of file + + + + + + + + + + + + + + diff --git a/static/library/illustrator.svg b/static/library/illustrator.svg new file mode 100644 index 0000000..de60755 --- /dev/null +++ b/static/library/illustrator.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/indesign.svg b/static/library/indesign.svg new file mode 100644 index 0000000..5b489d8 --- /dev/null +++ b/static/library/indesign.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/lightroom.svg b/static/library/lightroom.svg new file mode 100644 index 0000000..513c3b8 --- /dev/null +++ b/static/library/lightroom.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/photoshop.svg b/static/library/photoshop.svg new file mode 100644 index 0000000..ed1314b --- /dev/null +++ b/static/library/photoshop.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/premiere.svg b/static/library/premiere.svg new file mode 100644 index 0000000..dd429b1 --- /dev/null +++ b/static/library/premiere.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +