diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 11c9e18..2929cc7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -509,6 +509,15 @@ export const svgs: iSVG[] = [ route: '/library/qwik.svg', url: 'https://qwik.builder.io/' }, + { + title: 'Coinbase', + category: 'Crypto', + route: { + light: '/library/coinbase-light.svg', + dark: '/library/coinbase-dark.svg' + }, + url: 'https://www.coinbase.com/' + }, { title: 'Authy', category: 'Software', @@ -917,6 +926,12 @@ export const svgs: iSVG[] = [ route: '/library/reactrouter.svg', url: 'https://reactrouter.com/en/main' }, + { + title: 'AMP', + category: 'Library', + route: '/library/amp.svg', + url: 'https://amp.dev/' + }, { title: 'Developer Student Club', category: 'Community', @@ -935,6 +950,15 @@ export const svgs: iSVG[] = [ route: '/library/eclipse.svg', url: 'https://www.eclipse.org/' }, + { + title: 'Three.js', + category: 'Library', + route: { + light: '/library/threejs-light.svg', + dark: '/library/threejs-dark.svg' + }, + url: 'https://threejs.org/' + }, { title: 'HTML5', category: 'Language', @@ -1256,6 +1280,12 @@ export const svgs: iSVG[] = [ route: '/library/zod.svg', url: 'https://zod.dev/' }, + { + title: 'Dreamweaver', + category: 'Software', + route: '/library/dw.svg', + url: 'https://www.adobe.com/products/dreamweaver.html' + }, { title: 'OpenAI', category: 'AI', diff --git a/static/library/amp.svg b/static/library/amp.svg new file mode 100644 index 0000000..8b83a15 --- /dev/null +++ b/static/library/amp.svg @@ -0,0 +1 @@ +AMP \ No newline at end of file diff --git a/static/library/coinbase-dark.svg b/static/library/coinbase-dark.svg new file mode 100644 index 0000000..d346a83 --- /dev/null +++ b/static/library/coinbase-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/coinbase-light.svg b/static/library/coinbase-light.svg new file mode 100644 index 0000000..d86c034 --- /dev/null +++ b/static/library/coinbase-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/dw.svg b/static/library/dw.svg new file mode 100644 index 0000000..9ef4447 --- /dev/null +++ b/static/library/dw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/threejs-dark.svg b/static/library/threejs-dark.svg new file mode 100644 index 0000000..ec35165 --- /dev/null +++ b/static/library/threejs-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/threejs-light.svg b/static/library/threejs-light.svg new file mode 100644 index 0000000..583dea8 --- /dev/null +++ b/static/library/threejs-light.svg @@ -0,0 +1 @@ + \ No newline at end of file