Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2016-10-23 02:09:50 +0300
committerDave Gandy <dave@davegandy.com>2016-10-23 02:09:50 +0300
commit5b90d7c451bb3cf9552552b5c53c045736471f2f (patch)
tree0be8fdb49d5550b8be07d4183c5e011ae66d0817
parent3f5146adb324b8d7c3013e4f180e6d5c5446dfa5 (diff)
Updating brand license information.
-rw-r--r--src/_includes/brand-license.html1
-rw-r--r--src/_includes/icons/brand.html8
2 files changed, 5 insertions, 4 deletions
diff --git a/src/_includes/brand-license.html b/src/_includes/brand-license.html
index 79696801e..731aa354a 100644
--- a/src/_includes/brand-license.html
+++ b/src/_includes/brand-license.html
@@ -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>
diff --git a/src/_includes/icons/brand.html b/src/_includes/icons/brand.html
index 451f147d3..3243bc83e 100644
--- a/src/_includes/icons/brand.html
+++ b/src/_includes/icons/brand.html
@@ -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' %}
@@ -13,6 +9,10 @@
{% endfor %}
</div>
+ <div class="alert alert-warning">
+ {% include brand-adblock-warning.html %}
+ </div>
+
<div class="alert alert-success">
{% include brand-license.html %}
</div>