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>
|
||||
|
||||
<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
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 {
|
||||
// border-top: 1px $lightGray solid;
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
|
||||
.footer-icon {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue