summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/icons/brand.html
blob: 6a740d6a9e9015c4bc567e13e8189bd6e5521780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<section id="brand">
  <h2 class="page-header">Brand Icons</h2>

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

    {% for icon in icons_brand %}
      <div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
    {% endfor %}
  </div>

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

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