home page updates for case studies
This commit is contained in:
parent
1b327e1740
commit
063c84ff29
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 eBay’s 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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue