aboutsummaryrefslogblamecommitdiffstats
path: root/library/font_awesome/src/_includes/icons/brand.html
blob: feb6032e848e5a0000bce271cf86a82fc4b9da31 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                                                                                                                                       
<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' %}

    {% for icon in icons_brand %}
      <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>