Skip to content

Commit f23d25a

Browse files
committed
Add 'Made with Envy' logo
1 parent 561f006 commit f23d25a

File tree

7 files changed

+17
-19
lines changed

7 files changed

+17
-19
lines changed

source/assets/images/logo-envy.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/stylesheets/foundation/_base.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ h1, .h1,
6767
h2, .h2
6868
@extend .mbs
6969
@extend .mtf
70+
@extend .tfh
7071
@extend .twb
7172
line-height: 1.2
7273

source/assets/stylesheets/foundation/_utilities.sass

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@
236236

237237
// ----- Weight ----- //
238238
239+
.twl
240+
font-weight: 300
239241
.twn
240-
font-weight: normal
242+
font-weight: 400
241243
.twb
242-
font-weight: bold
244+
font-weight: 700

source/assets/stylesheets/structures/_about.sass

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
// *************************************
66
77
.about
8-
@extend .pbm
8+
@extend .bch
9+
@extend .pbs
910
@extend .ptm
1011
@extend .tac
11-
background: darken($c-highlight, 5%)
1212
bottom: 0
13-
color: lighten($c-highlight, 40%)
1413
left: 0
1514
margin: 0
1615
position: absolute
@@ -24,15 +23,10 @@
2423
// ----- Link ----- //
2524
2625
.about-link
27-
color: lighten($c-highlight, 50%)
26+
border: 0
27+
display: block
2828
&:hover,
2929
&:focus
30-
@extend .tci
3130
background: none
32-
33-
// ----- Title ----- //
34-
35-
.about-title
36-
@extend .db
37-
font-weight: 300
31+
opacity: 0.75
3832

source/assets/stylesheets/structures/_header.sass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,19 @@
3838
.header-sub
3939
@extend .db
4040
@extend .tcs
41+
@extend .tfb
4142
font-size: 45%
4243
font-weight: 300
4344

4445
// ----- Tagline ----- //
4546
4647
.header-tagline
47-
font-weight: 300
48+
@extend .twl
4849
padding: 0.5 * $b-whitespace
4950

5051
// ----- Title ----- //
5152
5253
.header-title
54+
@extend .tfh
5355
font-size: 240%
5456
line-height: 1.2

source/assets/stylesheets/structures/_sidebar.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// Submodules
3030
// -------------------------------------
3131
32-
// Toggle
32+
// ----- Toggle ----- //
3333
3434
.sidebar-toggle
3535
@extend .db

source/layouts/layout.haml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
= partial 'shared/nav'
2626

2727
%footer.about
28-
%b.about-title Crafted with care by
29-
= link_to 'Nick Walsh', 'http://twitter.com/nickawalsh', class: 'about-link'
30-
&
31-
= link_to 'Drew Barontini', 'http://twitter.com/drewbarontini', class: 'about-link'
28+
%a.about-link(href='http://envylabs.com')
29+
= image_tag 'logo-envy.svg', alt: 'Made with Envy', width: '162', height: '80', class: 'about-logo'
3230

3331
%main.cell
3432
= find_and_preserve do

0 commit comments

Comments
 (0)