Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io
This commit is contained in:
commit
39c06bfa69
|
|
@ -117,6 +117,13 @@ header
|
||||||
.nav-buttons
|
.nav-buttons
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
|
#viewDocs, #tryKubernetes
|
||||||
|
display: none
|
||||||
|
|
||||||
|
#home
|
||||||
|
#viewDocs, #tryKubernetes
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
#viewDocs
|
#viewDocs
|
||||||
border: 1px solid white
|
border: 1px solid white
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|
@ -255,7 +262,7 @@ header
|
||||||
text-align: center
|
text-align: center
|
||||||
padding-left: 0
|
padding-left: 0
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
margin-bottom: 30px
|
margin-bottom: 0
|
||||||
|
|
||||||
// VENDOR STRIP
|
// VENDOR STRIP
|
||||||
#vendorStrip
|
#vendorStrip
|
||||||
|
|
@ -832,6 +839,7 @@ section
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
|
|
||||||
.fixed footer
|
.fixed footer
|
||||||
|
position: fixed
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,11 +73,13 @@ $feature-box-div-width: 45%
|
||||||
h1, h5
|
h1, h5
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
#viewDocs, #tryKubernetes
|
#home
|
||||||
display: inline-block
|
#viewDocs, #tryKubernetes
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
#vendorStrip
|
#vendorStrip
|
||||||
display: block
|
display: block
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
|
||||||
#oceanNodes
|
#oceanNodes
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ title: Accelerate Your Delivery
|
||||||
<a href="/docs/hellonode/" id="quickstartButton" class="button">Try Our Hello World</a>
|
<a href="/docs/hellonode/" id="quickstartButton" class="button">Try Our Hello World</a>
|
||||||
</main>
|
</main>
|
||||||
<div id="vendorStrip" class="light-text">
|
<div id="vendorStrip" class="light-text">
|
||||||
<div>Join the growing community already using Kubernetes</div>
|
<!--<div>Join the growing community already using Kubernetes</div>-->
|
||||||
<div>
|
<div>
|
||||||
<img src="images/logos/viacom_logo.png">
|
<img src="images/logos/viacom_logo.png">
|
||||||
<img src="images/logos/soundcloud_logo.png">
|
<img src="images/logos/soundcloud_logo.png">
|
||||||
|
|
|
||||||
14
js/script.js
14
js/script.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue