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 d53523f214.

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

View File

@ -1128,7 +1128,7 @@ $feature-box-div-margin-bottom: 40px
#video
width: 100%
position: relative
background-image: url(/images/kub_video_banner.jpg)
background-image: url(/images/kub_video_banner_box.jpg)
background-position: center center
background-size: cover
@ -1153,6 +1153,14 @@ $feature-box-div-margin-bottom: 40px
p
margin-bottom: 20px
#desktopKCButton
position: relative
font-size: 18px
background-color: $dark-grey
border-radius: 8px
color: $white
padding: 10px 20px 10px 20px
#desktopShowVideoButton
position: relative
font-size: 24px

View File

@ -138,7 +138,7 @@ $video-section-height: 550px
#video
height: $video-section-height
position: relative
background-image: url(../images/kub_video_banner.jpg)
background-image: url(../images/kub_video_banner_box.jpg)
background-position: center center
background-size: cover

View File

@ -7,7 +7,7 @@ cid: community
<section id="hero" class="light-text">
<h1>Community</h1>
</section>
<a href="https://goo.gl/nhbhXw"><img src="/images/KubeCon_NA_Community.png" alt="KubeConNA" width="100%" align="center"></a>
<section id="mainContent">
<main>
<div class="content">
@ -20,7 +20,7 @@ cid: community
<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/Kubernetes-Cloud-Native-Online-Meetup/">Kubernetes Cloud Native Meetup Community</a>.</p>
</div>
</div>
<div class="content">
<h3>Special Interest Groups (SIGs)</h3>
<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

View File

@ -60,8 +60,11 @@ cid: home
<section id="video">
<div class="light-text">
<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>
<br>
<br>
<a href="https://goo.gl/nhbhXw" button id= "desktopKCButton">Attend KubeCon This Year</a>
</div>
<button id="mobileShowVideoButton" onclick="kub.showVideo()"></button>
</section>