From 85e430c6b9e06cd6cdb00cbe268dbde156c2d831 Mon Sep 17 00:00:00 2001
From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com>
Date: Sun, 9 Nov 2025 14:22:12 -0300
Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=20Add=20Dribbble=20logo=20and?=
=?UTF-8?q?=20wordmark=20with=20light=20and=20dark=20mode=20variants?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/data/svgs.ts | 12 +++++++++++-
static/library/dribbble-wordmark-dark.svg | 1 +
static/library/dribbble-wordmark-light.svg | 1 +
static/library/dribbble.svg | 1 +
4 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 static/library/dribbble-wordmark-dark.svg
create mode 100644 static/library/dribbble-wordmark-light.svg
create mode 100644 static/library/dribbble.svg
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 7fe0ae7..5bbdec5 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -4275,5 +4275,15 @@ export const svgs: iSVG[] = [
category: "Software",
route: "/library/nginx.svg",
url: "https://nginx.org/",
- }
+ },
+ {
+ title: "Dribbble",
+ category: ["Design", "Community"],
+ route: "/library/dribbble.svg",
+ wordmark: {
+ light: "/library/dribbble-wordmark-light.svg",
+ dark: "/library/dribbble-wordmark-dark.svg",
+ },
+ url: "https://dribbble.com/",
+ },
];
diff --git a/static/library/dribbble-wordmark-dark.svg b/static/library/dribbble-wordmark-dark.svg
new file mode 100644
index 0000000..147a0f1
--- /dev/null
+++ b/static/library/dribbble-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dribbble-wordmark-light.svg b/static/library/dribbble-wordmark-light.svg
new file mode 100644
index 0000000..649c295
--- /dev/null
+++ b/static/library/dribbble-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dribbble.svg b/static/library/dribbble.svg
new file mode 100644
index 0000000..866d419
--- /dev/null
+++ b/static/library/dribbble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From c805b623c7f7eeb6cb9f482003d1e86c58abd27d Mon Sep 17 00:00:00 2001
From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com>
Date: Sun, 9 Nov 2025 14:22:12 -0300
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=20Add=20Dribbble=20logo=20and?=
=?UTF-8?q?=20wordmark=20with=20light=20and=20dark=20mode=20variants?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/data/svgs.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 5bbdec5..b3d4f7e 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -4278,7 +4278,7 @@ export const svgs: iSVG[] = [
},
{
title: "Dribbble",
- category: ["Design", "Community"],
+ category: ["Design", "Community", "Platform"],
route: "/library/dribbble.svg",
wordmark: {
light: "/library/dribbble-wordmark-light.svg",