diff --git a/content/en/_index.html b/content/en/_index.html index f957d245bb..2c43aff37c 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -120,22 +120,22 @@ cid: home

Case Studies

-
-

Using Kubernetes to reinvent the world's largest educational company

- Read more -
-
-

Kubernetes at Box: Microservices at Maximum Velocity

- Read more -
-
-

Inside eBay's shift to Kubernetes and containers atop OpenStack

- Read more -
-
-

Migrating from a homegrown 'cluster' to Kubernetes

- Watch the video -
+
+

Cloud Native at Northwestern Mutual

+ Read more +
+
+

Launching and Scaling Up Experiments, Made Simple

+ Read more +
+
+

The New York Times: From Print to the Web to Cloud Native

+ Read more +
+
+

Finding Millions in Potential Savings in a Tough Retail Climate

+ Read more +
diff --git a/static/css/styles.css b/static/css/styles.css index c012f73081..91fe939226 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -754,13 +754,13 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom #home #caseStudiesWrapper div { position: relative; display: inline-block; vertical-align: top; width: 100%; min-height: 230px; padding: 125px 10px 15px; margin-bottom: 30px; background-position: top center; background-repeat: no-repeat; } -#home #caseStudiesWrapper div:nth-child(1) { background-image: url(/images/community_logos/pearson_logo.png); } +#home #caseStudiesWrapper div:nth-child(1) { background-image: url(/images/community_logos/northwestern-mutual.png); } -#home #caseStudiesWrapper div:nth-child(2) { background-image: url(/images/community_logos/box_logo.png); } +#home #caseStudiesWrapper div:nth-child(2) { background-image: url(/images/community_logos/openai.png); } -#home #caseStudiesWrapper div:nth-child(3) { background-image: url(/images/community_logos/ebay_logo.png); } +#home #caseStudiesWrapper div:nth-child(3) { background-image: url(/images/community_logos/nyt.png); } -#home #caseStudiesWrapper div:nth-child(4) { background-image: url(/images/community_logos/wikimedia_foundation_logo.png); } +#home #caseStudiesWrapper div:nth-child(4) { background-image: url(/images/community_logos/nordstrom.png); } #home #caseStudiesWrapper p { font-size: 20px; } diff --git a/static/images/community_logos/nordstrom.png b/static/images/community_logos/nordstrom.png new file mode 100644 index 0000000000..b1d38d9190 Binary files /dev/null and b/static/images/community_logos/nordstrom.png differ diff --git a/static/images/community_logos/northwestern-mutual.png b/static/images/community_logos/northwestern-mutual.png new file mode 100644 index 0000000000..a9644cc027 Binary files /dev/null and b/static/images/community_logos/northwestern-mutual.png differ diff --git a/static/images/community_logos/nyt.png b/static/images/community_logos/nyt.png new file mode 100644 index 0000000000..aede1ff08a Binary files /dev/null and b/static/images/community_logos/nyt.png differ diff --git a/static/images/community_logos/openai.png b/static/images/community_logos/openai.png new file mode 100644 index 0000000000..15bc348d6a Binary files /dev/null and b/static/images/community_logos/openai.png differ