thanks-to.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <section id="thanks-to">
  2. <h2 class="page-header">Thanks To</h2>
  3. <div class="row">
  4. <div class="span4">
  5. <p>
  6. Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
  7. <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
  8. review, advice, some Jekyll help, and being all around badass coders.
  9. </p>
  10. </div>
  11. <div class="span4">
  12. <p>
  13. Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and
  14. <a href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing and hosting
  15. <a href="http://icnfnt.com/">icnfnt</a>, the best way to subset Font Awesome.
  16. </p>
  17. </div>
  18. <div class="span4">
  19. <p>
  20. Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent
  21. <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to
  22. <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome.
  23. </p>
  24. </div>
  25. </div>
  26. </section>