From ec1cfe7d374ff2755828693def08e7104c82eab6 Mon Sep 17 00:00:00 2001 From: Luis Marsiglia Date: Sun, 31 Jul 2022 17:24:53 -0400 Subject: [PATCH] feat: :sparkles: add new logos added chakra-ui, express.js, fastify, javascript, jquery, rapid-api, typescript, bun, twilio, arc --- data/svgs.json | 70 +++++++++++++++++++++++++++++++++++ public/library/arc.svg | 6 +++ public/library/bun.svg | 47 +++++++++++++++++++++++ public/library/chakra-ui.svg | 13 +++++++ public/library/expressjs.svg | 5 +++ public/library/fastify.svg | 6 +++ public/library/javascript.svg | 7 ++++ public/library/jquery.svg | 34 +++++++++++++++++ public/library/rapidapi.svg | 11 ++++++ public/library/twilio.svg | 11 ++++++ public/library/typescript.svg | 15 ++++++++ 11 files changed, 225 insertions(+) create mode 100644 public/library/arc.svg create mode 100644 public/library/bun.svg create mode 100644 public/library/chakra-ui.svg create mode 100644 public/library/expressjs.svg create mode 100644 public/library/fastify.svg create mode 100644 public/library/javascript.svg create mode 100644 public/library/jquery.svg create mode 100644 public/library/rapidapi.svg create mode 100644 public/library/twilio.svg create mode 100644 public/library/typescript.svg diff --git a/data/svgs.json b/data/svgs.json index 9866579..819656d 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -404,5 +404,75 @@ "title": "Speack.me", "category": "Social", "url": "https://speack.me" + }, + { + "id": 59, + "slug": "/library/chakra-ui.svg", + "title": "Chakra UI", + "category": "Library", + "url": "https://chakra-ui.com" + }, + { + "id": 60, + "slug": "/library/expressjs.svg", + "title": "Express.js", + "category": "Framework", + "url": "https://expressjs.com" + }, + { + "id": 61, + "slug": "/library/fastify.svg", + "title": "Fastify", + "category": "Framework", + "url": "https://www.fastify.io" + }, + { + "id": 62, + "slug": "/library/javascript.svg", + "title": "JavaScript", + "category": "Language", + "url": "https://developer.mozilla.org/docs/Web/JavaScript" + }, + { + "id": 63, + "slug": "/library/jquery.svg", + "title": "jQuery", + "category": "Language", + "url": "https://jquery.com" + }, + { + "id": 64, + "slug": "/library/rapidapi.svg", + "title": "Rapid API", + "category": "Software", + "url": "https://rapidapi.com" + }, + { + "id": 65, + "slug": "/library/typescript.svg", + "title": "TypeScript", + "category": "Language", + "url": "https://www.typescriptlang.org" + }, + { + "id": 66, + "slug": "/library/bun.svg", + "title": "Bun", + "category": "Library", + "url": "https://bun.sh" + }, + { + "id": 67, + "slug": "/library/twilio.svg", + "title": "Twilio", + "category": "Software", + "url": "https://twilio.com" + }, + { + "id": 68, + "slug": "/library/arc.svg", + "title": "Arc", + "category": "Software", + "url": "https://arc.dev" } ] \ No newline at end of file diff --git a/public/library/arc.svg b/public/library/arc.svg new file mode 100644 index 0000000..5d7d2c8 --- /dev/null +++ b/public/library/arc.svg @@ -0,0 +1,6 @@ + + Arc Logo + + \ No newline at end of file diff --git a/public/library/bun.svg b/public/library/bun.svg new file mode 100644 index 0000000..77aa5ab --- /dev/null +++ b/public/library/bun.svg @@ -0,0 +1,47 @@ + + Bun Logo + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/library/chakra-ui.svg b/public/library/chakra-ui.svg new file mode 100644 index 0000000..b25a5c1 --- /dev/null +++ b/public/library/chakra-ui.svg @@ -0,0 +1,13 @@ + + Chakra UI Logo + + + + + + \ No newline at end of file diff --git a/public/library/expressjs.svg b/public/library/expressjs.svg new file mode 100644 index 0000000..231d326 --- /dev/null +++ b/public/library/expressjs.svg @@ -0,0 +1,5 @@ + + Express.js Logo + + \ No newline at end of file diff --git a/public/library/fastify.svg b/public/library/fastify.svg new file mode 100644 index 0000000..3261627 --- /dev/null +++ b/public/library/fastify.svg @@ -0,0 +1,6 @@ + + Fastify Logo + + \ No newline at end of file diff --git a/public/library/javascript.svg b/public/library/javascript.svg new file mode 100644 index 0000000..eb994c4 --- /dev/null +++ b/public/library/javascript.svg @@ -0,0 +1,7 @@ + + JavaScript Logo + + + \ No newline at end of file diff --git a/public/library/jquery.svg b/public/library/jquery.svg new file mode 100644 index 0000000..ea73d2c --- /dev/null +++ b/public/library/jquery.svg @@ -0,0 +1,34 @@ + + jQuery Logo + + + + + + + + + + + + \ No newline at end of file diff --git a/public/library/rapidapi.svg b/public/library/rapidapi.svg new file mode 100644 index 0000000..1d7016c --- /dev/null +++ b/public/library/rapidapi.svg @@ -0,0 +1,11 @@ + + RapidAPI Logo + + + + \ No newline at end of file diff --git a/public/library/twilio.svg b/public/library/twilio.svg new file mode 100644 index 0000000..9af7214 --- /dev/null +++ b/public/library/twilio.svg @@ -0,0 +1,11 @@ + + Twilio Logo + + + + + + + + \ No newline at end of file diff --git a/public/library/typescript.svg b/public/library/typescript.svg new file mode 100644 index 0000000..bd0568e --- /dev/null +++ b/public/library/typescript.svg @@ -0,0 +1,15 @@ + + TypeScript Logo + + + + \ No newline at end of file