index.html 548 B

123456789101112131415161718192021
  1. ---
  2. layout: base
  3. title: Font Awesome, the iconic font designed for Bootstrap
  4. navbar_active: home
  5. ---
  6. {% include jumbotron-slider.html %}
  7. {% include stripe-social.html %}
  8. <div class="container">
  9. {% capture stripe_ad_content %}
  10. <p class="lead">
  11. Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,
  12. and anything that can be done with the power of CSS.
  13. </p>
  14. {% endcapture %}
  15. {% include stripe-ad.html %}
  16. {% include why.html %}
  17. {% include special-thanks.html %}
  18. </div>