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
+9 -1
View File
@@ -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
+1 -1
View File
@@ -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
+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>