827e6e0dc0
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>
44 lines
1.9 KiB
HTML
44 lines
1.9 KiB
HTML
---
|
|
title: "Pinniped Community"
|
|
layout: section
|
|
---
|
|
|
|
<div class="hero subpage">
|
|
<div class="wrapper">
|
|
<h2>Pinniped Community</h2>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper community">
|
|
<h3>Do you want to help build Pinniped?</h3>
|
|
<div class="grid three">
|
|
<div class="col">
|
|
<div class="icon">
|
|
<a href="{{< param "github_url" >}}"><img src="/img/github-image.svg" /></a>
|
|
</div>
|
|
<div class="content">
|
|
<h3><a href="{{< param "github_url" >}}">Check out GitHub</a></h3>
|
|
<p>Head over to our GitHub repo and check out the <a href="https://github.com/vmware-tanzu/pinniped/discussions">discussions</a> and <a href="https://github.com/vmware-tanzu/pinniped/issues">issues</a>.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="icon">
|
|
<a href="{{< param "slack_url" >}}"><img src="/img/slack.svg" /></a>
|
|
</div>
|
|
<div class="content">
|
|
<h3><a href="{{< param "slack_url" >}}">Chat with us on our Slack channel</a></h3>
|
|
<p>Chat with us on our Kubernetes Slack channel #pinniped</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="icon">
|
|
<a href="{{< param "community_url" >}}"><img src="/img/calendar.svg" /></a>
|
|
</div>
|
|
<div class="content">
|
|
<h3><a href="{{< param "community_url" >}}">Community Meetings</a></h3>
|
|
<p>Pinniped Community Meetings are held every first and third Thursday of the month at 9 AM PT / 12 PM ET</p>
|
|
<p>Join our <a href="https://groups.google.com/u/1/g/project-pinniped">Google Group</a> to receive invites to the meeting</p>
|
|
<p>Watch previous community meetings on our <a href="https://www.youtube.com/playlist?list=PL7bmigfV0EqQ8qYn8ornuJnuGvCt0belt">YouTube playlist</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |