Skip to content

Commit

Permalink
Merge pull request #5 from vespa-engine/frodelu/use-new-vespa-logo
Browse files Browse the repository at this point in the history
Use new Vespa logo in README
  • Loading branch information
bratseth authored Dec 5, 2023
2 parents 9b946ee + fce3e3e commit 7565da0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[![#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/>

[Vespa.ai](https://vespa.ai/) - the open big data serving engine.
Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable performance.
Expand Down

0 comments on commit 7565da0

Please sign in to comment.