diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a6abf1bf..dc9b1f26 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 b3a3d539..1c15c5a1 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 00000000..44300b3c --- /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 00000000..2322d33c --- /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 00000000..a0b5e15c --- /dev/null +++ b/static/library/canva.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/figma.svg b/static/library/figma.svg index b9d84b59..78a05a95 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 00000000..de60755a --- /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 00000000..5b489d84 --- /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 00000000..513c3b8b --- /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 00000000..ed1314b5 --- /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 00000000..dd429b1e --- /dev/null +++ b/static/library/premiere.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +