Skip to content

Commit

Permalink
added site url to printed resume
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Aug 3, 2012
1 parent 46e5238 commit e907a15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions jade/resume/index.jade
Expand Up @@ -11,6 +11,8 @@ block main
.grid_4.contact_3
| Github:
a(href='https://github.com/#{github}') #{github}
.grid_4.contact_4
| Site: briantford.com

h2.grid_12 Education
.grid_9
Expand Down
13 changes: 9 additions & 4 deletions sass/_print.scss
Expand Up @@ -82,16 +82,21 @@

.contact_1,
.contact_2,
.contact_3 {
.contact_3,
.contact_4 {
position: absolute;
right: 0;
top: .6em;
top: .4em;
}
.contact_2 {
top: 1.7em;
top: 1.5em;
}
.contact_3 {
top: 2.8em;
top: 2.6em;
}
.contact_4 {
display: block;
top: 3.7em;
}

h2 {
Expand Down
6 changes: 6 additions & 0 deletions sass/style.scss
Expand Up @@ -190,6 +190,7 @@ summary {
margin: 0;
}


/* =============================================================================
Primary styles (desktop specific)
Author: Brian Ford
Expand Down Expand Up @@ -294,6 +295,11 @@ summary {
// -----------------------
@import "helper";

// hax
.contact_4 {
display: none;
}

// Print Styles
// ------------
@import "print";

0 comments on commit e907a15

Please sign in to comment.