From 8d2ce11daf87267091ffec971cd46d16937cc69c Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 25 Aug 2022 19:48:19 +0200 Subject: fork-awesome removed --- .../Fork-Awesome-1.2.0/src/doc/_layouts/base.html | 55 ---------------- .../Fork-Awesome-1.2.0/src/doc/_layouts/icon.html | 76 ---------------------- 2 files changed, 131 deletions(-) delete mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_layouts/base.html delete mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_layouts/icon.html (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_layouts') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/base.html b/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/base.html deleted file mode 100644 index 8979c78..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/base.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - {% if page.title %}{{ page.title }}{% endif %} - - - - - - - - - - - - - - - - - - - - - - - -
- {% include navbar.html %} - - {{ content }} -
- {% include footer.html %} - - - - - - - - diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/icon.html b/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/icon.html deleted file mode 100644 index 30c4340..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/_layouts/icon.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -layout: base -title_suffix: Fork Awesome Icons -relative_path: ../../ ---- -
-
-
- - Example of {{ page.icon.id }} at 6x   - - - Example of {{ page.icon.id }} at 5x -    - - - Example of {{ page.icon.id }} at 4x -    - - - Example of {{ page.icon.id }} at 3x -    - - Example of {{ page.icon.id }} at 2x -   - - - Example of {{ page.icon.id }} -
-

- fa-{{ page.icon.id }} - - · - Unicode: {{ page.icon.unicode }} · - Created: v{{ page.icon.created }} · - Categories: - {% for category in page.icon.categories %} - {{ category }}{% unless forloop.last %},{% endunless %} - {% endfor %} - {% assign icon_alias_count = page.icon.aliases | size %} - {% if icon_alias_count > 0 %} - · Aliases: - {% for alias in page.icon.aliases %} - fa-{{ alias }}{% unless forloop.last %},{% endunless %} - {% endfor %} - {% endif %} - {% if page.icon.url %}· {{ page.icon.url }}{% endif %} - -

-
-
- -
-
-
-
-

After you get up and running, you can place {{ site.forkawesome.name }} icons just about anywhere with the <i> tag:

-
-
- Example of {{ page.icon.id }} fa-{{ page.icon.id }} -
-
-{% highlight html %} - -{% endhighlight %} -

- Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. -

- -
- Looking for more? Check out the examples. -
-
-
-
-
-- cgit v1.2.3