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

web-application.html « icons « _includes « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c23853a403c19736db560a02b9405f3ea5566444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<section id="web-application">
  <h2 class="page-header">Web Application Icons</h2>

  <div class="row the-icons">
    {% assign icons_web_application = icons | expand_aliases | category:"Web Application Icons" | sort_by:'class' %}

    {% for icon in icons_web_application %}
      <div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}"></i> icon-{{ icon.class }}{% if icon.alias_of %} <span class="muted">(alias)</span>{% endif %}</a></div>
    {% endfor %}
  </div>

</section>