Updating case studies on homepage (#9303)
* updating case studies on homepage * updated imagespull/9318/head
parent
e2c03f96cc
commit
de59a85534
|
@ -120,22 +120,22 @@ cid: home
|
|||
<main>
|
||||
<h3>Case Studies</h3>
|
||||
<div id="caseStudiesWrapper">
|
||||
<div>
|
||||
<p>Using Kubernetes to reinvent the world's largest educational company</p>
|
||||
<a href="/case-studies/pearson/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Kubernetes at Box: Microservices at Maximum Velocity</p>
|
||||
<a href="https://blog.box.com/blog/kubernetes-box-microservices-maximum-velocity/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Inside eBay's shift to Kubernetes and containers atop OpenStack</p>
|
||||
<a href="https://www.nextplatform.com/2015/11/12/inside-ebays-shift-to-kubernetes-and-containers-atop-openstack/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Migrating from a homegrown 'cluster' to Kubernetes</p>
|
||||
<a href="https://www.youtube.com/watch?v=6XGUTu3WhBw">Watch the video</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Cloud Native at Northwestern Mutual</p>
|
||||
<a href="/case-studies/northwestern-mutual/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Launching and Scaling Up Experiments, Made Simple</p>
|
||||
<a href="/case-studies/openai/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>The New York Times: From Print to the Web to Cloud Native</p>
|
||||
<a href="/case-studies/newyorktimes/">Read more</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Finding Millions in Potential Savings in a Tough Retail Climate</p>
|
||||
<a href="/case-studies/nordstrom/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<div id="bigSocial">-->
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue