Added FontAwesome 5

* closes #10

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-24 20:48:03 +01:00
parent 1228aabfdc
commit b5a502ec2b
15 changed files with 9334 additions and 6 deletions

View File

@ -1 +1,4 @@
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
<a href="https://github.com/{{ include.username }}">
<span class="fab fa-github"></span>
<span class="username">{{ include.username }}</span>
</a>