summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
committerBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
commit29651298628bbd0fbdccbf169a09853f084284c3 (patch)
treec707944907ea7a3fee3dba412cba4d8295c6519a
parent657810acf16a4ba1cbfd524bfa323c01b52c9766 (diff)
layout tweaks
-rw-r--r--_layouts/post.html4
-rw-r--r--_sass/_brand.scss1
-rw-r--r--_sass/font-awesome/_icons.scss2
-rw-r--r--projects/index.html8
4 files changed, 7 insertions, 8 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 01e2484..1ff0a3e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -29,9 +29,9 @@ layout: master
</div>
<div class="center">
- <p><em>&mdash; Related Posts &mdash;</em></p>
+ <!-- <p>you may also enjoy&hellip;</p> -->
{% for post in site.related_posts limit:3 %}
- <p><a href="{{ post.url }}">{{ post.title }}</a></p>
+ <p class="sans"><a href="{{ post.url }}">{{ post.title }}</a></p>
{% endfor %}
</div>
</div>
diff --git a/_sass/_brand.scss b/_sass/_brand.scss
index b18521e..845deac 100644
--- a/_sass/_brand.scss
+++ b/_sass/_brand.scss
@@ -31,6 +31,7 @@ footer {
@extend .center;
font-family: $sans;
font-size: 0.8rem;
+ margin-top: 2rem;
}
header nav a {
diff --git a/_sass/font-awesome/_icons.scss b/_sass/font-awesome/_icons.scss
index 868c103..eccb8cf 100644
--- a/_sass/font-awesome/_icons.scss
+++ b/_sass/font-awesome/_icons.scss
@@ -147,7 +147,7 @@
// .#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; }
// .#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; }
// .#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; }
-// .#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; }
+.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; }
// .#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; }
// .#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; }
// .#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; }
diff --git a/projects/index.html b/projects/index.html
index 2c3b837..49365a9 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -5,11 +5,9 @@ description: Projects I’ve done.
---
{% for project in site.data.projects %}
-{% if project.live %}
-<h1><a href="{{ project.live }}">{{ project.name }}</a></h1>
-{% else %}
-<h1>{{ project.name }}</h1>
-{% endif %}
+
+<h1>{{ project.name }} {% if project.live %}<a style="font-size:1rem;" title="{{ project.title }}" href="{{ project.live }}" target="_blank"><i class="fa fa-external-link"></i></a>{% endif %}</h1>
+
<ul class="compressed-list">
<li>{{ project.description }}</li>
<li>{{ project.tech }}</li>