From 13dc327e8e61ac61bf2fbc75cbefd316412cb9e5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 22:04:18 +0100 Subject: folder clean --- src/index.html | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..c0624f0 --- /dev/null +++ b/src/index.html @@ -0,0 +1,160 @@ +--- +--- + + + + + + + + + Tabler Icons + + + + +
+
+ + {% assign icons = site.icons %} + + {% assign first-icon = site.icons | reverse | first %} + {% assign slug = first-icon.slug %} + {% capture first-icon %} + {% include icon.html name=slug %} + {% endcapture %} + +
+
+ +
+
+ {{ first-icon }} + {{ first-icon }} +
+
+
+
+ +

{{ slug }}

+ +
+ + + +
+ +
+ + {{ first-icon }} +
+ +
+ {{ first-icon }} + +
+ +
+
{{ first-icon }}
+
{{ first-icon }}
+ + {{ first-icon }} Link +
+ + + + +
+ +
+ +
+
+ +

{{ site.icons.size }} icons

+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ + + + + -- cgit v1.2.1