From bd43e1c26f74d5078fa5d0f7b87b628aada60f06 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Mon, 11 Dec 2023 14:00:42 -0300 Subject: [PATCH 01/11] Adding Salesforce logo --- src/data/svgs.ts | 7 +++++++ static/library/salesforce.svg | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 static/library/salesforce.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697b866..50a871a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1589,5 +1589,12 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/opera.svg', url: 'https://www.opera.com' + }, + { + id: 228, + title: 'Salesforce', + category: 'Software', + route: '/library/salesforce.svg', + url: 'https://www.salesforce.com' } ]; diff --git a/static/library/salesforce.svg b/static/library/salesforce.svg new file mode 100644 index 0000000..0385232 --- /dev/null +++ b/static/library/salesforce.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file From 09aa54bcc3d1f1a93928b6c7fdb382f922ee4c17 Mon Sep 17 00:00:00 2001 From: svensken94 Date: Mon, 11 Dec 2023 20:13:54 +0300 Subject: [PATCH 02/11] add: Affinity logos and Roblox --- src/data/svgs.ts | 30 ++++++++++++++++++++++++++- static/library/affinity_designer.svg | 1 + static/library/affinity_photo.svg | 1 + static/library/affinity_publisher.svg | 1 + static/library/roblox.svg | 1 + 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 static/library/affinity_designer.svg create mode 100644 static/library/affinity_photo.svg create mode 100644 static/library/affinity_publisher.svg create mode 100644 static/library/roblox.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..83d2911 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1610,7 +1610,7 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/datadog.svg', url: 'https://www.datadoghq.com/' - }, + }, { id: 231, title: 'Randevum', @@ -1618,4 +1618,32 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + id: 95775, + title: 'Affinity Designer', + category: 'Design', + route: '/library/affinity_designer.svg', + url: 'https://affinity.serif.com/en-us/designer/' + }, + { + id: 44448, + title: 'Affinity Photo', + category: 'Software', + route: '/library/affinity_photo.svg', + url: 'https://affinity.serif.com/en-us/photo/' + }, + { + id: 39170, + title: 'Affinity Publisher', + category: 'Software', + route: '/library/affinity_publisher.svg', + url: 'https://affinity.serif.com/en-us/publisher/' + }, + { + id: 24525, + title: 'Roblox', + category: 'Software', + route: '/library/roblox.svg', + url: 'https://www.roblox.com/' + } ]; diff --git a/static/library/affinity_designer.svg b/static/library/affinity_designer.svg new file mode 100644 index 0000000..d546142 --- /dev/null +++ b/static/library/affinity_designer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/affinity_photo.svg b/static/library/affinity_photo.svg new file mode 100644 index 0000000..70b28ba --- /dev/null +++ b/static/library/affinity_photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/affinity_publisher.svg b/static/library/affinity_publisher.svg new file mode 100644 index 0000000..34c81d8 --- /dev/null +++ b/static/library/affinity_publisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/roblox.svg b/static/library/roblox.svg new file mode 100644 index 0000000..ba5751c --- /dev/null +++ b/static/library/roblox.svg @@ -0,0 +1 @@ + \ No newline at end of file From fa8de6293ecf016dc2fd86deca96e8122961bb76 Mon Sep 17 00:00:00 2001 From: Jay V Date: Mon, 11 Dec 2023 14:07:13 -0500 Subject: [PATCH 03/11] Adding SST --- src/data/svgs.ts | 15 +++++++++++---- static/library/sst.svg | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 static/library/sst.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fd65146..b1b0928 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1632,7 +1632,7 @@ export const svgs: iSVG[] = [ route: '/library/xstate.svg', url: 'https://github.com/statelyai/xstate' }, - { + { id: 232, title: 'Hashnode', category: 'Social', @@ -1652,12 +1652,19 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/buildship.svg', url: 'https://buildship.com/' - }, - { + }, + { id: 246480685059147554972, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 706747866206488963651, + title: 'SST', + category: 'Framework', + route: '/library/sst.svg', + url: 'https://sst.dev/' + } ]; diff --git a/static/library/sst.svg b/static/library/sst.svg new file mode 100644 index 0000000..970dab1 --- /dev/null +++ b/static/library/sst.svg @@ -0,0 +1 @@ + \ No newline at end of file From fcbd73daf8394000aa73a66de0a6dc92590f7c0f Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 11 Dec 2023 19:17:21 +0000 Subject: [PATCH 04/11] feat: add documenso svg --- src/data/svgs.ts | 15 +++++++++++---- static/library/documenso.svg | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 static/library/documenso.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 01b2530..7c31491 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1610,7 +1610,7 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/datadog.svg', url: 'https://www.datadoghq.com/' - }, + }, { id: 231, title: 'Randevum', @@ -1618,18 +1618,25 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, - { + { id: 232, title: 'Hashnode', category: 'Social', route: '/library/hashnode.svg', url: 'https://hashnode.com' }, - { + { id: 246480685059147554972, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 234, + title: 'Documenso', + category: 'Software', + route: '/library/documenso.svg', + url: 'https://documenso.com' + } ]; diff --git a/static/library/documenso.svg b/static/library/documenso.svg new file mode 100644 index 0000000..c6f3b30 --- /dev/null +++ b/static/library/documenso.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + From 54b0174b0c5c45714ad56eb89a1713c2910da9ff Mon Sep 17 00:00:00 2001 From: Ali Salah Date: Mon, 11 Dec 2023 23:11:46 +0200 Subject: [PATCH 05/11] add instatus --- src/data/svgs.ts | 9 ++++++++- static/library/instatus.svg | 13 +++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 static/library/instatus.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f3d82be..a03dc16 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1701,5 +1701,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' - } + }, + { + id: 233, + title: 'Instatus', + category: 'Software', + route: '/library/instatus.svg', + url: 'https://instatus.com' + }, ]; diff --git a/static/library/instatus.svg b/static/library/instatus.svg new file mode 100644 index 0000000..67e0e1e --- /dev/null +++ b/static/library/instatus.svg @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file From c8ce3c6608b7acd18e178e5ab16e7ada68144fe3 Mon Sep 17 00:00:00 2001 From: Jason Dugdale Date: Mon, 11 Dec 2023 13:12:35 -0800 Subject: [PATCH 06/11] Adds Front.com logo --- src/data/svgs.ts | 7 +++++++ static/library/front.svg | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 static/library/front.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f3d82be..571a1ea 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1701,5 +1701,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' + }, + { + id: 6676113873388621, + title: 'Front', + category: 'Software', + route: '/library/front.svg', + url: 'https://front.com' } ]; diff --git a/static/library/front.svg b/static/library/front.svg new file mode 100644 index 0000000..cf876d1 --- /dev/null +++ b/static/library/front.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From 73f71f3dd64a9a87f2c602863740b2b49ca6fb8f Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Mon, 11 Dec 2023 19:09:02 -0300 Subject: [PATCH 07/11] feat: Add Axiom Logo --- src/data/svgs.ts | 7 +++++++ static/library/axiom.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/axiom.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..b188a84 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 775133760594, + title: 'Axiom', + category: 'Software', + route: '/library/axiom.svg', + url: 'https://axiom.co/' } ]; diff --git a/static/library/axiom.svg b/static/library/axiom.svg new file mode 100644 index 0000000..8f55a02 --- /dev/null +++ b/static/library/axiom.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3e70914f9145bf96bd0eb05434535157fa78371e Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Mon, 11 Dec 2023 17:22:36 -0500 Subject: [PATCH 08/11] ADD ArtisanLabs by Update svgs.ts --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..6f52158 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 382900874177765, + title: 'ArtisanLabs', + category: 'Software', + route: '/library/ArtisanLabs.svg', + url: 'https://artisanlabs.io' } ]; From 254e37af6f7c4826d30573560b6086df4d30a9cd Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Mon, 11 Dec 2023 17:25:36 -0500 Subject: [PATCH 09/11] ADD SVG static/library/ArtisanLabs.svg --- static/library/ArtisanLabs.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/ArtisanLabs.svg diff --git a/static/library/ArtisanLabs.svg b/static/library/ArtisanLabs.svg new file mode 100644 index 0000000..e896502 --- /dev/null +++ b/static/library/ArtisanLabs.svg @@ -0,0 +1 @@ + \ No newline at end of file From 51d828ebc97072aebdd8711af2c02f37bb9c4e37 Mon Sep 17 00:00:00 2001 From: Arturo Barrera Date: Mon, 11 Dec 2023 19:38:24 -0300 Subject: [PATCH 10/11] Add Django logo --- src/data/svgs.ts | 7 +++++++ static/library/django.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/django.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..2347a38 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 14839, + title: 'Django', + category: 'Framework', + route: '/library/django.svg', + url: 'https://www.djangoproject.com/' } ]; diff --git a/static/library/django.svg b/static/library/django.svg new file mode 100644 index 0000000..05b253f --- /dev/null +++ b/static/library/django.svg @@ -0,0 +1 @@ + \ No newline at end of file From 81a6edca6cf8d8e329505ff5dd7e6840874e3d70 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 11 Dec 2023 22:43:07 +0000 Subject: [PATCH 11/11] =?UTF-8?q?=F0=9F=90=9B=20Add=20antialiased.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 6f17e09..dd99150 100644 --- a/src/app.html +++ b/src/app.html @@ -29,7 +29,7 @@
%sveltekit.body%