◐ Shell
reader mode source ↗
Skip to content
Merged
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
1 change: 1 addition & 0 deletions infra/website/public/images/logos/ClickHouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions infra/website/public/images/logos/MSSQL.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions infra/website/public/images/logos/couchbase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions infra/website/public/images/logos/dask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added infra/website/public/images/logos/milvus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions infra/website/public/images/logos/qdrant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions infra/website/public/images/logos/scylladb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions infra/website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,15 @@ features = store.retrieve_online_documents(
<div class="integration-item">
<img src="/images/logos/azure_synapse.png" alt="Azure Synapse" class="integration-logo">
</div>
</div>
</div>

Expand Down @@ -231,6 +240,24 @@ features = store.retrieve_online_documents(
<div class="integration-item">
<img src="/images/logos/singlestore.png" alt="SingleStore" class="integration-logo">
</div>
</div>
</div>
</div>
Expand Down
21 changes: 21 additions & 0 deletions infra/website/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,32 @@ main::before {
max-width: 130px;
}

.integration-logo:hover {
opacity: 1;
filter: grayscale(0%) contrast(1);
}

.integration-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
Expand Down
Toggle all file notes Toggle all file annotations