-
Notifications
You must be signed in to change notification settings - Fork 87
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
Showing
39 changed files
with
589 additions
and
593 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 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,123 +1,128 @@ | ||
body { | ||
@include lato(); | ||
@include lato(); | ||
|
||
background: $gray-lightest; | ||
margin: 50px 0 100px; | ||
letter-spacing: .3px; | ||
color: $secondary-color; | ||
background: $gray-lightest; | ||
margin: 50px 0 100px; | ||
letter-spacing: .3px; | ||
color: $secondary-color; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
text-transform: uppercase; | ||
margin: 0; | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
text-transform: uppercase; | ||
margin: 0; | ||
} | ||
|
||
h1 { | ||
@include josefin(700); | ||
@include font-size(10); | ||
letter-spacing: 1px; | ||
margin-bottom: 4px; | ||
@include josefin(700); | ||
@include font-size(10); | ||
letter-spacing: 1px; | ||
margin-bottom: spacing(1); | ||
} | ||
|
||
h2 { | ||
@include josefin(300); | ||
@include font-size(4); | ||
letter-spacing: .5px; | ||
@include josefin(300); | ||
@include font-size(4); | ||
letter-spacing: .5px; | ||
} | ||
|
||
h3 { | ||
@include lato(300); | ||
@include font-size(3.5); | ||
letter-spacing: .4px; | ||
@include lato(300); | ||
@include font-size(3.5); | ||
letter-spacing: .4px; | ||
|
||
&.bold { | ||
font-weight: 700; | ||
} | ||
&.bold { | ||
font-weight: 700; | ||
} | ||
} | ||
|
||
h4 { | ||
@include lato(300); | ||
@include font-size(3); | ||
@include lato(300); | ||
@include font-size(3); | ||
|
||
&.bold { | ||
font-weight: 700; | ||
} | ||
&.bold { | ||
font-weight: 700; | ||
} | ||
} | ||
|
||
h5 { | ||
@include lato(300); | ||
@include font-size(2.75); | ||
@include lato(300); | ||
@include font-size(2.75); | ||
|
||
&.italic { | ||
font-style: italic; | ||
} | ||
&.italic { | ||
font-style: italic; | ||
} | ||
} | ||
|
||
h6 { | ||
@include lato(); | ||
@include font-size(2.5); | ||
@include lato(); | ||
@include font-size(2.5); | ||
} | ||
|
||
a { | ||
color: inherit; | ||
text-decoration: inherit; | ||
color: inherit; | ||
text-decoration: inherit; | ||
|
||
&:hover { | ||
color: $link-color; | ||
} | ||
&:hover { | ||
color: $link-color; | ||
} | ||
|
||
.fa-external-link { | ||
font-size: 10px; | ||
vertical-align: text-top; | ||
} | ||
.fa-external-link { | ||
font-size: 10px; | ||
vertical-align: text-top; | ||
} | ||
} | ||
|
||
p, | ||
li { | ||
@include font-size(2.75); | ||
@include font-size(2.75); | ||
} | ||
|
||
blockquote { | ||
@include font-size(2.75); | ||
@include lato($isItalic: true); | ||
@include font-size(2.75); | ||
@include lato($isItalic: true); | ||
|
||
margin: spacing(2) spacing(5); | ||
margin: spacing(2) spacing(5); | ||
} | ||
|
||
em { | ||
color: $gray-dark; | ||
color: $gray-dark; | ||
} | ||
|
||
ul { | ||
margin: spacing(2) 0 0; | ||
-webkit-padding-start: spacing(5); | ||
margin: spacing(2) 0 0; | ||
-webkit-padding-start: spacing(5); | ||
|
||
li { | ||
padding-left: spacing(2); | ||
} | ||
li { | ||
padding-left: spacing(2); | ||
} | ||
|
||
&.minimal { | ||
list-style: none; | ||
padding: 0; | ||
&.minimal { | ||
list-style: none; | ||
padding: 0; | ||
|
||
li { | ||
margin-bottom: 3px; | ||
padding-left: 0; | ||
} | ||
li { | ||
margin-bottom: 3px; | ||
padding-left: 0; | ||
} | ||
} | ||
|
||
&.two-column { | ||
-webkit-column-count: 2; | ||
-webkit-column-gap: spacing(5.6); | ||
column-count: 2; | ||
column-gap: spacing(5.6); | ||
&.two-column { | ||
-webkit-column-count: 2; | ||
-webkit-column-gap: spacing(5.6); | ||
column-count: 2; | ||
column-gap: spacing(5.6); | ||
|
||
li { | ||
padding-left: 0; | ||
} | ||
li { | ||
padding-left: 0; | ||
} | ||
} | ||
} | ||
|
||
@page { | ||
size: A4; | ||
size: A4; | ||
} |
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,37 +1,37 @@ | ||
.container { | ||
padding-top: spacing(4); | ||
padding-top: spacing(4); | ||
} | ||
|
||
.keyline { | ||
width: spacing(9); | ||
margin: 8px 0 10px; | ||
border-top: 1px solid $primary-color; | ||
width: spacing(9); | ||
margin: 8px 0 10px; | ||
border-top: 1px solid $primary-color; | ||
} | ||
|
||
.pull-left { | ||
float: left; | ||
float: left; | ||
} | ||
|
||
.pull-right { | ||
float: right; | ||
float: right; | ||
} | ||
|
||
.clearfix { | ||
@include clearfix(); | ||
@include clearfix(); | ||
} | ||
|
||
.profile-pic { | ||
margin-top: -5px; | ||
margin-right: 18px; | ||
margin-top: -5px; | ||
margin-right: 18px; | ||
|
||
img { | ||
height: $profile-pic-size; | ||
width: $profile-pic-size; | ||
border-radius: 50%; | ||
border: 2px solid $primary-color; | ||
} | ||
img { | ||
height: $profile-pic-size; | ||
width: $profile-pic-size; | ||
border-radius: 50%; | ||
border: 2px solid $primary-color; | ||
} | ||
} | ||
|
||
.summary { | ||
margin: spacing(1) 0 spacing(1); | ||
} | ||
margin: spacing(1) 0 spacing(1); | ||
} |
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,11 +1,11 @@ | ||
.education-container { | ||
.location { | ||
padding-bottom: 6px; | ||
font-weight: 400; | ||
} | ||
.specialization { | ||
text-transform: none; | ||
font-style: italic; | ||
} | ||
} | ||
.location { | ||
padding-bottom: 6px; | ||
font-weight: 400; | ||
} | ||
|
||
.specialization { | ||
text-transform: none; | ||
font-style: italic; | ||
} | ||
} |
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,40 +1,40 @@ | ||
.info-tag-container { | ||
margin-bottom: spacing(1); | ||
margin-bottom: spacing(1); | ||
|
||
.fa { | ||
@include font-size(3.5); | ||
width: 12px; | ||
margin-right: spacing(1); | ||
text-align: center; | ||
vertical-align: middle; | ||
.fa { | ||
@include font-size(3.5); | ||
width: 12px; | ||
margin-right: spacing(1); | ||
text-align: center; | ||
vertical-align: middle; | ||
|
||
&.fa-map-marker { | ||
@include font-size(4); | ||
} | ||
|
||
&.fa-mobile { | ||
@include font-size(4.5); | ||
} | ||
&.fa-map-marker { | ||
@include font-size(4); | ||
} | ||
|
||
&.fa-envelope-o { | ||
@include font-size(3); | ||
} | ||
&.fa-mobile { | ||
@include font-size(4.5); | ||
} | ||
|
||
&.fa-desktop { | ||
@include font-size(2.75); | ||
} | ||
&.fa-envelope-o { | ||
@include font-size(3); | ||
} | ||
|
||
&.fa-external-link { | ||
width: auto; | ||
font-size: inherit; | ||
vertical-align: text-top; | ||
} | ||
&.fa-desktop { | ||
@include font-size(2.75); | ||
} | ||
|
||
.info-text { | ||
@include font-size(2.25); | ||
display: inline-block; | ||
vertical-align: middle; | ||
width: $aside-width - $aside-margin - 1; | ||
&.fa-external-link { | ||
width: auto; | ||
font-size: inherit; | ||
vertical-align: text-top; | ||
} | ||
} | ||
} | ||
|
||
.info-text { | ||
@include font-size(2.25); | ||
display: inline-block; | ||
vertical-align: middle; | ||
width: $aside-width - $aside-margin - 1; | ||
} | ||
} |
Oops, something went wrong.