footer for fones
This commit is contained in:
@@ -15,6 +15,6 @@
|
|||||||
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
|
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
|
||||||
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
|
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
||||||
</main>
|
</main>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
+19
-4
@@ -69,13 +69,11 @@ body
|
|||||||
section
|
section
|
||||||
position: relative
|
position: relative
|
||||||
background-color: white
|
background-color: white
|
||||||
//min-width: 1024px
|
|
||||||
|
|
||||||
section, header, footer
|
section, header, footer
|
||||||
main
|
main
|
||||||
position: relative
|
position: relative
|
||||||
margin: auto
|
margin: auto
|
||||||
//min-width: 850px
|
|
||||||
|
|
||||||
.button
|
.button
|
||||||
display: inline-block
|
display: inline-block
|
||||||
@@ -298,11 +296,18 @@ footer
|
|||||||
|
|
||||||
.social
|
.social
|
||||||
position: relative
|
position: relative
|
||||||
margin: 20px 0
|
text-align: center
|
||||||
|
|
||||||
|
a, label
|
||||||
|
margin: 20px 0
|
||||||
|
|
||||||
|
a
|
||||||
|
vertical-align: middle
|
||||||
|
|
||||||
label
|
label
|
||||||
float: right
|
//float: right
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
width: 100%
|
||||||
height: 50px
|
height: 50px
|
||||||
line-height: 50px
|
line-height: 50px
|
||||||
font-weight: 100
|
font-weight: 100
|
||||||
@@ -311,6 +316,7 @@ footer
|
|||||||
input
|
input
|
||||||
margin-left: 8px
|
margin-left: 8px
|
||||||
width: 300px
|
width: 300px
|
||||||
|
max-width: 60%
|
||||||
|
|
||||||
|
|
||||||
#search, #wishField
|
#search, #wishField
|
||||||
@@ -842,6 +848,9 @@ section
|
|||||||
position: fixed
|
position: fixed
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
||||||
|
#miceType
|
||||||
|
clear: both
|
||||||
|
|
||||||
|
|
||||||
html.search #docsContent
|
html.search #docsContent
|
||||||
position: relative
|
position: relative
|
||||||
@@ -1269,6 +1278,9 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
line-height: normal
|
line-height: normal
|
||||||
margin-bottom: 50px
|
margin-bottom: 50px
|
||||||
|
|
||||||
|
br
|
||||||
|
display: none
|
||||||
|
|
||||||
#bigSocial
|
#bigSocial
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
@@ -1305,3 +1317,6 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
margin-bottom: 15px
|
margin-bottom: 15px
|
||||||
|
|
||||||
|
a, p
|
||||||
|
text-align: center
|
||||||
|
width: 100%
|
||||||
@@ -39,6 +39,10 @@ $video-section-height: 550px
|
|||||||
|
|
||||||
|
|
||||||
#talkToUs
|
#talkToUs
|
||||||
|
h4
|
||||||
|
br
|
||||||
|
display: block
|
||||||
|
|
||||||
#bigSocial
|
#bigSocial
|
||||||
div
|
div
|
||||||
width: calc(25% - 15px)
|
width: calc(25% - 15px)
|
||||||
@@ -48,6 +52,141 @@ $video-section-height: 550px
|
|||||||
|
|
||||||
div:nth-child(3), div:nth-child(4)
|
div:nth-child(3), div:nth-child(4)
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// FOOTER
|
||||||
|
footer
|
||||||
|
width: 100%
|
||||||
|
background-image: url(../images/texture.png)
|
||||||
|
background-color: $dark-grey
|
||||||
|
|
||||||
|
main
|
||||||
|
padding: 20px 0
|
||||||
|
|
||||||
|
nav
|
||||||
|
a
|
||||||
|
//width: 100%
|
||||||
|
text-align: center
|
||||||
|
display: inline-block
|
||||||
|
margin: 10px 0
|
||||||
|
font-size: 24px
|
||||||
|
font-weight: 300
|
||||||
|
color: white
|
||||||
|
text-decoration: none
|
||||||
|
|
||||||
|
.social
|
||||||
|
position: relative
|
||||||
|
margin: 20px 0
|
||||||
|
|
||||||
|
a
|
||||||
|
float: left
|
||||||
|
|
||||||
|
a + a
|
||||||
|
margin-left: 10px
|
||||||
|
|
||||||
|
label
|
||||||
|
float: right
|
||||||
|
width: auto
|
||||||
|
display: inline-block
|
||||||
|
height: 50px
|
||||||
|
line-height: 50px
|
||||||
|
font-weight: 100
|
||||||
|
white-space: nowrap
|
||||||
|
|
||||||
|
input
|
||||||
|
margin-left: 8px
|
||||||
|
max-width: none
|
||||||
|
|
||||||
|
|
||||||
|
#search, #wishField
|
||||||
|
background-color: transparent
|
||||||
|
padding: 10px
|
||||||
|
font-size: 16px
|
||||||
|
font-weight: 100
|
||||||
|
color: white
|
||||||
|
border: 1px solid white
|
||||||
|
transition: 0.3s
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
background-color: $light-grey
|
||||||
|
color: $dark-grey
|
||||||
|
|
||||||
|
.social a
|
||||||
|
display: inline-block
|
||||||
|
background-image: url(../images/social_sprite.png)
|
||||||
|
background-repeat: no-repeat
|
||||||
|
background-size: auto
|
||||||
|
width: 50px
|
||||||
|
height: 50px
|
||||||
|
border-radius: 5px
|
||||||
|
margin-right: 10px
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: #fff
|
||||||
|
|
||||||
|
span
|
||||||
|
position: absolute
|
||||||
|
display: block
|
||||||
|
height: 0
|
||||||
|
overflow: hidden
|
||||||
|
|
||||||
|
a.twitter
|
||||||
|
background-position: 0 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: 0 100%
|
||||||
|
|
||||||
|
a.stack-overflow
|
||||||
|
background-position: -50px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: -50px 100%
|
||||||
|
|
||||||
|
a.slack
|
||||||
|
background-position: -100px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: -100px 100%
|
||||||
|
|
||||||
|
a.github
|
||||||
|
background-position: -150px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: -150px 100%
|
||||||
|
|
||||||
|
a.mailing-list
|
||||||
|
background-position: -200px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: -200px 100%
|
||||||
|
|
||||||
|
a.calendar
|
||||||
|
background-position: -250px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-position: -250px 100%
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user