From bfb4df2bfeb652b18207953db6dc7bf5f84d77ac Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Wed, 26 Feb 2025 20:22:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Update=20request=20SVG?= =?UTF-8?q?=20issue=20template=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/request-svg.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/request-svg.yml b/.github/ISSUE_TEMPLATE/request-svg.yml index 003af14..aeb4169 100644 --- a/.github/ISSUE_TEMPLATE/request-svg.yml +++ b/.github/ISSUE_TEMPLATE/request-svg.yml @@ -76,7 +76,12 @@ body: - Vercel - Google - Payment - - void(0) + - VoidZero + - Authentication + - IoT + - Home Automation + - Config + - Secrets - Other - type: checkboxes From d58d2fe4896e981baa178f3505ef2f73bb1419ee Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Wed, 26 Feb 2025 20:23:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20Add=20jenkins,=20magicui,=20rep?= =?UTF-8?q?lit=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