From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- .../src/doc/_includes/icons/accessibility.html | 12 ++++++++++++ .../src/doc/_includes/icons/brand.html | 19 +++++++++++++++++++ .../src/doc/_includes/icons/chart.html | 12 ++++++++++++ .../src/doc/_includes/icons/currency.html | 12 ++++++++++++ .../src/doc/_includes/icons/directional.html | 12 ++++++++++++ .../src/doc/_includes/icons/file-type.html | 12 ++++++++++++ .../src/doc/_includes/icons/form-control.html | 11 +++++++++++ .../src/doc/_includes/icons/gender.html | 12 ++++++++++++ .../fork-awesome/src/doc/_includes/icons/hand.html | 12 ++++++++++++ .../src/doc/_includes/icons/medical.html | 12 ++++++++++++ .../fork-awesome/src/doc/_includes/icons/new.html | 19 +++++++++++++++++++ .../src/doc/_includes/icons/payment.html | 12 ++++++++++++ .../src/doc/_includes/icons/spinner.html | 22 ++++++++++++++++++++++ .../src/doc/_includes/icons/text-editor.html | 12 ++++++++++++ .../src/doc/_includes/icons/transportation.html | 12 ++++++++++++ .../src/doc/_includes/icons/video-player.html | 12 ++++++++++++ .../src/doc/_includes/icons/web-application.html | 12 ++++++++++++ 17 files changed, 227 insertions(+) create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/accessibility.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/brand.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/chart.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/currency.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/directional.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/file-type.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/form-control.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/gender.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/hand.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/medical.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/new.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/payment.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/spinner.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/text-editor.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/transportation.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/video-player.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/web-application.html (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/accessibility.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/accessibility.html new file mode 100644 index 0000000..c9f6202 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/accessibility.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_currency = icons | expand_aliases | where:"categories", "Accessibility Icons" | sort_by:'class' %} + + {% for icon in icons_currency %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/brand.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/brand.html new file mode 100644 index 0000000..6a740d6 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/brand.html @@ -0,0 +1,19 @@ +
+ + +
+ {% assign icons_brand = icons | expand_aliases | where:"categories", "Brand Icons" | sort_by:'class' %} + + {% for icon in icons_brand %} + + {% endfor %} +
+ +
+ {% include brand-adblock-warning.html %} +
+ +
+ {% include brand-license.html %} +
+
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/chart.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/chart.html new file mode 100644 index 0000000..e0be4ab --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/chart.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_chart = icons | expand_aliases | where:"categories", "Chart Icons" | sort_by:'class' %} + + {% for icon in icons_chart %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/currency.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/currency.html new file mode 100644 index 0000000..b8de574 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/currency.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_currency = icons | expand_aliases | where:"categories", "Currency Icons" | sort_by:'class' %} + + {% for icon in icons_currency %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/directional.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/directional.html new file mode 100644 index 0000000..3257dcc --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/directional.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_directional = icons | expand_aliases | where:"categories", "Directional Icons" | sort_by:'class' %} + + {% for icon in icons_directional %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/file-type.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/file-type.html new file mode 100644 index 0000000..b1713bf --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/file-type.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_file_type = icons | expand_aliases | where:"categories", "File Type Icons" | sort_by:'class' %} + + {% for icon in icons_file_type %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/form-control.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/form-control.html new file mode 100644 index 0000000..dd43d90 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/form-control.html @@ -0,0 +1,11 @@ +
+ + +
+ {% assign icons_form_control = icons | expand_aliases | where:"categories", "Form Control Icons" | sort_by:'class' %} + + {% for icon in icons_form_control %} + + {% endfor %} +
+
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/gender.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/gender.html new file mode 100644 index 0000000..091cdff --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/gender.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_gender = icons | expand_aliases | where:"categories", "Gender Icons" | sort_by:'class' %} + + {% for icon in icons_gender %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/hand.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/hand.html new file mode 100644 index 0000000..3f21f91 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/hand.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_hand = icons | expand_aliases | where:"categories", "Hand Icons" | sort_by:'class' %} + + {% for icon in icons_hand %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/medical.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/medical.html new file mode 100644 index 0000000..e27ca33 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/medical.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_medical = icons | expand_aliases | where:"categories", "Medical Icons" | sort_by:'class' %} + + {% for icon in icons_medical %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/new.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/new.html new file mode 100644 index 0000000..8cdd2b7 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/new.html @@ -0,0 +1,19 @@ +
+ {% assign version = 1.0 %} + {% assign icons_new = icons | where_exp:"icon", "icon.created >= version" | sort_by:'class' %} + + + {% if page.navbar_active != "icons" %} +
+ You asked, {{ site.forkawesome.name }} delivers with {{ icons_new | size }} shiny new icons in version {{ version }}. + Want to request new icons? Here's how. +
+ {% endif %} + +
+ {% for icon in icons_new %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/payment.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/payment.html new file mode 100644 index 0000000..051cf50 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/payment.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_payment = icons | expand_aliases | where:"categories", "Payment Icons" | sort_by:'class' %} + + {% for icon in icons_payment %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/spinner.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/spinner.html new file mode 100644 index 0000000..c4bca75 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/spinner.html @@ -0,0 +1,22 @@ +
+ + +
+ +
+ +
+ {% assign icons_spinner = icons | expand_aliases | where:"categories", "Spinner Icons" | sort_by:'class' %} + + {% for icon in icons_spinner %} + + {% endfor %} +
+
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/text-editor.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/text-editor.html new file mode 100644 index 0000000..20ac360 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/text-editor.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_text_editor = icons | expand_aliases | where:"categories", "Text Editor Icons" | sort_by:'class' %} + + {% for icon in icons_text_editor %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/transportation.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/transportation.html new file mode 100644 index 0000000..bf67ee4 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/transportation.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_transportation = icons | expand_aliases | where:"categories", "Transportation Icons" | sort_by:'class' %} + + {% for icon in icons_transportation %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/video-player.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/video-player.html new file mode 100644 index 0000000..cb39c03 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/video-player.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_video_player = icons | expand_aliases | where:"categories", "Video Player Icons" | sort_by:'class' %} + + {% for icon in icons_video_player %} + + {% endfor %} +
+ +
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/web-application.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/web-application.html new file mode 100644 index 0000000..453b875 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/icons/web-application.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_web_application = icons | expand_aliases | where:"categories", "Web Application Icons" | sort_by:'class' %} + + {% for icon in icons_web_application %} + + {% endfor %} +
+ +
-- cgit v1.2.3-54-g00ecf