tell-me-thanks.html 943 B

12345678910111213141516171819202122
  1. <section id="tell-me-thanks">
  2. <h2 class="page-header">Tell Me Thanks</h2>
  3. <p class="lead">
  4. Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
  5. open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
  6. </p>
  7. <div class="row">
  8. <div class="col-md-6 col-sm-6">
  9. <h3><a href="https://www.gittip.com/davegandy/"><i class="fa fa-gittip"></i> Tip me on Gittip</a></h3>
  10. <p>
  11. Gittip is a great way to let developers know you appreciate their work.
  12. </p>
  13. </div>
  14. <div class="col-md-6 col-sm-6">
  15. <h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
  16. <p>
  17. Or pick something straight
  18. from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
  19. </p>
  20. </div>
  21. </div>
  22. </section>