Adding new images to homepage and community page (#5870)

* Adding all files for BlaBlaCar case study

* Adding KubeCon banners to community page and homepage

* Revert "Adding all files for BlaBlaCar case study"

This reverts commit d53523f21411ba28fe59e9d30e1169777e4c84f3.

Removing case study commit from branch

* Update index.html
This commit is contained in:
Kaitlyn Barnard
2017-10-12 10:13:41 -07:00
committed by Zach Corleissen
parent 871c78708f
commit 20ac051ba0
6 changed files with 36 additions and 25 deletions
+27 -19
View File
@@ -379,12 +379,12 @@ ul.global-nav
width: 100% width: 100%
background-color: transparentize(white, 0.9) background-color: transparentize(white, 0.9)
content: '' content: ''
&.no-sub &.no-sub
h5 h5
display: none display: none
h1 h1
margin-bottom: 20px margin-bottom: 20px
@@ -478,12 +478,12 @@ footer
display: block display: block
height: 0 height: 0
overflow: hidden overflow: hidden
&.button &.button
background-image: none background-image: none
width: auto width: auto
height: auto height: auto
&:hover &:hover
color: $blue color: $blue
@@ -572,7 +572,7 @@ section
height: 44px height: 44px
line-height: 44px line-height: 44px
position: relative position: relative
&:before &:before
position: absolute position: absolute
width: 15px width: 15px
@@ -829,7 +829,7 @@ dd
h1,h2 h1,h2
border-bottom: 1px solid #cccccc border-bottom: 1px solid #cccccc
h1 h1
font-size: 32px font-size: 32px
padding-right: 60px padding-right: 60px
@@ -1009,7 +1009,7 @@ dd
a.button a.button
border-radius: 2px border-radius: 2px
text-decoration: none text-decoration: none
&:visited &:visited
color: white color: white
@@ -1128,7 +1128,7 @@ $feature-box-div-margin-bottom: 40px
#video #video
width: 100% width: 100%
position: relative position: relative
background-image: url(/images/kub_video_banner.jpg) background-image: url(/images/kub_video_banner_box.jpg)
background-position: center center background-position: center center
background-size: cover background-size: cover
@@ -1153,6 +1153,14 @@ $feature-box-div-margin-bottom: 40px
p p
margin-bottom: 20px margin-bottom: 20px
#desktopKCButton
position: relative
font-size: 18px
background-color: $dark-grey
border-radius: 8px
color: $white
padding: 10px 20px 10px 20px
#desktopShowVideoButton #desktopShowVideoButton
position: relative position: relative
font-size: 24px font-size: 24px
@@ -1335,7 +1343,7 @@ $feature-box-div-margin-bottom: 40px
height: 30vw height: 30vw
max-width: 1200px max-width: 1200px
max-height: 450px max-height: 450px
margin: 20px auto margin: 20px auto
iframe iframe
position: absolute position: absolute
@@ -1417,7 +1425,7 @@ $feature-box-div-margin-bottom: 40px
h1,h2 h1,h2
border-bottom: 1px solid #cccccc border-bottom: 1px solid #cccccc
h1 h1
font-size: 32px font-size: 32px
padding-right: 60px padding-right: 60px
@@ -1597,7 +1605,7 @@ $feature-box-div-margin-bottom: 40px
a.button a.button
border-radius: 2px border-radius: 2px
text-decoration: none text-decoration: none
&:visited &:visited
color: white color: white
@@ -1699,7 +1707,7 @@ $feature-box-div-margin-bottom: 40px
#talkToUs #talkToUs
main main
padding: 30px 0 padding: 30px 0
h5 h5
font-size: 20px font-size: 20px
@@ -1708,7 +1716,7 @@ $feature-box-div-margin-bottom: 40px
position: relative position: relative
text-align: center text-align: center
margin-bottom: 30px margin-bottom: 30px
div div
position: relative position: relative
display: inline-block display: inline-block
@@ -1731,10 +1739,10 @@ $feature-box-div-margin-bottom: 40px
div:nth-child(4) div:nth-child(4)
background-image: url(/images/community_logos/wikimedia_foundation_logo.png) background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
p p
font-size: 20px font-size: 20px
a a
position: absolute position: absolute
bottom: 0 bottom: 0
@@ -1743,16 +1751,16 @@ $feature-box-div-margin-bottom: 40px
color: $blue color: $blue
font-weight: 400 font-weight: 400
//#bigSocial //#bigSocial
// text-align: center // text-align: center
// //
// div // div
// display: inline-block // display: inline-block
// float: none // float: none
// padding-top: 125px // padding-top: 125px
// width: calc(90%) // width: calc(90%)
// //
// a // a
// margin-top: 15px // margin-top: 15px
// font-size: 18px // font-size: 18px
+3 -3
View File
@@ -97,7 +97,7 @@ $video-section-height: 550px
section, header, footer section, header, footer
main main
max-width: $main-max-width max-width: $main-max-width
header, #vendorStrip, #encyclopedia, #hero h1, #hero h5, #docs #hero h1, #docs #hero h5, header, #vendorStrip, #encyclopedia, #hero h1, #hero h5, #docs #hero h1, #docs #hero h5,
#community #hero h1, .gridPage #hero h1, #community #hero h5, .gridPage #hero h5 #community #hero h1, .gridPage #hero h1, #community #hero h5, .gridPage #hero h5
padding-left: 100px padding-left: 100px
@@ -138,7 +138,7 @@ $video-section-height: 550px
#video #video
height: $video-section-height height: $video-section-height
position: relative position: relative
background-image: url(../images/kub_video_banner.jpg) background-image: url(../images/kub_video_banner_box.jpg)
background-position: center center background-position: center center
background-size: cover background-size: cover
@@ -299,7 +299,7 @@ $video-section-height: 550px
width: auto width: auto
background-color: $blue background-color: $blue
padding: 0 20px padding: 0 20px
+2 -2
View File
@@ -7,7 +7,7 @@ cid: community
<section id="hero" class="light-text"> <section id="hero" class="light-text">
<h1>Community</h1> <h1>Community</h1>
</section> </section>
<a href="https://goo.gl/nhbhXw"><img src="/images/KubeCon_NA_Community.png" alt="KubeConNA" width="100%" align="center"></a>
<section id="mainContent"> <section id="mainContent">
<main> <main>
<div class="content"> <div class="content">
@@ -20,7 +20,7 @@ cid: community
<p>You can also join Kubernetes all around the world through our <p>You can also join Kubernetes all around the world through our
<a href="https://www.meetup.com/topics/kubernetes/">Kubernetes Meetup Community</a> and the <a href="https://www.meetup.com/topics/kubernetes/">Kubernetes Meetup Community</a> and the
<a href="https://www.meetup.com/Kubernetes-Cloud-Native-Online-Meetup/">Kubernetes Cloud Native Meetup Community</a>.</p> <a href="https://www.meetup.com/Kubernetes-Cloud-Native-Online-Meetup/">Kubernetes Cloud Native Meetup Community</a>.</p>
</div> </div>
<div class="content"> <div class="content">
<h3>Special Interest Groups (SIGs)</h3> <h3>Special Interest Groups (SIGs)</h3>
<p>Have a special interest in how Kubernetes works with another technology? See our ever growing <p>Have a special interest in how Kubernetes works with another technology? See our ever growing
Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

+4 -1
View File
@@ -60,8 +60,11 @@ cid: home
<section id="video"> <section id="video">
<div class="light-text"> <div class="light-text">
<h2>Kubernetes: Finally&hellip; A True Cloud Platform</h2> <h2>Kubernetes: Finally&hellip; A True Cloud Platform</h2>
<p>Sam Ghods, Co-Founder and Services Architect at Box, gives a passionate talk showing that with Kubernetes, we have for first time a universal interface that one can build real deployment tooling against.</p> <p>Sam Ghods, Co-Founder and Services Architect at Box, gives a passionate talk last year at KubeCon Seattle showing that with Kubernetes, we have for first time a universal interface that one can build real deployment tooling against.</p>
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button> <button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
<br>
<br>
<a href="https://goo.gl/nhbhXw" button id= "desktopKCButton">Attend KubeCon This Year</a>
</div> </div>
<button id="mobileShowVideoButton" onclick="kub.showVideo()"></button> <button id="mobileShowVideoButton" onclick="kub.showVideo()"></button>
</section> </section>