home page updates for case studies
parent
063c84ff29
commit
ffc513d5b1
|
@ -1294,7 +1294,13 @@ $feature-box-div-margin-bottom: 40px
|
|||
// background-image: url(/images/community_logos/viacom_logo.png)
|
||||
|
||||
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)
|
||||
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)
|
||||
|
|
|
@ -134,7 +134,7 @@ $video-section-height: 550px
|
|||
|
||||
#bigSocial
|
||||
div
|
||||
width: calc(25% - 15px)
|
||||
width: calc(25% - 18px)
|
||||
|
||||
div + div
|
||||
margin-left: 20px
|
||||
|
@ -143,12 +143,12 @@ $video-section-height: 550px
|
|||
margin-top: 0
|
||||
|
||||
|
||||
#home #bigSocial
|
||||
div
|
||||
width: calc(33% - 15px)
|
||||
|
||||
div:nth-child(3)
|
||||
margin-top: inherit
|
||||
//#home #bigSocial
|
||||
// div
|
||||
// width: calc(33% - 15px)
|
||||
//
|
||||
// div:nth-child(3)
|
||||
// margin-top: inherit
|
||||
|
||||
// FOOTER
|
||||
footer
|
||||
|
@ -287,4 +287,4 @@ $video-section-height: 550px
|
|||
|
||||
#bigSocial
|
||||
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>-->
|
||||
<!--<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>-->
|
||||
<!--</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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue