Case Studies
+Creating Next Generation Kubernetes Infrastructure at Viacom
+Inside eBay’s shift to Kubernetes and containers atop OpenStack
+Migrating from a homegrown ‘cluster’ to Kubernetes
+diff --git a/_sass/_base.sass b/_sass/_base.sass index 759ecebb5d..30f70d9a33 100644 --- a/_sass/_base.sass +++ b/_sass/_base.sass @@ -1245,3 +1245,21 @@ $feature-box-div-margin-bottom: 40px a, p text-align: center width: 100% + + +#home + #talkToUs main + padding: 30px 0 + + #bigSocial + div + padding-top: 125px + + 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) + background-image: url(../images/community_logos/wikimedia_foundation_logo.png) diff --git a/_sass/_desktop.sass b/_sass/_desktop.sass index 7eb1dbf42e..cead0a6a28 100644 --- a/_sass/_desktop.sass +++ b/_sass/_desktop.sass @@ -111,6 +111,12 @@ $video-section-height: 550px margin-top: 0 + #home #bigSocial + div + width: calc(33% - 15px) + + div:nth-child(3) + margin-top: inherit // FOOTER footer diff --git a/images/community_logos/wikimedia_foundation_logo.png b/images/community_logos/wikimedia_foundation_logo.png new file mode 100644 index 0000000000..e3e1cac69a Binary files /dev/null and b/images/community_logos/wikimedia_foundation_logo.png differ diff --git a/index.html b/index.html index b9fa163ace..6c5447c3f3 100644 --- a/index.html +++ b/index.html @@ -16,13 +16,13 @@ title: Accelerate Your Delivery Try Our Hello World -
-
-
-
-
- Creating Next Generation Kubernetes Infrastructure at Viacom
+Inside eBay’s shift to Kubernetes and containers atop OpenStack
+Migrating from a homegrown ‘cluster’ to Kubernetes
+