including license terms for brand icons in icon listing

This commit is contained in:
davegandy 2013-06-11 22:43:00 -04:00
parent 0f5fd63a5c
commit 41b2eb9611
5 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,4 @@
<ul class="margin-bottom-none">
<li>All brand icons are trademarks of their respective owners.</li>
<li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li>
</ul>

View file

@ -1,6 +1,10 @@
<section id="brand">
<h2 class="page-header">Brand Icons</h2>
<div class="alert alert-info">
{% include brand-license.html %}
</div>
<div class="row the-icons">
{% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %}
@ -8,5 +12,4 @@
<div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.class }}"></i> icon-{{ icon.class }}{% if icon.alias_of %} <span class="muted">(alias)</span>{% endif %}</a></div>
{% endfor %}
</div>
</section>

View file

@ -53,8 +53,5 @@
<section>
<h2 class="page-header">Brand Icons</h2>
<ul>
<li>All brand icons are trademarks of their respective owners.</li>
<li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li>
</ul>
{% include brand-license.html %}
</section>

View file

@ -10,6 +10,7 @@
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
cursor: default;
speak: none;
}