From 08c8a509e9acde5d6676a84e96168e3ed33ffaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Avenda=C3=B1o?= Date: Sun, 22 Sep 2024 15:36:13 -0500 Subject: [PATCH 1/2] Added new category 'Cybersecurity' --- src/types/categories.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/categories.ts b/src/types/categories.ts index 7bd215b..6ef860c 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -12,6 +12,7 @@ export type tCategory = | 'Database' | 'Compiler' | 'Crypto' + | 'Cybersecurity' | 'Social' | 'Entertainment' | 'Browser' From d2264d07468654963563b8ab929c7be46a83694e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Avenda=C3=B1o?= Date: Sun, 22 Sep 2024 15:36:46 -0500 Subject: [PATCH 2/2] Add: Hack The Box logo --- src/data/svgs.ts | 10 ++++ static/library/hack-the-box-wordmark-dark.svg | 57 +++++++++++++++++++ .../library/hack-the-box-wordmark-light.svg | 1 + static/library/hack-the-box.svg | 33 +++++++++++ 4 files changed, 101 insertions(+) create mode 100644 static/library/hack-the-box-wordmark-dark.svg create mode 100644 static/library/hack-the-box-wordmark-light.svg create mode 100644 static/library/hack-the-box.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 19f7c46..4ab8467 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,16 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Hack The Box', + category: 'Cybersecurity', + route: '/library/hack-the-box.svg', + wordmark: { + light: '/library/hack-the-box-wordmark-light.svg', + dark: '/library/hack-the-box-wordmark-dark.svg' + }, + url: 'https://www.hackthebox.com/' + }, { title: 'Milanote', category: 'Software', diff --git a/static/library/hack-the-box-wordmark-dark.svg b/static/library/hack-the-box-wordmark-dark.svg new file mode 100644 index 0000000..0854521 --- /dev/null +++ b/static/library/hack-the-box-wordmark-dark.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + diff --git a/static/library/hack-the-box-wordmark-light.svg b/static/library/hack-the-box-wordmark-light.svg new file mode 100644 index 0000000..7713e9a --- /dev/null +++ b/static/library/hack-the-box-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/hack-the-box.svg b/static/library/hack-the-box.svg new file mode 100644 index 0000000..e2fa305 --- /dev/null +++ b/static/library/hack-the-box.svg @@ -0,0 +1,33 @@ + + + + + +