get-started.html 460 B

123456789101112131415
  1. ---
  2. layout: base
  3. title: Get Started with Font Awesome
  4. navbar_active: get-started
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="fa-icon fa-icon-cogs fa-icon-lg"></i>&nbsp; Get Started{% endcapture %}
  8. {% capture jumbotron_p %}Easy ways to get Font Awesome {{ site.fontawesome.version }} onto your website{% endcapture %}
  9. {% include jumbotron.html %}
  10. {% include stripe-social.html %}
  11. <div class="container">
  12. {% include get-started.html %}
  13. </div>