From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- .../fork-awesome/src/doc/_includes/new-naming.html | 157 +++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 live/static/fork-awesome/src/doc/_includes/new-naming.html (limited to 'live/static/fork-awesome/src/doc/_includes/new-naming.html') diff --git a/live/static/fork-awesome/src/doc/_includes/new-naming.html b/live/static/fork-awesome/src/doc/_includes/new-naming.html new file mode 100644 index 0000000..0a0a481 --- /dev/null +++ b/live/static/fork-awesome/src/doc/_includes/new-naming.html @@ -0,0 +1,157 @@ +
+ +

fa-[name]-[shape]-[o]-[direction]

+

+ A desire for better icon naming consistency and predictability are at the heart + of the changes in naming conventions. Once you know the name of the base icon shape, you should be able to predict + the names of variants. +

+
+
+

fa-*

+

Solid icons as the base variant

+
    +
  • + + fa-bookmark +
  • +
  • + + fa-comment +
  • +
  • + + fa-folder +
  • +
+
+
+

*-o

+

Outlined version of previous modifier

+
    +
  • + + fa-bookmark-o +
  • +
  • + + fa-comment-o +
  • +
  • + + fa-folder-o +
  • +
+
+
+

*-circle

+

Circle under previous modifier

+
    +
  • + + fa-check-circle +
  • +
  • + + fa-exclamation-circle +
  • +
  • + + fa-plus-circle +
  • +
+
+
+

*-square

+

Square under previous modifier

+
    +
  • + + fa-check-square +
  • +
  • + + fa-twitter-square +
  • +
  • + + fa-plus-square +
  • +
+
+
+

*-right, *-up, etc.

+

Directional modifier always at the end

+
    +
  • + + fa-arrow-right +
  • +
  • + + fa-arrow-circle-right +
  • +
  • + + fa-angle-double-right +
  • +
+
+
+

*-alt

+

Alternative to the original

+
    +
  • + + fa-unlock-alt +
  • +
  • + + fa-list-alt +
  • +
  • + + fa-github-alt +
  • +
+
+
+

*-h, *-v

+

Horizontal & vertical modifiers

+
    +
  • + + fa-arrows-v +
  • +
  • + + fa-arrows-h +
  • +
  • + + fa-ellipsis-v +
  • +
+
+
+

Combine 'em up&helip;

+

Consistent when strung together

+
    +
  • + + fa-arrow-circle-o-right +
  • +
  • + + fa-caret-square-o-right +
  • +
  • + + fa-hand-o-right +
  • +
+
+ +
+ +
-- cgit v1.2.3-54-g00ecf