From b5a8fb91fd3e8c0076e8b68a51dab93af441f300 Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Thu, 6 Jun 2024 00:02:26 -0500 Subject: [PATCH] Add Ollama SVG assets and integration --- src/data/svgs.ts | 9 +++++++++ static/library/ollama_dark.svg | 7 +++++++ static/library/ollama_light.svg | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 static/library/ollama_dark.svg create mode 100644 static/library/ollama_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 696930c..3d5630a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -46,6 +46,15 @@ export const svgs: iSVG[] = [ wordmark: '/library/cohere_wordmark.svg', url: 'https://cohere.com/' }, + { + title: 'Ollama', + category: 'AI', + route: { + light: '/library/ollama_light.svg', + dark: '/library/ollama_dark.svg' + }, + url: 'https://www.ollama.com/' + }, { title: 'Cisco', category: 'Software', diff --git a/static/library/ollama_dark.svg b/static/library/ollama_dark.svg new file mode 100644 index 0000000..96e9e86 --- /dev/null +++ b/static/library/ollama_dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/library/ollama_light.svg b/static/library/ollama_light.svg new file mode 100644 index 0000000..501606a --- /dev/null +++ b/static/library/ollama_light.svg @@ -0,0 +1,7 @@ + + + + + + +