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

12 lines
682 B
HTML
Raw Normal View History

2020-11-06 22:42:57 +00:00
<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>