aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-12 15:04:56 +0100
committercodecalm <codecalm@gmail.com>2020-03-12 15:04:56 +0100
commit89a774589d6c712fc229f6c946f39b7e3be95a5b (patch)
treebeedbe7e3f49a4b09a67cf6c596490828d52266d /src/index.html
parentgulp fixes (diff)
downloadtabler-icons-89a774589d6c712fc229f6c946f39b7e3be95a5b.tar.xz
new dir structure
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..98418eb
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,29 @@
+---
+layout: default
+---
+<div class="container">
+ <div class="box">
+
+ <div class="mb">
+ <div class="icons-list">
+ {% for icon in site.icons %}
+ {% assign name = icon.slug %}
+ <div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
+ {% include icon.html name=name %}
+ </div>
+ {% endfor %}
+ </div>
+ </div>
+
+ <div class="mb">
+ <div class="icons-list">
+ {% for icon in site.icons %}
+ {% assign name = icon.slug %}
+ <div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
+ {% include icon.html name=name stroke=1.25 %}
+ </div>
+ {% endfor %}
+ </div>
+ </div>
+ </div>
+</div>