ContainerImage.Pinniped/site/themes/pinniped/layouts/partials/hero.html

12 lines
682 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="hero homepage">
<div class="wrapper">
<div class="text-block">
<h2>Pinniped - Simplify user authentication for any Kubernetes cluster: log in once and youre done.</h2>
<p>Pinniped delivers a consistent Kubernetes user authentication experience while prioritizing security, interoperability and low-effort management at scale.</p>
<div class="buttons">
<a class="button" href="https://github.com/vmware-tanzu/pinniped/blob/main/README.md">Get Started with Pinniped</a>
<a class="button secondary" href="https://github.com/vmware-tanzu/pinniped/releases">Download Latest Release</a>
</div>
</div>
</div>
</div>