-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e7ca82
commit 1092d8d
Showing
35 changed files
with
1,846 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | ||
|
||
{% include meta.html %} | ||
|
||
<body> | ||
|
||
<div id="fb-root"></div> | ||
|
||
{% include nav.html %} | ||
|
||
{{content}} | ||
|
||
{% include footer.html %} | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | ||
|
||
{% include meta.html %} | ||
|
||
<body> | ||
|
||
<div id="fb-root"></div> | ||
|
||
{% include nav.html %} | ||
|
||
{{content}} | ||
|
||
{% include footer.html %} | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,8 @@ | ||
.container { | ||
width: 60em; | ||
margin: 0 auto | ||
margin: 0 auto; | ||
} | ||
|
||
html { | ||
background: @mono; | ||
} | ||
|
||
html.js body { | ||
visibility: hidden; | ||
} | ||
|
||
body { | ||
background: @mono; | ||
} | ||
|
||
.content { | ||
width: 35em; | ||
position: relative; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
padding: 4em 0; | ||
font-size: 0.75em; | ||
background: @mono; | ||
p { | ||
color: @mono-20; | ||
a { | ||
color: @primary; | ||
} | ||
} | ||
.row { | ||
padding: 2em 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,93 @@ | ||
|
||
.sans { | ||
font-family: "adelle-sans",sans-serif; | ||
font-family: "adelle-sans", sans-serif; | ||
} | ||
|
||
.serif { | ||
font-family: "adelle", serif; | ||
// font-family: "adelle", serif; | ||
.sans; | ||
} | ||
|
||
body { | ||
font-size: 16px; | ||
.serif; | ||
.sans; | ||
color: @mono; | ||
font-weight: 300; | ||
} | ||
|
||
h1 { | ||
font-family: "sullivan"; | ||
text-transform: uppercase; | ||
font-size: 9em; | ||
letter-spacing: -2px; | ||
line-height: 1; | ||
margin: 0; | ||
h1, h2, h3, blockquote { | ||
text-align: center; | ||
-webkit-font-smoothing: antialiased; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
h2 { | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
h1 { | ||
.serif; | ||
font-size: 2em; | ||
|
||
} | ||
|
||
h1.opening { | ||
font-family: "sullivan"; | ||
text-transform: uppercase; | ||
font-size: 9em; | ||
letter-spacing: -2px; | ||
line-height: 1; | ||
margin: 0; | ||
} | ||
|
||
.section-head { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.section-subhead { | ||
font-size: 1.25em; | ||
color: @mono-60; | ||
line-height: 1.3; | ||
width: 35em; | ||
margin: 0 auto; | ||
} | ||
|
||
h2, h3 { | ||
font-weight: 300; | ||
font-family: "deming"; | ||
font-size: 0.875em; | ||
margin-bottom: 2em; | ||
margin-bottom: 0.5em; | ||
.serif; | ||
} | ||
|
||
p { | ||
font-size: 1.125em; | ||
font-size: 1em; | ||
font-weight: 300; | ||
line-height: 1.6; | ||
margin-bottom: 2em; | ||
color: @mono-60; | ||
} | ||
|
||
.brand-font { | ||
font-family: "sullivan"; | ||
text-transform: uppercase; | ||
font-weight: normal; | ||
// text-shadow: 6px 6px 0px darken(@mono, 30%); | ||
-webkit-font-smoothing: antialiased; | ||
margin: 0; | ||
line-height: 1; | ||
color: #fff; | ||
letter-spacing: -10px; | ||
padding: 0; | ||
span { | ||
color: @primary; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.