mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
small logo fixes
This commit is contained in:
parent
6875f7649c
commit
3e2946e87b
3 changed files with 30 additions and 8 deletions
12
README.md
12
README.md
|
|
@ -96,7 +96,11 @@ Development of `sqlite-vec` is supported by multiple generous sponsors! Mozilla
|
|||
is the main sponsor through the new Builders project.
|
||||
|
||||
<p align="center">
|
||||
<img src="./.github/logos/mozilla.svg" width=400 />
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/mozilla.dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/mozilla.svg">
|
||||
<img alt="Mozilla Builders logo" width=400>
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
`sqlite-vec` is also sponsored by the following companies:
|
||||
|
|
@ -105,7 +109,7 @@ is the main sponsor through the new Builders project.
|
|||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/flyio.dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/flyio.svg">
|
||||
<img alt="logo of Fly.io" src="./.github/logos/flyio.svg" width="32%">
|
||||
<img alt="Fly.io logo" src="./.github/logos/flyio.svg" width="32%">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
|
@ -113,7 +117,7 @@ is the main sponsor through the new Builders project.
|
|||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/turso.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/turso.svg">
|
||||
<img alt="logo of Turso" src="./.github/logos/turso.svg" width="32%">
|
||||
<img alt="Turso logo" src="./.github/logos/turso.svg" width="32%">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
|
@ -121,7 +125,7 @@ is the main sponsor through the new Builders project.
|
|||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/sqlitecloud.dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/sqlitecloud.svg">
|
||||
<img alt="logo of SQLite Cloud" src="./.github/logos/flyio.svg" width="32%">
|
||||
<img alt="SQLite Cloud logo" src="./.github/logos/flyio.svg" width="32%">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue