diff --git a/src/app.html b/src/app.html
index 7455af7..b8690e0 100644
--- a/src/app.html
+++ b/src/app.html
@@ -31,7 +31,7 @@
%sveltekit.body%
diff --git a/src/components/grid.svelte b/src/components/grid.svelte
index 14f8d22..e7553d2 100644
--- a/src/components/grid.svelte
+++ b/src/components/grid.svelte
@@ -1,5 +1,5 @@
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index f6eb588..7297871 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1,6 +1,13 @@
import type { iSVG } from '@/types/svg';
export const svgs: iSVG[] = [
+ {
+ title: 'Google Classroom',
+ category: ['Google', 'Education'],
+ route: '/library/google-classroom.svg',
+ url: 'https://edu.google.com/workspace-for-education/products/classroom/',
+ brandUrl: 'https://developers.google.com/workspace/classroom/brand'
+ },
{
title: 'Perspective',
category: 'Software',
@@ -3750,5 +3757,28 @@ export const svgs: iSVG[] = [
url: 'https://zulip.com/',
brandUrl:
'https://github.com/zulip/zulip/tree/bd29fb3e2691daef570ba5661351922a16782dd2/static/images/logo'
+ },
+ {
+ title: 'Effect TS',
+ category: 'Library',
+ route: {
+ light: '/library/effect_light.svg',
+ dark: '/library/effect_dark.svg'
+ },
+ url: 'https://effect.website/',
+ brandUrl:
+ 'https://sparkling-lancer-5bd.notion.site/Effect-logo-guidelines-14280adbc6354eaa8bd173e1bc0128a4'
+ },
+ {
+ title: 'Ark UI',
+ category: 'Library',
+ route: '/library/ark-ui.svg',
+ url: 'https://ark-ui.com/'
+ },
+ {
+ title: 'Mantine',
+ category: 'Library',
+ route: '/library/mantine.svg',
+ url: 'https://mantine.dev'
}
];
diff --git a/static/library/ark-ui.svg b/static/library/ark-ui.svg
new file mode 100644
index 0000000..c8f3c1a
--- /dev/null
+++ b/static/library/ark-ui.svg
@@ -0,0 +1,7 @@
+
diff --git a/static/library/effect_dark.svg b/static/library/effect_dark.svg
new file mode 100644
index 0000000..c00c6a4
--- /dev/null
+++ b/static/library/effect_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/effect_light.svg b/static/library/effect_light.svg
new file mode 100644
index 0000000..8d6912b
--- /dev/null
+++ b/static/library/effect_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/gemini.svg b/static/library/gemini.svg
index 1f6cf95..c866ebf 100644
--- a/static/library/gemini.svg
+++ b/static/library/gemini.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/library/google-classroom.svg b/static/library/google-classroom.svg
new file mode 100644
index 0000000..4a73d81
--- /dev/null
+++ b/static/library/google-classroom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/mantine.svg b/static/library/mantine.svg
new file mode 100644
index 0000000..fa308ff
--- /dev/null
+++ b/static/library/mantine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file