diff --git a/_assets/stylesheets/_style.sass b/_assets/stylesheets/_style.sass index d5e7f0b..a26dcc8 100644 --- a/_assets/stylesheets/_style.sass +++ b/_assets/stylesheets/_style.sass @@ -26,23 +26,29 @@ pre code text-align: right opacity: 0.5 +h2.tagline + +simple_emboss(#fff) + font-size: 0.9em + text-align: center + #top text-align: center margin-bottom: $top_margin-bottom + background-color: $clr_blue_green #banner width: 100% height: $banner_height margin: 0.2 * $banner_height auto - margin-bottom: $banner_margin-bottom padding-top: 0.3 * $banner_height - background-color: $clr_blue_green #title + margin-bottom: $title_margin-bottom color: $site_title_clr font-family: $site_title_font font-weight: $site_title_font_weight text-transform: lowercase + +simple_emboss &:before content: "{" &:after @@ -56,7 +62,9 @@ pre code content: "|" #personal_links + +simple_emboss display: inline-block + color: $site_title_clr a.icon line-height: normal font-size: 1.3em @@ -77,10 +85,13 @@ section.posts li text-transform: lowercase list-style-type: none + $local_margin: rem-calc(5) &:before - content: "« " + margin-right: $local-margin + content: "«" &:after - content: " »" + margin-left: $local-margin + content: "»" article.post.single header diff --git a/_assets/stylesheets/_variables.sass b/_assets/stylesheets/_variables.sass index adc4711..ff48615 100644 --- a/_assets/stylesheets/_variables.sass +++ b/_assets/stylesheets/_variables.sass @@ -6,6 +6,9 @@ background-size: contain padding-left: $padding +=simple_emboss($color:#000) + text-shadow: 0px 1px 0px $color + // Colors $clr_white: #fff @@ -23,8 +26,8 @@ $clr_blue_green: #467d91 $top_margin-bottom: rem-calc(10) // Banner -$banner_height: rem-calc(100) -$banner_margin-bottom: rem-calc(20) +$banner_height: rem-calc(80) +$title_margin-bottom: rem-calc(5) $site_title_font: "Open Sans", sans-serf $site_title_clr: $clr_white $site_title_font_weight: lighter diff --git a/_data/text.yml b/_data/text.yml new file mode 100644 index 0000000..d1d1d1a --- /dev/null +++ b/_data/text.yml @@ -0,0 +1,2 @@ +tagline: Ph.D. physics student, online business owner, and developer. +post_list_title: words and such diff --git a/_includes/personal_links.html b/_includes/personal_links.html index b224b82..aee5f4a 100644 --- a/_includes/personal_links.html +++ b/_includes/personal_links.html @@ -1,11 +1,9 @@ -
Ph.D. physics student and online business owner.
- diff --git a/_layouts/default.html b/_layouts/default.html index 3ded71c..3d77109 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,10 +15,8 @@