home page updates for case studies

This commit is contained in:
scotty 2016-09-26 12:55:13 -07:00
parent 1b327e1740
commit 063c84ff29
4 changed files with 25 additions and 10 deletions

View File

@ -5,6 +5,7 @@
<a href="/docs/">Documentation</a>
<a href="http://blog.kubernetes.io/">Blog</a>
<a href="/community/">Community</a>
<a href="/case-studies/">Case Studies</a>
</nav>
<div class="social">
<div>

View File

@ -1281,14 +1281,20 @@ $feature-box-div-margin-bottom: 40px
padding: 30px 0
#bigSocial
text-align: center
div
display: inline-block
float: none
padding-top: 125px
width: calc(90%)
//div:nth-child(1)
// background-image: url(/images/community_logos/viacom_logo.png)
div:nth-child(1)
background-image: url(/images/community_logos/viacom_logo.png)
div:nth-child(2)
background-image: url(/images/community_logos/ebay_logo.png)
div:nth-child(3)
div:nth-child(2)
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)

View File

@ -164,7 +164,7 @@ $video-section-height: 550px
margin-bottom: 20px
a
width: 25%
width: 20%
float: left
font-size: 24px
font-weight: 300
@ -280,4 +280,11 @@ $video-section-height: 550px
#tryKubernetes
width: auto
background-color: $blue
padding: 0 20px
padding: 0 20px
#bigSocial
div
width: calc(50% - 15px)

View File

@ -132,10 +132,10 @@ title: Production-Grade Container Orchestration
<main>
<h3>Case Studies</h3>
<div id="bigSocial">
<div>
<a href="https://youtu.be/OLwzSHBtxhI">Watch the video</a>
<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>
</div>
<!--<div>-->
<!--<a href="https://youtu.be/OLwzSHBtxhI">Watch the video</a>-->
<!--<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>-->
<!--</div>-->
<div>
<a href="http://www.nextplatform.com/2015/11/12/inside-ebays-shift-to-kubernetes-and-containers-atop-openstack/">Read the story</a>
<p>Inside eBays shift to Kubernetes and containers atop OpenStack</p>
@ -145,6 +145,7 @@ title: Production-Grade Container Orchestration
<p>Migrating from a homegrown cluster to Kubernetes</p>
</div>
</div>
<h5 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">View all case studies</a></h5>
</main>
</section>