diff options
Diffstat (limited to 'library/font_awesome/src/license.html')
-rw-r--r-- | library/font_awesome/src/license.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/library/font_awesome/src/license.html b/library/font_awesome/src/license.html new file mode 100644 index 000000000..990071460 --- /dev/null +++ b/library/font_awesome/src/license.html @@ -0,0 +1,15 @@ +--- +layout: base +title: Font Awesome License +navbar_active: license +relative_path: ../ +--- +{% capture jumbotron_h1 %}<i class="icon-legal icon-large"></i> License{% endcapture %} +{% capture jumbotron_p %}The full details of how Font Awesome is licensed{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +<div class="container"> + {% include license.html %} +</div> |