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

web-application.html « icons « _includes « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e737e6cd6801c8e2867664a0237b49091fcdb3e (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 fontawesome-icon-list">
    {% assign icons_web_application = icons | expand_aliases | category:"Web Application Icons" | sort_by:'class' %}

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

</section>