diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f62908f..8330b77 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1841,6 +1841,10 @@ export const svgs: iSVG[] = [ dark: '/library/axiom-dark.svg', light: '/library/axiom-light.svg' }, + wordmark: { + light: '/library/axiom-wordmark-light.svg', + dark: '/library/axiom-wordmark-dark.svg' + }, url: 'https://axiom.co/' }, { @@ -1856,6 +1860,10 @@ export const svgs: iSVG[] = [ light: '/library/zeabur-light.svg', dark: '/library/zeabur-dark.svg' }, + wordmark: { + light: '/library/zeabur_wordmark_light.svg', + dark: '/library/zeabur_wordmark_dark.svg' + }, url: 'https://zeabur.com/' }, { @@ -2463,6 +2471,44 @@ export const svgs: iSVG[] = [ route: '/library/tiktok.svg', url: 'https://www.tiktok.com/' }, + { + title: 'Ngrok', + category: 'Software', + route: { + dark: '/library/ngrok-dark.svg', + light: '/library/ngrok-light.svg' + }, + url: 'https://ngrok.com' + }, + { + title: 'Lemon Squeezy', + category: 'Software', + route: '/library/lemonsqueezy.svg', + url: 'https://www.lemonsqueezy.com' + }, + { + title: 'Asana', + category: 'Software', + route: '/library/asana-logo.svg', + wordmark: { + dark: '/library/asana-wordmark-dark.svg', + light: '/library/asana-wordmark-light.svg' + }, + url: 'https://asana.com' + }, + { + title: 'Zoom', + category: 'Software', + route: '/library/zoom.svg', + url: 'https://zoom.us/' + }, + { + title: 'Tina', + category: 'CMS', + route: '/library/tina.svg', + wordmark: '/library/tina_wordmark.svg', + url: 'https://tina.io/' + }, { title: 'Vercel', category: ['Hosting', 'Vercel'], @@ -2474,7 +2520,7 @@ export const svgs: iSVG[] = [ light: '/library/vercel_wordmark.svg', dark: '/library/vercel_wordmark_dark.svg' }, - url: 'https://vercel.com/', + url: 'https://vercel.com/' }, { title: 'Next.js', @@ -2484,18 +2530,18 @@ export const svgs: iSVG[] = [ light: '/library/nextjs_logo_light.svg', dark: '/library/nextjs_logo_dark.svg' }, - url: 'https://nextjs.org/', + url: 'https://nextjs.org/' }, { title: 'Mistral AI', - category: "AI", + category: 'AI', route: '/library/mistral-ai_logo.svg', wordmark: '/library/mistral-ai_wordmark.svg', url: 'https://mistral.ai/' }, { title: 'Hugging Face', - category: "AI", + category: 'AI', route: '/library/hugging_face.svg', url: 'https://huggingface.co/' }, @@ -2504,5 +2550,5 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/nodejs.svg', url: 'https://nodejs.org/' - }, + } ]; diff --git a/static/library/asana-logo.svg b/static/library/asana-logo.svg new file mode 100644 index 0000000..c24df0a --- /dev/null +++ b/static/library/asana-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/asana-wordmark-dark.svg b/static/library/asana-wordmark-dark.svg new file mode 100644 index 0000000..e233708 --- /dev/null +++ b/static/library/asana-wordmark-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/asana-wordmark-light.svg b/static/library/asana-wordmark-light.svg new file mode 100644 index 0000000..377aab5 --- /dev/null +++ b/static/library/asana-wordmark-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/axiom-wordmark-dark.svg b/static/library/axiom-wordmark-dark.svg new file mode 100644 index 0000000..8f46535 --- /dev/null +++ b/static/library/axiom-wordmark-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/library/axiom-wordmark-light.svg b/static/library/axiom-wordmark-light.svg new file mode 100644 index 0000000..cb80b8b --- /dev/null +++ b/static/library/axiom-wordmark-light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/library/github.svg b/static/library/github.svg index a087e65..da73e2b 100644 --- a/static/library/github.svg +++ b/static/library/github.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + diff --git a/static/library/lemonsqueezy.svg b/static/library/lemonsqueezy.svg new file mode 100644 index 0000000..cc757c2 --- /dev/null +++ b/static/library/lemonsqueezy.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/ngrok-dark.svg b/static/library/ngrok-dark.svg new file mode 100644 index 0000000..dbf2564 --- /dev/null +++ b/static/library/ngrok-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/ngrok-light.svg b/static/library/ngrok-light.svg new file mode 100644 index 0000000..05283c2 --- /dev/null +++ b/static/library/ngrok-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/tailwindcss.svg b/static/library/tailwindcss.svg index 03c4c78..b2bcee9 100644 --- a/static/library/tailwindcss.svg +++ b/static/library/tailwindcss.svg @@ -1 +1,15 @@ - \ No newline at end of file + + + + + + diff --git a/static/library/tina.svg b/static/library/tina.svg new file mode 100644 index 0000000..8b253d3 --- /dev/null +++ b/static/library/tina.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/tina_wordmark.svg b/static/library/tina_wordmark.svg new file mode 100644 index 0000000..4aef2d0 --- /dev/null +++ b/static/library/tina_wordmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/library/vscode.svg b/static/library/vscode.svg index 1ea3678..bcf3f13 100644 --- a/static/library/vscode.svg +++ b/static/library/vscode.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/static/library/zeabur_wordmark_dark.svg b/static/library/zeabur_wordmark_dark.svg new file mode 100644 index 0000000..aaafaba --- /dev/null +++ b/static/library/zeabur_wordmark_dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/library/zeabur_wordmark_light.svg b/static/library/zeabur_wordmark_light.svg new file mode 100644 index 0000000..519f1e8 --- /dev/null +++ b/static/library/zeabur_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/zoom.svg b/static/library/zoom.svg new file mode 100644 index 0000000..dd15a4a --- /dev/null +++ b/static/library/zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file