thanks-to.html 1008 B

12345678910111213141516171819202122232425
  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 easiest way to use Font Awesome.
  22. </p>
  23. </div>
  24. </div>
  25. </section>