footer fixes, hellonode

pull/43/head
scotty 2016-03-03 14:23:48 -08:00
parent 06c48d37d7
commit cb541e75df
3 changed files with 8 additions and 11 deletions

View File

@ -17,7 +17,7 @@
<header>
<a href="/" class="logo"></a>
<div class="nav-buttons" data-auto-burger="primary">
<a href="/docs/" class="button" id="tryKubernetes">Try Kubernetes</a>
<a href="/docs/hellonode/" class="button" id="tryKubernetes">Try Kubernetes</a>
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
</div>
@ -69,7 +69,7 @@
<h1>Accelerate Your Development</h1>
<h5>Manage a cluster of containers as a single system to simplify operations</h5>
</div>
<a href="get-started" id="quickstartButton" class="button">5 Minute Quick Start</a>
<a href="/docs/hellonode/" id="quickstartButton" class="button">5 Minute Quick Start</a>
</main>
<div id="vendorStrip" class="light-text">
<div>Join the growing community already using Kubernetes</div>

View File

@ -254,7 +254,7 @@ footer
background-color: $dark-grey
main
padding: 40px 0
padding: 20px 0
nav
a
@ -269,7 +269,7 @@ footer
.social
position: relative
margin: 80px 0 60px
margin: 20px 0
label
float: right
@ -305,7 +305,7 @@ footer
width: 50px
height: 50px
border-radius: 5px
margin-right: 30px
margin-right: 10px
&:hover
background-color: #fff

View File

@ -10,12 +10,9 @@ $video-section-height: 550px
#docsContent
width: calc(100% - 400px)
#home
section, header, footer
main
max-width: $main-max-width
section, header, footer
main
max-width: $main-max-width
#oceanNodes
main