2020-11-06 22:42:57 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
<main>
|
|
|
|
{{ partial "hero.html" . }}
|
|
|
|
{{ partial "homepage-grid.html" . }}
|
|
|
|
<div class="bg-grey introduction">
|
|
|
|
<div class="wrapper grid two">
|
|
|
|
<div class="col">
|
|
|
|
<p class="strong">Introduction to Pinniped</p>
|
2021-02-23 19:55:42 +00:00
|
|
|
<p><a href="https://pinniped.dev/docs/">Learn how Pinniped</a> provides identity services to Kubernetes</p>
|
2020-11-06 22:42:57 +00:00
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<p class="strong">How do you use Pinniped?</p>
|
|
|
|
<p>Tell us about your experience using Pinniped <a href="https://github.com/vmware-tanzu/pinniped/discussions/152">Share with us here!</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ partial "use-cases.html" . }}
|
|
|
|
{{ partial "team.html" . }}
|
|
|
|
</main>
|
2021-02-23 19:55:42 +00:00
|
|
|
{{ partial "getting-started" . }}
|
2020-11-06 22:42:57 +00:00
|
|
|
{{ end }}
|