home page updates for case studies
This commit is contained in:
parent
063c84ff29
commit
ffc513d5b1
|
|
@ -1294,7 +1294,13 @@ $feature-box-div-margin-bottom: 40px
|
||||||
// background-image: url(/images/community_logos/viacom_logo.png)
|
// background-image: url(/images/community_logos/viacom_logo.png)
|
||||||
|
|
||||||
div:nth-child(1)
|
div:nth-child(1)
|
||||||
background-image: url(/images/community_logos/ebay_logo.png)
|
background-image: url(/images/community_logos/pearson_logo.png)
|
||||||
|
|
||||||
div:nth-child(2)
|
div:nth-child(2)
|
||||||
|
background-image: url(/images/community_logos/box_logo.png)
|
||||||
|
|
||||||
|
div:nth-child(3)
|
||||||
|
background-image: url(/images/community_logos/ebay_logo.png)
|
||||||
|
|
||||||
|
div:nth-child(4)
|
||||||
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
|
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ $video-section-height: 550px
|
||||||
|
|
||||||
#bigSocial
|
#bigSocial
|
||||||
div
|
div
|
||||||
width: calc(25% - 15px)
|
width: calc(25% - 18px)
|
||||||
|
|
||||||
div + div
|
div + div
|
||||||
margin-left: 20px
|
margin-left: 20px
|
||||||
|
|
@ -143,12 +143,12 @@ $video-section-height: 550px
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
|
||||||
|
|
||||||
#home #bigSocial
|
//#home #bigSocial
|
||||||
div
|
// div
|
||||||
width: calc(33% - 15px)
|
// width: calc(33% - 15px)
|
||||||
|
//
|
||||||
div:nth-child(3)
|
// div:nth-child(3)
|
||||||
margin-top: inherit
|
// margin-top: inherit
|
||||||
|
|
||||||
// FOOTER
|
// FOOTER
|
||||||
footer
|
footer
|
||||||
|
|
@ -287,4 +287,4 @@ $video-section-height: 550px
|
||||||
|
|
||||||
#bigSocial
|
#bigSocial
|
||||||
div
|
div
|
||||||
width: calc(50% - 15px)
|
width: calc(25% - 18px)
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
|
|
@ -136,6 +136,14 @@ title: Production-Grade Container Orchestration
|
||||||
<!--<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>
|
||||||
|
<a href="/case-studies/pearson/">Read more</a>
|
||||||
|
<p>Using Kubernetes to reinvent the world’s largest educational company</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="https://blog.box.com/blog/kubernetes-box-microservices-maximum-velocity/">Read more</a>
|
||||||
|
<p>Kubernetes at Box: Microservices at Maximum Velocity</p>
|
||||||
|
</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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue