social icons for github and twitter as pngs

This commit is contained in:
Barry Clark 2014-04-30 18:16:38 -04:00
parent 649b28276e
commit 6162c15762
5 changed files with 11 additions and 5 deletions

View File

@ -37,10 +37,8 @@
<div id="main" role="main">{{ content }}</div>
<footer class="footer">
<ul>
<li><a href="http://github.com/{{ site.links.github }}">{{ site.links.github }} on GitHub</a></li>
<li><a href="http://twitter.com/{{ site.links.twitter }}">{{ site.links.twitter }} on Twitter</a></li>
</ul>
{% if site.links.github %}<a href="http://github.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-github.png" /></a>{% endif %}
{% if site.links.twitter %}<a href="http://twitter.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-twitter.png" /></a>{% endif %}
</footer>
{% include analytics.html %}

BIN
images/icon-github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
images/icon-twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -238,4 +238,9 @@ nav {
footer {
// border-top: 1px $lightGray solid;
padding: 20px 0;
text-align: center;
.footer-icon {
width: 40px;
}
}

View File

@ -479,4 +479,7 @@ nav {
color: #666666; }
footer {
padding: 20px 0; }
padding: 20px 0;
text-align: center; }
footer .footer-icon {
width: 40px; }