home page updates for case studies
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
<a href="/docs/">Documentation</a>
|
<a href="/docs/">Documentation</a>
|
||||||
<a href="http://blog.kubernetes.io/">Blog</a>
|
<a href="http://blog.kubernetes.io/">Blog</a>
|
||||||
<a href="/community/">Community</a>
|
<a href="/community/">Community</a>
|
||||||
|
<a href="/case-studies/">Case Studies</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
+10
-4
@@ -1281,14 +1281,20 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
padding: 30px 0
|
padding: 30px 0
|
||||||
|
|
||||||
#bigSocial
|
#bigSocial
|
||||||
|
text-align: center
|
||||||
|
|
||||||
div
|
div
|
||||||
|
display: inline-block
|
||||||
|
float: none
|
||||||
padding-top: 125px
|
padding-top: 125px
|
||||||
|
width: calc(90%)
|
||||||
|
|
||||||
|
|
||||||
|
//div:nth-child(1)
|
||||||
|
// background-image: url(/images/community_logos/viacom_logo.png)
|
||||||
|
|
||||||
div:nth-child(1)
|
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)
|
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)
|
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
|
||||||
|
|||||||
+8
-1
@@ -164,7 +164,7 @@ $video-section-height: 550px
|
|||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
|
|
||||||
a
|
a
|
||||||
width: 25%
|
width: 20%
|
||||||
float: left
|
float: left
|
||||||
font-size: 24px
|
font-size: 24px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
@@ -281,3 +281,10 @@ $video-section-height: 550px
|
|||||||
width: auto
|
width: auto
|
||||||
background-color: $blue
|
background-color: $blue
|
||||||
padding: 0 20px
|
padding: 0 20px
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#bigSocial
|
||||||
|
div
|
||||||
|
width: calc(50% - 15px)
|
||||||
|
|||||||
+5
-4
@@ -132,10 +132,10 @@ title: Production-Grade Container Orchestration
|
|||||||
<main>
|
<main>
|
||||||
<h3>Case Studies</h3>
|
<h3>Case Studies</h3>
|
||||||
<div id="bigSocial">
|
<div id="bigSocial">
|
||||||
<div>
|
<!--<div>-->
|
||||||
<a href="https://youtu.be/OLwzSHBtxhI">Watch the video</a>
|
<!--<a href="https://youtu.be/OLwzSHBtxhI">Watch the video</a>-->
|
||||||
<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>
|
<!--<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
<div>
|
<div>
|
||||||
<a href="http://www.nextplatform.com/2015/11/12/inside-ebays-shift-to-kubernetes-and-containers-atop-openstack/">Read the story</a>
|
<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>
|
<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>
|
<p>Migrating from a homegrown ‘cluster’ to Kubernetes</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h5 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">View all case studies</a></h5>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user