footer.html 1.2 KB

123456789101112131415161718192021222324
  1. <footer id="footer" class="footer hidden-print">
  2. <div class="container text-center">
  3. <div>
  4. <i class="fa fa-flag"></i> Font Awesome {{ site.fontawesome.version }}
  5. &middot;
  6. Created and Maintained by <a href="http://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
  7. </div>
  8. <div>
  9. Font Awesome licensed under <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.version }}</a>
  10. &middot;
  11. Code licensed under <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.version }}</a>
  12. &middot;
  13. Documentation licensed under <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.version }}</a>
  14. </div>
  15. <div>
  16. Thanks to <a href="http://maxcdn.com"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN for Font Awesome</a>
  17. </div>
  18. <div class="project">
  19. <a href="{{ site.fontawesome.github.url }}">GitHub Project</a>
  20. &middot;
  21. <a href="{{ site.fontawesome.github.url }}/issues">Issues</a>
  22. </div>
  23. </div>
  24. </footer>