Skip to content

Commit 72ae358

Browse files
authored
Merge pull request #23672 from dvdksn/appdev-2025-survey
site: add state of appdev survey callout to home page
2 parents 56401b2 + 1f5f501 commit 72ae358

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

layouts/index.html

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -200,27 +200,31 @@ <h2 class="font-medium">
200200
/>
201201
</div>
202202
</div>
203-
<div
204-
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"
205-
>
206-
<div class="bg-pattern-purple rounded-sm p-6">
207-
<div class="flex flex-col gap-12">
208-
<div class="flex flex-col gap-4">
209-
<h2 class="font-medium">
210-
Docker MCP Catalog and Toolkit
211-
{{ partial "components/badge.html" (dict "color" "blue" "content" "Beta") }}
212-
</h2>
213-
<p class="text-xl">
214-
Supercharge your AI applications or agents with secure, containerized tools
215-
</p>
216-
</div>
217-
<div class="flex flex-col items-start gap-4 xl:flex-row">
218-
<a
219-
href="/ai/mcp-catalog-and-toolkit/get-started/"
220-
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"
221-
>Let's get started</a>
222-
</div>
203+
<div class="bg-pattern-purple rounded-sm p-6">
204+
<div class="flex flex-col gap-12">
205+
<div class="flex flex-col gap-4">
206+
<p class="text-xl">
207+
Docker State of Application Development survey
208+
</p>
209+
<p>
210+
Share your feedback and help us better understand and serve
211+
the application development community. It will take just 20
212+
minutes of your time. We want to know where you are
213+
focused, what you are working on, and what is most
214+
important to you.
215+
</p>
216+
<p>
217+
You can save your progress and return at any time. As a
218+
thank-you, you can opt into a raffle for Docker swag and
219+
other prizes.
220+
</p>
223221
</div>
222+
<div>
223+
<a
224+
href="https://docker.qualtrics.com/jfe/form/SV_1BIUSxxzRiXoS4S?SOURCE_URL=DOCSSITE"
225+
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"
226+
>Take the survey</a>
227+
</div>
224228
</div>
225229
</div>
226230
</div>

0 commit comments

Comments
 (0)