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
12 changes: 6 additions & 6 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,27 +161,27 @@ <h1 class="text-2xl">Get Docker</h1>
>
<div class="flex flex-col gap-4">
<h2 class="font-medium">
Gen AI catalog
Docker Hardened Images
{{ partial
"components/badge.html" (dict "color" "blue" "content" "New")
}}
</h2>
<p class="text-xl">
Integrate AI solutions into your apps with minimal effort
Secure, minimal, production-ready images with near-zero known CVEs.
</p>
</div>
<div class="flex flex-col items-start gap-4 xl:flex-row">
<a
href="https://hub.docker.com/catalogs/gen-ai"
href="/dhi/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"
>
Explore on Docker Hub
Start your free trial
</a>
<a
href="/docker-hub/image-library/catalogs/"
href="https://hub.docker.com/hardened-images/catalog"
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"
>
Read the docs
Explore images
</a>
</div>
</div>
Expand Down