diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index eb41f6f..66c7803 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -109,7 +109,6 @@ export const svgs: iSVG[] = [
},
url: "https://milanote.com",
},
-
{
title: "Together AI",
category: "AI",
@@ -3705,6 +3704,12 @@ export const svgs: iSVG[] = [
route: "/library/firebase-studio.svg",
url: "https://firebase.studio/",
},
+ {
+ title: "Dingocoin",
+ category: "Crypto",
+ route: "/library/dingocoin.svg",
+ url: "https://dingocoin.com/",
+ },
{
title: "HeroUI",
category: "Library",
@@ -3937,9 +3942,41 @@ export const svgs: iSVG[] = [
route: "/library/googleMaps.svg",
url: "https://www.google.com/maps/",
},
+ {
+ title: "WebGL",
+ category: "Library",
+ route: {
+ light: "/library/webgl.svg",
+ dark: "/library/webgl_dark.svg",
+ },
+ url: "https://www.khronos.org/webgl/",
+ brandUrl: "https://www.khronos.org/legal/trademarks/",
+ },
+ {
+ title: "Intello",
+ category: "Platform",
+ route: {
+ light: "/library/intello-light.svg",
+ dark: "/library/intello-dark.svg",
+ },
+ wordmark: {
+ light: "/library/intello-wordmark-light.svg",
+ dark: "/library/intello-wordmark-dark.svg",
+ },
+ url: "https://intelloai.com/",
+ },
+ {
+ title: "Kilo Code",
+ category: ["AI", "Devtool"],
+ route: {
+ light: "/library/kilocode-light.svg",
+ dark: "/library/kilocode-dark.svg",
+ },
+ url: "https://kilocode.ai/",
+ },
{
title: "Cursor",
- category: ["Software", "AI"],
+ category: ["Software"],
route: {
light: "/library/cursor_light.svg",
dark: "/library/cursor_dark.svg",
diff --git a/static/library/Intello-wordmark-light.svg b/static/library/Intello-wordmark-light.svg
new file mode 100644
index 0000000..c2036c2
--- /dev/null
+++ b/static/library/Intello-wordmark-light.svg
@@ -0,0 +1,12 @@
+
diff --git a/static/library/dingocoin.svg b/static/library/dingocoin.svg
new file mode 100644
index 0000000..a0e16a8
--- /dev/null
+++ b/static/library/dingocoin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/intello-dark.svg b/static/library/intello-dark.svg
new file mode 100644
index 0000000..d532b64
--- /dev/null
+++ b/static/library/intello-dark.svg
@@ -0,0 +1,5 @@
+
diff --git a/static/library/intello-light.svg b/static/library/intello-light.svg
new file mode 100644
index 0000000..9cd8b70
--- /dev/null
+++ b/static/library/intello-light.svg
@@ -0,0 +1,5 @@
+
diff --git a/static/library/intello-wordmark-dark.svg b/static/library/intello-wordmark-dark.svg
new file mode 100644
index 0000000..ae7eebb
--- /dev/null
+++ b/static/library/intello-wordmark-dark.svg
@@ -0,0 +1,12 @@
+
diff --git a/static/library/kilocode-dark.svg b/static/library/kilocode-dark.svg
new file mode 100644
index 0000000..e5c9c45
--- /dev/null
+++ b/static/library/kilocode-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/kilocode-light.svg b/static/library/kilocode-light.svg
new file mode 100644
index 0000000..0cd5687
--- /dev/null
+++ b/static/library/kilocode-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/webgl.svg b/static/library/webgl.svg
new file mode 100644
index 0000000..1938344
--- /dev/null
+++ b/static/library/webgl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/webgl_dark.svg b/static/library/webgl_dark.svg
new file mode 100644
index 0000000..7330708
--- /dev/null
+++ b/static/library/webgl_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file