footer fixes, hellonode
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<a href="/" class="logo"></a>
|
<a href="/" class="logo"></a>
|
||||||
<div class="nav-buttons" data-auto-burger="primary">
|
<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>
|
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<h1>Accelerate Your Development</h1>
|
<h1>Accelerate Your Development</h1>
|
||||||
<h5>Manage a cluster of containers as a single system to simplify operations</h5>
|
<h5>Manage a cluster of containers as a single system to simplify operations</h5>
|
||||||
</div>
|
</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>
|
</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>
|
||||||
|
|||||||
+3
-3
@@ -254,7 +254,7 @@ footer
|
|||||||
background-color: $dark-grey
|
background-color: $dark-grey
|
||||||
|
|
||||||
main
|
main
|
||||||
padding: 40px 0
|
padding: 20px 0
|
||||||
|
|
||||||
nav
|
nav
|
||||||
a
|
a
|
||||||
@@ -269,7 +269,7 @@ footer
|
|||||||
|
|
||||||
.social
|
.social
|
||||||
position: relative
|
position: relative
|
||||||
margin: 80px 0 60px
|
margin: 20px 0
|
||||||
|
|
||||||
label
|
label
|
||||||
float: right
|
float: right
|
||||||
@@ -305,7 +305,7 @@ footer
|
|||||||
width: 50px
|
width: 50px
|
||||||
height: 50px
|
height: 50px
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
margin-right: 30px
|
margin-right: 10px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
|
|||||||
+3
-6
@@ -10,12 +10,9 @@ $video-section-height: 550px
|
|||||||
#docsContent
|
#docsContent
|
||||||
width: calc(100% - 400px)
|
width: calc(100% - 400px)
|
||||||
|
|
||||||
|
section, header, footer
|
||||||
|
main
|
||||||
#home
|
max-width: $main-max-width
|
||||||
section, header, footer
|
|
||||||
main
|
|
||||||
max-width: $main-max-width
|
|
||||||
|
|
||||||
#oceanNodes
|
#oceanNodes
|
||||||
main
|
main
|
||||||
|
|||||||
Reference in New Issue
Block a user