| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,24 @@ |
| 1 |
+--- |
|
| 2 |
+layout: base |
|
| 3 |
+title: Font Awesome, the iconic font and CSS toolkit |
|
| 4 |
+navbar_active: home |
|
| 5 |
+relative_path: ./ |
|
| 6 |
+--- |
|
| 7 |
+ |
|
| 8 |
+{% include jumbotron-carousel.html %}
|
|
| 9 |
+{% include stripe-social.html %}
|
|
| 10 |
+ |
|
| 11 |
+<div class="container"> |
|
| 12 |
+ {% capture stripe_ad_content %}
|
|
| 13 |
+ <p class="lead"> |
|
| 14 |
+ Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, |
|
| 15 |
+ and anything that can be done with the power of CSS. |
|
| 16 |
+ </p> |
|
| 17 |
+ {% endcapture %}
|
|
| 18 |
+ {% include stripe-ad.html %}
|
|
| 19 |
+ |
|
| 20 |
+ {% include why.html %}
|
|
| 21 |
+ {% include thanks-to.html %}
|
|
| 22 |
+</div> |
|
| 23 |
+ |
|
| 24 |
+{% include modals/download.html %}
|