social icons for github and twitter as pngs
This commit is contained in:
parent
649b28276e
commit
6162c15762
|
@ -37,10 +37,8 @@
|
||||||
<div id="main" role="main">{{ content }}</div>
|
<div id="main" role="main">{{ content }}</div>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<ul>
|
{% if site.links.github %}<a href="http://github.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-github.png" /></a>{% endif %}
|
||||||
<li><a href="http://github.com/{{ site.links.github }}">{{ site.links.github }} on GitHub</a></li>
|
{% if site.links.twitter %}<a href="http://twitter.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-twitter.png" /></a>{% endif %}
|
||||||
<li><a href="http://twitter.com/{{ site.links.twitter }}">{{ site.links.twitter }} on Twitter</a></li>
|
|
||||||
</ul>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{% include analytics.html %}
|
{% include analytics.html %}
|
||||||
|
|
BIN
images/icon-github.png
Normal file
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
BIN
images/icon-twitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -238,4 +238,9 @@ nav {
|
||||||
footer {
|
footer {
|
||||||
// border-top: 1px $lightGray solid;
|
// border-top: 1px $lightGray solid;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.footer-icon {
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue