Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 24 additions & 20 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,27 +200,31 @@ <h2 class="font-medium">
/>
</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>
Expand Down