mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
including license terms for brand icons in icon listing
This commit is contained in:
parent
0f5fd63a5c
commit
41b2eb9611
4
src/_includes/brand-license.html
Normal file
4
src/_includes/brand-license.html
Normal 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>
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Binary file not shown.
1
src/assets/font-awesome/less/core.less
vendored
1
src/assets/font-awesome/less/core.less
vendored
@ -10,6 +10,7 @@
|
||||
[class*=" icon-"]:before {
|
||||
text-decoration: inherit;
|
||||
display: inline-block;
|
||||
cursor: default;
|
||||
speak: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user