This commit is contained in:
JT 2014-07-22 14:24:44 -07:00
parent 7be85deb92
commit acba07f6c6
43 changed files with 1208 additions and 88 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -14,12 +14,7 @@
<%= stylesheet_link_tag "main" %>
<!-- google fonts -->
<!-- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
-->
<!-- typekit -->
<script type="text/javascript" src="//use.typekit.net/kgv0shi.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@ -49,9 +44,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="/">
<span></span>
</a>
<a class="navbar-brand logo" href="/">Terraform</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">

View File

@ -99,22 +99,22 @@ body.layout-intro{
/*> a:hover,
> a:focus {
font-weight: @font-weight-museo-xb;
font-weight: @font-weight-lato-xb;
}*/
.nav {
display: block;
li.active a {
font-weight: @font-weight-museo-xb;
font-weight: @font-weight-lato-xb;
}
}
}
> a {
text-transform: uppercase;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
-webkit-font-smoothing: antialiased;
}
}

View File

@ -4,20 +4,20 @@
//light
.rls-l{
font-family: @font-family-museo;
font-weight: @font-weight-museo-xl;
font-family: @font-family-lato;
font-weight: @font-weight-lato-xl;
}
//semibold
.rls-sb{
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
}
//extrabold
.rls-xb{
font-family: @font-family-museo;
font-weight: @font-weight-museo-xb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-xb;
}
.os{

View File

@ -16,16 +16,16 @@ body {
h1{
font-size: 42px;
line-height: 42px;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
margin-bottom: 24px;
}
h3{
font-size: 28px;
line-height: 28px;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
}
//an alternative color for buttons in the doc body

View File

@ -39,16 +39,17 @@ body.page-sub{
.navbar-brand {
&.logo{
padding: 13px 15px;
line-height: 0;
span{
display: inline-block;
width: 179px;
height: 59px;
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
.img-retina("../images/consul-header-logo.png", "../images/consul-header-logo@2x.png", 179px, 59px);
}
margin-top: 15px;
padding: 5px 0 0 68px;
height: 56px;
line-height: 56px;
font-size: 24px;
.lato-light();
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
.img-retina("../images/header-logo.png", "../images/header-logo@2x.png", 50px, 56px);
}
}

View File

@ -8,9 +8,36 @@ body.page-home{
#features{
.anti-alias();
padding: 130px 0 0 0;
background: #f8f8f8 url(../images/hero-dots-below@2x.png) center top no-repeat;
//background: #f8f8f8 url(../images/hero-dots-below@2x.png) center top no-repeat;
background: #f8f8f8;
background-size: 1280px 49px;
-webkit-transform: skewY(-5deg);
-moz-transform: skewY(-5deg);
-ms-transform: skewY(-5deg);
-o-transform: skewY(-5deg);
transform: skewY(-5deg);
/*transform: rotate(358deg) scale(1) skew(-2deg) translate(0px);
-webkit-transform: rotate(358deg) scale(1) skew(-2deg) translate(0px);
-moz-transform: rotate(358deg) scale(1) skew(-2deg) translate(0px);
-o-transform: rotate(358deg) scale(1) skew(-2deg) translate(0px);
-ms-transform: rotate(358deg) scale(1) skew(-2deg) translate(0px);*/
>.container{
-webkit-transform: skewY(5deg);
-moz-transform: skewY(5deg);
-ms-transform: skewY(5deg);
-o-transform: skewY(5deg);
transform: skewY(5deg);
/*transform: rotate(2deg) scale(1) skew(3deg) translate(0px);
-webkit-transform: rotate(2deg) scale(1) skew(3deg) translate(0px);
-moz-transform: rotate(2deg) scale(1) skew(3deg) translate(0px);
-o-transform: rotate(2deg) scale(1) skew(3deg) translate(0px);
-ms-transform: rotate(2deg) scale(1) skew(3deg) translate(0px);*/
}
.double-row{
padding: 0 0 50px 0;
}
@ -19,16 +46,16 @@ body.page-home{
font-size: 24px;
letter-spacing: 2px;
color: @purple;
font-family: @font-family-museo;
font-weight: @font-weight-museo-xb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-xb;
}
p{
font-size: 16px;
letter-spacing: 1px;
line-height: 1.5em;
color: @consul-gray;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
}
.icn{
@ -141,7 +168,7 @@ body.page-home{
margin-bottom: 30px;
a{
font-weight: @font-weight-museo-xb;
font-weight: @font-weight-lato-xb;
}
span{
@ -196,8 +223,8 @@ body.page-home{
letter-spacing: 1px;
line-height: 1.5em;
color: @consul-gray;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
}
@ -235,8 +262,8 @@ body.page-home{
font-size: 22px;
color: lighten(@gray-light, 15%);
text-transform: uppercase;
font-family: @font-family-museo;
font-weight: @font-weight-museo-xb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-xb;
}
p{
@ -244,8 +271,8 @@ body.page-home{
letter-spacing: 1px;
line-height: 1.5em;
color: @consul-gray;
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-sb;
}
}
@ -298,8 +325,8 @@ body.page-home{
font-size: 14px;
letter-spacing: 1px;
color: @gray-darker;
font-family: @font-family-museo;
font-weight: @font-weight-museo-xb;
font-family: @font-family-lato;
font-weight: @font-weight-lato-xb;
}
ul.shell-dots{

View File

@ -16,7 +16,8 @@
padding-bottom: 0;
margin-top: @negative-hero-margin;
color: @jumbotron-color;
.consul-gradient-bg();
background: transparent url('../images/hero-bg.png') center center no-repeat;
background-size: cover;
&.mobile-hero{
background: transparent url( ../images/node-hero-pattern.jpg ) center center;
@ -25,17 +26,6 @@
}
.jumbotron-dots{
position: absolute;
top: 0;
left: 0;
height: 632px;
width: 100%;
margin-top: @negative-hero-margin;
background: transparent url('../images/hero-dots.png') center @header-height no-repeat;
}
.container{
position: relative;
height: 100%;

View File

@ -21,4 +21,9 @@
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
}
.lato-light(){
font-family: @font-family-lato;
font-weight: 100;
}

View File

@ -6,31 +6,31 @@
// Global values
// --------------------------------------------------
@jumbotron-height: 540px;
@header-height: 92px;
@jumbotron-total-height: 542px; //jumbo+header
@jumbotron-color: #fff;
@btn-border-radius: 4px;
@el-border-radius: 6px;
@negative-hero-margin: -93px;
@jumbotron-height: 804px;
@header-height: 90px;
@jumbotron-total-height: 804px; //jumbo+header
@jumbotron-color: #fff;
@btn-border-radius: 4px;
@el-border-radius: 6px;
@negative-hero-margin: -90px;
// colors
// -------------------------
@white: #fff;
@black: #242424;
@gray-darker: #555;
@gray: #777;
@gray-light: #939393;
@gray-lighter: #979797;
@red: #dd4e58;
@red-dark: #c5454e;
@red-darker: #b03c44;
@tan: #f0f0e5;
@consul-gray: #909090;
@white: #fff;
@black: #242424;
@gray-darker: #555;
@gray: #777;
@gray-light: #939393;
@gray-lighter: #979797;
@red: #dd4e58;
@red-dark: #c5454e;
@red-darker: #b03c44;
@tan: #f0f0e5;
@consul-gray: #909090;
@consul-footer-gray: #d7d4d7;
@purple: #69499a;
@light-purple: #f7f3f9;
@btn-color: #4592C5;
@purple: #69499a;
@light-purple: #f7f3f9;
@btn-color: #4592C5;
// Scaffolding
@ -45,14 +45,14 @@
// Typography
// -------------------------
@font-family-museo: 'museo-sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-open-sans: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-weight-museo-xl: 100;
@font-weight-museo-reg: 300;
@font-weight-museo-sb: 500;
@font-weight-museo-xb: 700;
@font-weight-open: @font-weight-museo-reg;
@font-family-lato: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-open-sans: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-weight-lato-xl: 100;
@font-weight-lato-reg: 300;
@font-weight-lato-sb: 500;
@font-weight-lato-xb: 700;
@font-weight-open: @font-weight-lato-reg;
@text-shadow: 1px 1px 1px #000;
@shadow: @text-shadow;
@shadow: @text-shadow;

File diff suppressed because it is too large Load Diff