summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/icons/video-player.html
blob: cb39c031add2ff1bc51e76f4688abf2a88cfc684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<section id="video-player">
  <h2 class="page-header">Video Player Icons</h2>

  <div class="row fontawesome-icon-list">
    {% assign icons_video_player = icons | expand_aliases | where:"categories", "Video Player Icons" | sort_by:'class' %}

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