mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
22 lines
974 B
HTML
22 lines
974 B
HTML
|
<footer class="footer">
|
||
|
<div class="container text-center">
|
||
|
<div>
|
||
|
<i class="icon-flag"></i> Font Awesome {{ site.font-awesome.version }} ·
|
||
|
Created and Maintained by Dave Gandy ·
|
||
|
<a href="http://twitter.com/byscuits">@byscuits</a>
|
||
|
</div>
|
||
|
<div>
|
||
|
Font Awesome font licensed under <a href="{{ site.license.font.url }}">{{ site.license.font.version }}</a> ·
|
||
|
Code licensed under <a href="{{ site.license.code.url }}">{{ site.license.code.version }}</a> ·
|
||
|
Documentation licensed under <a href="{{ site.license.documentation.url }}">{{ site.license.documentation.version }}</a>
|
||
|
</div>
|
||
|
<div>
|
||
|
Many doc examples taken from <a href="{{ site.bootstrap.url }}">Bootstrap's docs</a>
|
||
|
</div>
|
||
|
<div class="project">
|
||
|
<a href="{{ site.font-awesome.github.url }}">GitHub Project</a> ·
|
||
|
<a href="{{ site.font-awesome.github.url }}/issues">Issues</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|