diff --git a/content/en/_index.html b/content/en/_index.html index abeb666558..f957d245bb 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -42,12 +42,17 @@ cid: home
-

Kubernetes: Finally… A True Cloud Platform

-

Sam Ghods, Co-Founder and Services Architect at Box, gives a passionate talk at KubeCon Seattle 2016 showing that with Kubernetes, we have for the first time a universal interface that one can build real deployment tooling against.

+

The Challenges of Migrating 150+ Microservices to Kubernetes

+

By Sarah Wells, Technical Director for Operations and Reliability, Financial Times



- Attend KubeCon in Copenhagen on May 2-4, 2018 + Attend KubeCon in Shanghai on Nov. 14-15, 2018 +
+
+
+
+ Attend KubeCon in Seattle on Dec. 11-13, 2018
@@ -163,6 +168,6 @@ cid: home
- +
diff --git a/static/css/styles.css b/static/css/styles.css index 6857fb7fcc..2ef22b423f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -508,7 +508,7 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom #video { height: 200px; } -#video { width: 100%; position: relative; background-image: url(/images/kub_video_banner_box.jpg); background-position: center center; background-size: cover; } +#video { width: 100%; position: relative; background-image: url(/images/kub_video_banner_homepage.jpg); background-position: center center; background-size: cover; } #video > .light-text { display: none; position: absolute; top: 50%; left: 75%; width: 525px; padding-right: 80px; transform: translate(-50%, -50%); color: white; } @@ -859,7 +859,7 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom #oceanNodes main:nth-child(1) h3, #oceanNodes main:nth-child(1) p { text-align: left; } #oceanNodes main:nth-child(1) .image-wrapper { position: absolute; max-width: 48%; transform: translateY(-50%); } #oceanNodes main:nth-child(1) .image-wrapper img { max-width: 425px; } - #video { height: 550px; position: relative; background-image: url(../images/kub_video_banner_box.jpg); background-position: center center; background-size: cover; } + #video { height: 550px; position: relative; background-image: url(../images/kub_video_banner_homepage.jpg); background-position: center center; background-size: cover; } #talkToUs h4 br { display: block; } #talkToUs #bigSocial div { width: calc(25% - 18px); } #talkToUs #bigSocial div + div { margin-left: 20px; } diff --git a/static/images/KubeCon_EU_Community.jpg b/static/images/KubeCon_EU_Community.jpg index 51584150ae..5b50d2b18a 100644 Binary files a/static/images/KubeCon_EU_Community.jpg and b/static/images/KubeCon_EU_Community.jpg differ diff --git a/static/images/kub_video_banner_box.jpg b/static/images/kub_video_banner_box.jpg deleted file mode 100644 index bdc024a1e3..0000000000 Binary files a/static/images/kub_video_banner_box.jpg and /dev/null differ diff --git a/static/images/kub_video_banner_homepage.jpg b/static/images/kub_video_banner_homepage.jpg new file mode 100644 index 0000000000..d70306b9c5 Binary files /dev/null and b/static/images/kub_video_banner_homepage.jpg differ