ContainerImage.Pinniped/site/themes/pinniped/layouts/partials/use-cases.html
Matt Moyer 827e6e0dc0
More website tweaks.
These are some more changes that came up when Pablo and I were reviewing the previous docs PR.

In no particular order:

- Fix "related posts" on the blog section, and hide the section if there are none.

- Minor style changes to several pages (guided by various style guides).

- Redirect the root of get.pinniped.dev to our main page (shouldn't really be hit, but it's nice to do something).

- Add more mobile-friendly CSS for our docs.

- Reword the "getting started" CTA, and hide it on the docs pages (you're already there).

- Fix the "Learn how Pinniped provides identity services to Kubernetes" link on the landing page.

- Add a date to our blog post cards.

- Rewrite the hero text on the landing page.

- Fix the docs link for the "Get Started with Pinniped" button on the landing page.

- Rework the landing page grid text.

- Add Margo and Nanci to the team section and sort it alphabetically.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-02-23 14:03:37 -06:00

33 lines
1.5 KiB
HTML

<div class="wrapper use-cases">
<h2>Use cases</h2>
<div class="grid two">
<div class="col image">
<img src="/img/administration.svg" />
</div>
<div class="col text">
<p class="strong">Cluster administration</p>
<p>Easily plug in external identity providers into Kubernetes clusters while offering a simple install and configuration experience. Leverage first class integration with Kubernetes and kubectl command-line.</p>
<!-- <p><a href="#" class="button tertiary">Read More</a></p> -->
</div>
</div>
<div class="grid two image-right">
<div class="col text">
<p class="strong">Seamless authentication</p>
<p>Give users a consistent, unified login experience across all your clusters, including on-premises and managed cloud environments.</p>
<!-- <p><a href="#" class="button tertiary">Read More</a></p> -->
</div>
<div class="col image">
<img src="/img/authentication.svg" />
</div>
</div>
<div class="grid two">
<div class="col image">
<img src="/img/security.svg" />
</div>
<div class="col text">
<p class="strong">Security for enterprises & teams alike</p>
<p>Securely integrate with an enterprise IDP using standard protocols or use secure, externally managed identities instead of relying on simple, shared credentials.</p>
<!-- <p><a href="#" class="button tertiary">Read More</a></p> -->
</div>
</div>
</div>