index.html 561 B

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