From ab43e9c833ec4c574c6b60e8b984e196bc47099a Mon Sep 17 00:00:00 2001 From: Juan Rojas Date: Fri, 5 Aug 2022 13:23:53 -0500 Subject: [PATCH 1/2] add: added twitch, udemy and godaddy icons --- data/svgs.json | 21 +++++++++++++++++++++ public/library/godaddy.svg | 4 ++++ public/library/twitch.svg | 3 +++ public/library/udemy.svg | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 public/library/godaddy.svg create mode 100644 public/library/twitch.svg create mode 100644 public/library/udemy.svg diff --git a/data/svgs.json b/data/svgs.json index ea8b5c4..d94dfae 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -495,5 +495,26 @@ "title": "Notion", "category": "Software", "url": "https://notion.so/" + }, + { + "id": 72, + "slug": "/library/twitch.svg", + "title": "Twitch", + "category": "Entertainment", + "url": "https://twitch.tv" + }, + { + "id": 73, + "slug": "/library/godaddy.svg", + "title": "GoDaddy", + "category": "Hosting", + "url": "https://www.godaddy.com/" + }, + { + "id": 74, + "slug": "/library/udemy.svg", + "title": "Udemy", + "category": "Education", + "url": "https://www.udemy.com/" } ] diff --git a/public/library/godaddy.svg b/public/library/godaddy.svg new file mode 100644 index 0000000..d28480f --- /dev/null +++ b/public/library/godaddy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/library/twitch.svg b/public/library/twitch.svg new file mode 100644 index 0000000..fe31cc2 --- /dev/null +++ b/public/library/twitch.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/library/udemy.svg b/public/library/udemy.svg new file mode 100644 index 0000000..5089365 --- /dev/null +++ b/public/library/udemy.svg @@ -0,0 +1,4 @@ + + + + From d631eaddfdbf58137d61a4f4e06e09ff6734a1d4 Mon Sep 17 00:00:00 2001 From: Juan Rojas Date: Fri, 5 Aug 2022 13:28:51 -0500 Subject: [PATCH 2/2] fix: fixed id on nestjs as i deleted it by accident --- data/svgs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/svgs.json b/data/svgs.json index 2b68385..dadd783 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -497,6 +497,7 @@ "url": "https://notion.so/" }, { + "id": 72, "slug": "/library/nestjs.svg", "title": "NestJS", "category": "Framework",