site: add state of appdev survey callout to home page

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2025-11-07 05:12:27 +01:00
parent f372139618
commit 1f5f50113b

View File

@@ -200,27 +200,31 @@
/>
</div>
</div>
<div
class="rounded-sm bg-gradient-to-br from-blue-400 to-blue-200 p-[2px] drop-shadow dark:from-blue-300 dark:to-blue-400"
>
<div class="bg-pattern-purple rounded-sm p-6">
<div class="flex flex-col gap-12">
<div class="flex flex-col gap-4">
<h2 class="font-medium">
Docker MCP Catalog and Toolkit
{{ partial "components/badge.html" (dict "color" "blue" "content" "Beta") }}
</h2>
<p class="text-xl">
Supercharge your AI applications or agents with secure, containerized tools
</p>
</div>
<div class="flex flex-col items-start gap-4 xl:flex-row">
<a
href="/ai/mcp-catalog-and-toolkit/get-started/"
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
>Let's get started</a>
</div>
<div class="bg-pattern-purple rounded-sm p-6">
<div class="flex flex-col gap-12">
<div class="flex flex-col gap-4">
<p class="text-xl">
Docker State of Application Development survey
</p>
<p>
Share your feedback and help us better understand and serve
the application development community. It will take just 20
minutes of your time. We want to know where you are
focused, what you are working on, and what is most
important to you.
</p>
<p>
You can save your progress and return at any time. As a
thank-you, you can opt into a raffle for Docker swag and
other prizes.
</p>
</div>
<div>
<a
href="https://docker.qualtrics.com/jfe/form/SV_1BIUSxxzRiXoS4S?SOURCE_URL=DOCSSITE"
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
>Take the survey</a>
</div>
</div>
</div>
</div>