summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-12-05 17:49:36 +0100
committerGitHub <noreply@github.com>2023-12-05 17:49:36 +0100
commitb35aea4c71af309887802edd21cc658f7a826390 (patch)
tree13aef63c51d01d55222aa083969e7a7a1a2d69cc
parentc35c4630c4d0cc223dc8b4a7f81933d7ab95f446 (diff)
parent0ece312567ca1f22bd415d7de65cda585484dafd (diff)
Merge pull request #29559 from vespa-engine/frodelu/new-vespa-logo-readme
Use new Vespa logo
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index e37d5d3c68b..8eda989c6c6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-[![#Vespa](https://vespa.ai/assets/vespa-logo-color.png)](https://vespa.ai)
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://vespa.ai/assets/vespa-ai-logo-heather.svg">
+ <source media="(prefers-color-scheme: light)" srcset="https://vespa.ai/assets/vespa-ai-logo-rock.svg">
+ <img alt="#Vespa" width="200" src="https://vespa.ai/assets/vespa-ai-logo-rock.svg" style="margin-bottom: 25px;">
+</picture>
+<br/><br/>
Search, make inferences in, and organize vectors, tensors, text and structured data, at serving time and any scale.