From ece6cabf26109e0c675227e16924a8279b7978c0 Mon Sep 17 00:00:00 2001 From: Gothsec Date: Tue, 24 Sep 2024 11:41:00 -0500 Subject: [PATCH 1/2] [Add] Nvidia SVG --- src/data/svgs.ts | 6 ++++++ static/library/nvidia.svg | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 static/library/nvidia.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 19f7c46..a80b9e3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Nvidia', + category: 'Hardware', + route: '/library/nvidia.svg', + url: 'https://nvidia.com/' + }, { title: 'Milanote', category: 'Software', diff --git a/static/library/nvidia.svg b/static/library/nvidia.svg new file mode 100644 index 0000000..aa5941a --- /dev/null +++ b/static/library/nvidia.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file From 5b267a11edd6f07c48f65363bfb166cc0114f8a0 Mon Sep 17 00:00:00 2001 From: Gothsec Date: Tue, 24 Sep 2024 11:53:12 -0500 Subject: [PATCH 2/2] [Add] Google Drive SVG --- src/data/svgs.ts | 8 ++++---- static/library/drive.svg | 8 ++++++++ static/library/nvidia.svg | 4 ---- 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 static/library/drive.svg delete mode 100644 static/library/nvidia.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a80b9e3..13be442 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2,10 +2,10 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ { - title: 'Nvidia', - category: 'Hardware', - route: '/library/nvidia.svg', - url: 'https://nvidia.com/' + title: 'Google Drive', + category: 'Google', + route: '/library/drive.svg', + url: 'https://www.google.com/drive/' }, { title: 'Milanote', diff --git a/static/library/drive.svg b/static/library/drive.svg new file mode 100644 index 0000000..a30564e --- /dev/null +++ b/static/library/drive.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/library/nvidia.svg b/static/library/nvidia.svg deleted file mode 100644 index aa5941a..0000000 --- a/static/library/nvidia.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file