From 2ed643c94ac9a861c9dc8c93bf4ccb4308de6d1b Mon Sep 17 00:00:00 2001 From: nastyapash <38438810+nastyapash@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:31:06 +0100 Subject: [PATCH] Add AI Agents blocks (#1339) --- .../content/headless/main/vectors.md | 8 ++++- .../content/use-cases/vectors-use-case.md | 8 ++++- .../assets/css/partials/_vectors.scss | 33 +++++++++++++------ 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/qdrant-landing/content/headless/main/vectors.md b/qdrant-landing/content/headless/main/vectors.md index 3fda98dec..51f33c36f 100644 --- a/qdrant-landing/content/headless/main/vectors.md +++ b/qdrant-landing/content/headless/main/vectors.md @@ -26,4 +26,10 @@ featureCards: link: text: Learn More url: /data-analysis-anomaly-detection/ ---- \ No newline at end of file + - id: 4 + title: AI Agents + content: Unlock the full potential of your AI agents with Qdrant’s powerful vector search and scalable infrastructure, allowing them to handle complex tasks, adapt in real time, and drive smarter, data-driven outcomes across any environment. + link: + text: Learn More + url: /ai-agents/ +--- diff --git a/qdrant-landing/content/use-cases/vectors-use-case.md b/qdrant-landing/content/use-cases/vectors-use-case.md index 8a17bc57c..712558bab 100644 --- a/qdrant-landing/content/use-cases/vectors-use-case.md +++ b/qdrant-landing/content/use-cases/vectors-use-case.md @@ -26,4 +26,10 @@ featureCards: link: text: Learn More url: /data-analysis-anomaly-detection/ ---- \ No newline at end of file + - id: 4 + title: AI Agents + content: Unlock the full potential of your AI agents with Qdrant’s powerful vector search and scalable infrastructure, allowing them to handle complex tasks, adapt in real time, and drive smarter, data-driven outcomes across any environment. + link: + text: Learn More + url: /ai-agents/ +--- diff --git a/qdrant-landing/themes/qdrant-2024/assets/css/partials/_vectors.scss b/qdrant-landing/themes/qdrant-2024/assets/css/partials/_vectors.scss index 564638018..098bc4b8e 100644 --- a/qdrant-landing/themes/qdrant-2024/assets/css/partials/_vectors.scss +++ b/qdrant-landing/themes/qdrant-2024/assets/css/partials/_vectors.scss @@ -41,6 +41,13 @@ display: flex; flex-direction: column; gap: $spacer * 5; + + & > div:first-child { + .vectors__card-image { + height: pxToRem(256); + margin-bottom: -$spacer * 2; + } + } } &__card { @@ -87,7 +94,10 @@ } @include media-breakpoint-up(xl) { + padding-bottom: $spacer * 10; + &__header { + padding-top: $spacer * 7.5; padding-bottom: $spacer * 7.5; } @@ -105,6 +115,19 @@ &__cards { gap: $spacer * 10; + + & > div:first-child { + .vectors__card-image { + height: pxToRem(392); + } + } + + & > div:last-of-type { + .vectors__card-title { + font-size: map-get($font-sizes, 2); + line-height: pxToRem(67); + } + } } &__card { @@ -139,16 +162,6 @@ } } -.vectors__card:first-child { - .vectors__card-image { - height: pxToRem(256); - - @include media-breakpoint-up(xl) { - height: pxToRem(392); - } - } -} - .vectors-use-case { .vectors__header { padding-top: $spacer * 2.5;