Adding partner section to community page

This commit is contained in:
ankurshukla
2016-06-02 10:57:13 -07:00
parent cc321486bd
commit 155c261549
9 changed files with 45 additions and 11 deletions
+13 -1
View File
@@ -64,6 +64,18 @@ title: Community
<img src="/images/community_logos/deis_logo.png">
</div>
</div>
<div class="content">
<h3>Partners</h3>
<p>We are working with a broad group of partners to help grow the kubernetes ecosystem supporting
a sprectrum of compelmenting platforms, from open source solutions to market-leading technologies.</p>
<div class="partner-logos">
<a href="https://sysdig.com/blog/monitoring-kubernetes-with-sysdig-cloud/"><img src="/images/community_logos/sysdig_cloud_logo.png"></a>
<a href="http://wercker.com/workflows/partners/kubernetes/"><img src="/images/community_logos/wercker_logo.png"></a>
<a href="http://rancher.com/kubernetes/"><img src="/images/community_logos/rancher_logo.png"></a>
<a href="https://elasticbox.com/kubernetes/"><img src="/images/community_logos/elastickube_logo.png"></a>
<a href="http://docs.datadoghq.com/integrations/kubernetes/"><img src="/images/community_logos/datadog_logo.png"></a>
</div>
</div>
</main>
</section>
@@ -95,4 +107,4 @@ title: Community
{% include footer.html %}
</body>
</html>
</html>