index.html 592 B

123456789101112131415161718192021222324
  1. ---
  2. layout: base
  3. title: Font Awesome, the iconic font and CSS toolkit
  4. navbar_active: home
  5. relative_path: ./
  6. ---
  7. {% include jumbotron-carousel.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>
  20. {% include modals/download.html %}