Skip to content

Commit

Permalink
Updating brand license information.
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Oct 22, 2016
1 parent 3f5146a commit 5b90d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/_includes/brand-license.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<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>
<li>Brand icons should only be used to represent the company or product to which they refer.</li>
<li class="strong">Please do not use brand logos for any purpose except to represent that particular brand or service.</li>
</ul>
8 changes: 4 additions & 4 deletions src/_includes/icons/brand.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<section id="brand">
<h2 class="page-header">Brand Icons</h2>

<div class="alert alert-warning">
{% include brand-adblock-warning.html %}
</div>

<div class="row fontawesome-icon-list margin-bottom-lg">
{% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %}

Expand All @@ -13,6 +9,10 @@ <h2 class="page-header">Brand Icons</h2>
{% endfor %}
</div>

<div class="alert alert-warning">
{% include brand-adblock-warning.html %}
</div>

<div class="alert alert-success">
{% include brand-license.html %}
</div>
Expand Down

0 comments on commit 5b90d7c

Please sign in to comment.