summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/icons/file-type.html
diff options
context:
space:
mode:
Diffstat (limited to 'live/static/fork-awesome/src/doc/_includes/icons/file-type.html')
-rw-r--r--live/static/fork-awesome/src/doc/_includes/icons/file-type.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/live/static/fork-awesome/src/doc/_includes/icons/file-type.html b/live/static/fork-awesome/src/doc/_includes/icons/file-type.html
new file mode 100644
index 0000000..b1713bf
--- /dev/null
+++ b/live/static/fork-awesome/src/doc/_includes/icons/file-type.html
@@ -0,0 +1,12 @@
+<section id="file-type">
+ <h2 class="page-header">File Type Icons</h2>
+
+ <div class="row fontawesome-icon-list">
+ {% assign icons_file_type = icons | expand_aliases | where:"categories", "File Type Icons" | sort_by:'class' %}
+
+ {% for icon in icons_file_type %}
+ <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>