head-header.html

footer.html
"get started" url fixes
calendar social links
video fix
Introducing: the ALL_NEW index.html
This commit is contained in:
scotty
2016-03-04 16:02:00 -08:00
parent bc9f6341d6
commit 6129c6931f
11 changed files with 323 additions and 399 deletions
+15
View File
@@ -368,6 +368,12 @@ a.mailing-list
&:hover
background-position: -200px 100%
a.calendar
background-position: -250px 0
&:hover
background-position: -250px 100%
#viewDocs
display: none
@@ -1195,6 +1201,15 @@ $feature-box-div-margin-bottom: 40px
border-width: 20px 0 20px 30px
border-color: transparent transparent transparent #ffffff
#videoPlayer
@include fullScreen
background-color: rgba(0, 0, 0, 0.75)
display: none
iframe
@include pureCenter
@include maintain-aspect-ratio
// Features
-39
View File
@@ -36,7 +36,6 @@ $video-section-height: 550px
background-image: url(../../images/kub_video_thm.jpg)
background-position: center center
background-size: cover
height: 550px
#talkToUs
@@ -50,41 +49,3 @@ $video-section-height: 550px
div:nth-child(3), div:nth-child(4)
margin-top: 0
//
//// FOOTER
//footer
// width: 100%
// background-image: url(../images/texture.png)
// background-color: $dark-grey
//
// main
// padding: 40px 0
//
// nav
// white-space: nowrap
//
// a
// width: 25%
// text-align: center
// display: inline-block
// font-size: 32px
// font-weight: 300
// color: white
// text-decoration: none
//
// .social
// position: relative
// margin: 80px 0 60px
//
// label
// float: right
// display: inline-block
// height: 50px
// line-height: 50px
// font-weight: 100
// white-space: nowrap
//
// input
// margin-left: 8px
// width: 300px
+8
View File
@@ -38,6 +38,14 @@ a
//mixins
@mixin fullScreen
position: fixed
top: 0
left: 0
width: 100vw
height: 100vh
@mixin pureCenter($left: 50%, $top: 50%)
position: absolute
top: $top