From d58d2fe4896e981baa178f3505ef2f73bb1419ee Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Wed, 26 Feb 2025 20:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20jenkins,=20magicui,=20replit?= =?UTF-8?q?=20SVGs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 26 +++++- static/library/jenkins-wordmark.svg | 103 +++++++++++++++++++++++ static/library/jenkins.svg | 1 + static/library/magicui.svg | 1 + static/library/replit-wordmark-dark.svg | 1 + static/library/replit-wordmark-light.svg | 1 + static/library/replit.svg | 1 + 7 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 static/library/jenkins-wordmark.svg create mode 100644 static/library/jenkins.svg create mode 100644 static/library/magicui.svg create mode 100644 static/library/replit-wordmark-dark.svg create mode 100644 static/library/replit-wordmark-light.svg create mode 100644 static/library/replit.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 492e28f..5ef4732 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3369,5 +3369,29 @@ export const svgs: iSVG[] = [ dark: '/library/anthropic_white_wordmark.svg' }, url: 'https://www.anthropic.com/' - } + }, + { + title: 'Jenkins', + category: 'Software', + route: '/library/jenkins.svg', + wordmark: '/library/jenkins-wordmark.svg', + url: 'https://www.jenkins.io/' + }, + { + title: 'Replit', + category: 'Software', + route: '/library/replit.svg', + wordmark: { + light: '/library/replit-wordmark-light.svg', + dark: '/library/replit-wordmark-dark.svg' + }, + url: 'https://replit.com/', + brandUrl: 'https://replit.com/brandkit' + }, + { + title: 'Magic UI', + category: 'Library', + route: '/library/magicui.svg', + url: 'https://magicui.design/' + }, ]; diff --git a/static/library/jenkins-wordmark.svg b/static/library/jenkins-wordmark.svg new file mode 100644 index 0000000..504242e --- /dev/null +++ b/static/library/jenkins-wordmark.svg @@ -0,0 +1,103 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Jenkins + + + \ No newline at end of file diff --git a/static/library/jenkins.svg b/static/library/jenkins.svg new file mode 100644 index 0000000..da69652 --- /dev/null +++ b/static/library/jenkins.svg @@ -0,0 +1 @@ +image/svg+xml \ No newline at end of file diff --git a/static/library/magicui.svg b/static/library/magicui.svg new file mode 100644 index 0000000..2320621 --- /dev/null +++ b/static/library/magicui.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/replit-wordmark-dark.svg b/static/library/replit-wordmark-dark.svg new file mode 100644 index 0000000..833f7bb --- /dev/null +++ b/static/library/replit-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/replit-wordmark-light.svg b/static/library/replit-wordmark-light.svg new file mode 100644 index 0000000..5201b71 --- /dev/null +++ b/static/library/replit-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/replit.svg b/static/library/replit.svg new file mode 100644 index 0000000..ca31d58 --- /dev/null +++ b/static/library/replit.svg @@ -0,0 +1 @@ + \ No newline at end of file