From 57481f3239e6fb27f13f6f27db76bb0a431365ce Mon Sep 17 00:00:00 2001 From: ikurotime Date: Tue, 28 Jun 2022 21:01:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20Added=20some=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/svgs.json | 36 ++++++++++++++++++++++++++++++++++ public/library/babel.svg | 1 + public/library/hostinger.svg | 1 + public/library/mongodb.svg | 1 + public/library/netlify.svg | 1 + public/library/prime-video.svg | 1 + 6 files changed, 41 insertions(+) create mode 100644 public/library/babel.svg create mode 100644 public/library/hostinger.svg create mode 100644 public/library/mongodb.svg create mode 100644 public/library/netlify.svg create mode 100644 public/library/prime-video.svg diff --git a/data/svgs.json b/data/svgs.json index 90711e8..2c59b6b 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -341,5 +341,41 @@ "title": "Storybook", "category": "Software", "url": "https://storybook.js.org/" + }, + { + "id": 50, + "slug": "library/netlify.svg", + "title": "Netlify", + "category": "Hosting", + "url": "https://www.netlify.com/" + }, + { + "id": 51, + "slug": "library/hostinguer.svg", + "title": "Hostinguer", + "category": "Hosting", + "url": "https://www.hostinguer.com/" + }, + { + "id": 52, + "slug": "library/mongodb.svg", + "title": "MongoDB", + "category": "Database", + "url": "https://www.mongodb.com/" + }, + { + "id": 53, + "slug": "library/babel.svg", + "title": "Babel", + "category": "Compiler", + "url": "https://babeljs.io" + }, + { + "id": 54, + "slug": "library/prime-video.svg", + "title": "Prime Video", + "category": "Entertainment", + "url": "https://www.primevideo.com" } + ] diff --git a/public/library/babel.svg b/public/library/babel.svg new file mode 100644 index 0000000..a1c4c86 --- /dev/null +++ b/public/library/babel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/hostinger.svg b/public/library/hostinger.svg new file mode 100644 index 0000000..b72c7c5 --- /dev/null +++ b/public/library/hostinger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/mongodb.svg b/public/library/mongodb.svg new file mode 100644 index 0000000..764ccf5 --- /dev/null +++ b/public/library/mongodb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/netlify.svg b/public/library/netlify.svg new file mode 100644 index 0000000..416df4f --- /dev/null +++ b/public/library/netlify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/prime-video.svg b/public/library/prime-video.svg new file mode 100644 index 0000000..fc361a9 --- /dev/null +++ b/public/library/prime-video.svg @@ -0,0 +1 @@ + \ No newline at end of file From 70f8ff277d82934c8384a3d403d0f65ffa97676c Mon Sep 17 00:00:00 2001 From: ikurotime Date: Tue, 28 Jun 2022 21:06:29 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A8=20Fix=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/svgs.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/svgs.json b/data/svgs.json index 2c59b6b..217f414 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -351,8 +351,8 @@ }, { "id": 51, - "slug": "library/hostinguer.svg", - "title": "Hostinguer", + "slug": "library/hostinger.svg", + "title": "Hostinger", "category": "Hosting", "url": "https://www.hostinguer.com/" }, @@ -377,5 +377,4 @@ "category": "Entertainment", "url": "https://www.primevideo.com" } - ]