Skip to content

Commit ffc513d

Browse files
author
scotty
committed
home page updates for case studies
1 parent 063c84f commit ffc513d

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

_sass/_base.sass

+7-1
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,13 @@ $feature-box-div-margin-bottom: 40px
12941294
// background-image: url(/images/community_logos/viacom_logo.png)
12951295
12961296
div:nth-child(1)
1297-
background-image: url(/images/community_logos/ebay_logo.png)
1297+
background-image: url(/images/community_logos/pearson_logo.png)
12981298

12991299
div:nth-child(2)
1300+
background-image: url(/images/community_logos/box_logo.png)
1301+
1302+
div:nth-child(3)
1303+
background-image: url(/images/community_logos/ebay_logo.png)
1304+
1305+
div:nth-child(4)
13001306
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)

_sass/_desktop.sass

+8-8
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ $video-section-height: 550px
134134

135135
#bigSocial
136136
div
137-
width: calc(25% - 15px)
137+
width: calc(25% - 18px)
138138

139139
div + div
140140
margin-left: 20px
@@ -143,12 +143,12 @@ $video-section-height: 550px
143143
margin-top: 0
144144

145145

146-
#home #bigSocial
147-
div
148-
width: calc(33% - 15px)
149-
150-
div:nth-child(3)
151-
margin-top: inherit
146+
//#home #bigSocial
147+
// div
148+
// width: calc(33% - 15px)
149+
//
150+
// div:nth-child(3)
151+
// margin-top: inherit
152152
153153
// FOOTER
154154
footer
@@ -287,4 +287,4 @@ $video-section-height: 550px
287287

288288
#bigSocial
289289
div
290-
width: calc(50% - 15px)
290+
width: calc(25% - 18px)
5 KB
Loading

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@ <h3>Case Studies</h3>
136136
<!--<a href="https://youtu.be/OLwzSHBtxhI">Watch the video</a>-->
137137
<!--<p>Creating Next Generation Kubernetes Infrastructure at Viacom</p>-->
138138
<!--</div>-->
139+
<div>
140+
<a href="/case-studies/pearson/">Read more</a>
141+
<p>Using Kubernetes to reinvent the world’s largest educational company</p>
142+
</div>
143+
<div>
144+
<a href="https://blog.box.com/blog/kubernetes-box-microservices-maximum-velocity/">Read more</a>
145+
<p>Kubernetes at Box: Microservices at Maximum Velocity</p>
146+
</div>
139147
<div>
140148
<a href="http://www.nextplatform.com/2015/11/12/inside-ebays-shift-to-kubernetes-and-containers-atop-openstack/">Read the story</a>
141149
<p>Inside eBay’s shift to Kubernetes and containers atop OpenStack</p>

0 commit comments

Comments
 (0)