From a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 11:05:48 +0100 Subject: switch to fork-awesome --- .../src/_includes/examples/accessible.html | 101 ------------------- .../src/_includes/examples/animated.html | 60 ----------- .../font_awesome/src/_includes/examples/basic.html | 39 -------- .../src/_includes/examples/bootstrap.html | 111 --------------------- .../src/_includes/examples/bordered-pulled.html | 30 ------ .../src/_includes/examples/custom.html | 16 --- .../src/_includes/examples/fixed-width.html | 33 ------ .../src/_includes/examples/larger.html | 40 -------- .../font_awesome/src/_includes/examples/list.html | 30 ------ .../src/_includes/examples/rotated-flipped.html | 34 ------- .../src/_includes/examples/stacked.html | 65 ------------ 11 files changed, 559 deletions(-) delete mode 100644 library/font_awesome/src/_includes/examples/accessible.html delete mode 100644 library/font_awesome/src/_includes/examples/animated.html delete mode 100644 library/font_awesome/src/_includes/examples/basic.html delete mode 100644 library/font_awesome/src/_includes/examples/bootstrap.html delete mode 100644 library/font_awesome/src/_includes/examples/bordered-pulled.html delete mode 100644 library/font_awesome/src/_includes/examples/custom.html delete mode 100644 library/font_awesome/src/_includes/examples/fixed-width.html delete mode 100644 library/font_awesome/src/_includes/examples/larger.html delete mode 100644 library/font_awesome/src/_includes/examples/list.html delete mode 100644 library/font_awesome/src/_includes/examples/rotated-flipped.html delete mode 100644 library/font_awesome/src/_includes/examples/stacked.html (limited to 'library/font_awesome/src/_includes/examples') diff --git a/library/font_awesome/src/_includes/examples/accessible.html b/library/font_awesome/src/_includes/examples/accessible.html deleted file mode 100644 index 0360a4621..000000000 --- a/library/font_awesome/src/_includes/examples/accessible.html +++ /dev/null @@ -1,101 +0,0 @@ -
- -
-
-

- - - - - - - - - - - -

- -

- - Refreshing... - - - Saving. Hang tight! -

- -

-

- - -
-
- - -
-

- -

- - - -

- -

- - Battery level: 50% -

-
-
-

- With our thoughts on icon accessibility in mind, If an icon only adds some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Alternatively, if an icon conveys meaning in your content or interface, ensure that this meaning is also conveyed to assistive technologies through alternative displays or text. -

- -{% highlight html %} - - - - - - - - - - - -{% endhighlight %} - -{% highlight html %} - -Refreshing... - - -Saving. Hang tight! -{% endhighlight %} - -{% highlight html %} -
- - -
-
- - -
-{% endhighlight %} - -{% highlight html %} - - - -{% endhighlight %} - -{% highlight html %} - -Battery level: 50% -{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/animated.html b/library/font_awesome/src/_includes/examples/animated.html deleted file mode 100644 index 927e98bbd..000000000 --- a/library/font_awesome/src/_includes/examples/animated.html +++ /dev/null @@ -1,60 +0,0 @@ -
- -
-
-

- - Loading example (with fa-spinner icon) - - - Loading (with fa-circle-o-notch icon) - - - Loading example (with fa-refresh icon) - - - Loading example (with fa-cog icon) - - - Loading example (with fa-spinner icon) -

-
-
-

- Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate - with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. -

-{% highlight html %} - -Loading... - - -Loading... - - -Loading... - - -Loading... - - -Loading... -{% endhighlight %} -

- Note: - Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See - issue #671 - for examples and possible workarounds. -

-

- Note: CSS3 animations aren't supported in IE8 - IE9. -

-
-
-
diff --git a/library/font_awesome/src/_includes/examples/basic.html b/library/font_awesome/src/_includes/examples/basic.html deleted file mode 100644 index c00fb4787..000000000 --- a/library/font_awesome/src/_includes/examples/basic.html +++ /dev/null @@ -1,39 +0,0 @@ -
- - -
-
-

- - Example: basic icon - fa-camera-retro -

-
-
-

- You can place Font Awesome icons just about anywhere using the CSS Prefix fa and the icon's - name. Font Awesome is designed to be used with inline elements (we like the <i> tag for - brevity, but using a <span> is more semantically correct). -

-{% highlight html %} - fa-camera-retro -{% endhighlight %} -
-
    -
  • - - Example: basic icon - If you change the font-size of the icon's container, the icon gets bigger. Same things goes for color, - drop shadow, and anything else that gets inherited using CSS. -
  • -
-
-
-
-
diff --git a/library/font_awesome/src/_includes/examples/bootstrap.html b/library/font_awesome/src/_includes/examples/bootstrap.html deleted file mode 100644 index bcc6c0171..000000000 --- a/library/font_awesome/src/_includes/examples/bootstrap.html +++ /dev/null @@ -1,111 +0,0 @@ -
- -
- -
-

- Font Awesome works great with the full range of Bootstrap components. -

-{% highlight html %} - - Delete - - Settings - - - Font Awesome
Version {{ site.fontawesome.version }}
- - - -
- - -
-
- - -
- - -{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/bordered-pulled.html b/library/font_awesome/src/_includes/examples/bordered-pulled.html deleted file mode 100644 index b7841f0c2..000000000 --- a/library/font_awesome/src/_includes/examples/bordered-pulled.html +++ /dev/null @@ -1,30 +0,0 @@ -
- -
-
-

- - …tomorrow we will run faster, stretch out our arms farther… And then one fine morning— - So we beat on, boats against the current, borne back ceaselessly into the past. -

-
-
-

- Use fa-border and fa-pull-right or fa-pull-left for easy pull quotes or - article icons. -

-{% highlight html %} - -...tomorrow we will run faster, stretch out our arms farther... -And then one fine morning— So we beat on, boats against the -current, borne back ceaselessly into the past. -{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/custom.html b/library/font_awesome/src/_includes/examples/custom.html deleted file mode 100644 index 2de7ad7ab..000000000 --- a/library/font_awesome/src/_includes/examples/custom.html +++ /dev/null @@ -1,16 +0,0 @@ -
- -
-
-

Anything you can do with CSS font styles, you can do with Font Awesome.

-
-
-

Star Ratings (inspired by CSS Tricks)

-
- - - -
-
-
-
diff --git a/library/font_awesome/src/_includes/examples/fixed-width.html b/library/font_awesome/src/_includes/examples/fixed-width.html deleted file mode 100644 index 845a79609..000000000 --- a/library/font_awesome/src/_includes/examples/fixed-width.html +++ /dev/null @@ -1,33 +0,0 @@ -
- -
- -
-

- Use fa-fw to set icons at a fixed width. Great to use when different icon widths throw off alignment. - Especially useful in things like nav lists & list groups. -

-{% highlight html %} - -{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/larger.html b/library/font_awesome/src/_includes/examples/larger.html deleted file mode 100644 index f10c7188a..000000000 --- a/library/font_awesome/src/_includes/examples/larger.html +++ /dev/null @@ -1,40 +0,0 @@ -
- -
-
-

fa-lg

-

fa-2x

-

fa-3x

-

fa-4x

-

fa-5x

-
-
-

- To increase icon sizes relative to their container, use the fa-lg (33% increase), fa-2x, - fa-3x, fa-4x, or fa-5x classes. -

-{% highlight html %} - fa-lg - fa-2x - fa-3x - fa-4x - fa-5x -{% endhighlight %} -
-
    -
  • - - If your icons are getting chopped off on top and bottom, make sure you have - sufficient line-height. -
  • -
-
-
-
-
diff --git a/library/font_awesome/src/_includes/examples/list.html b/library/font_awesome/src/_includes/examples/list.html deleted file mode 100644 index 1c7f3008f..000000000 --- a/library/font_awesome/src/_includes/examples/list.html +++ /dev/null @@ -1,30 +0,0 @@ -
- -
-
-
    -
  • List icons
  • -
  • can be used
  • -
  • as bullets
  • -
  • in lists
  • -
-
-
-

Use fa-ul and fa-li to easily replace default bullets in unordered lists.

-{% highlight html %} -
    -
  • List icons
  • -
  • can be used
  • -
  • as bullets
  • -
  • in lists
  • -
-{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/rotated-flipped.html b/library/font_awesome/src/_includes/examples/rotated-flipped.html deleted file mode 100644 index 4c5b437f1..000000000 --- a/library/font_awesome/src/_includes/examples/rotated-flipped.html +++ /dev/null @@ -1,34 +0,0 @@ -
- -
-
-

-   normal
-   fa-rotate-90
-   fa-rotate-180
-   fa-rotate-270
-   fa-flip-horizontal
-   fa-flip-vertical -

-
-
-

- To arbitrarily rotate and flip icons, use the fa-rotate-* and fa-flip-* classes. -

-{% highlight html %} - normal
- fa-rotate-90
- fa-rotate-180
- fa-rotate-270
- fa-flip-horizontal
- fa-flip-vertical -{% endhighlight %} -
-
-
diff --git a/library/font_awesome/src/_includes/examples/stacked.html b/library/font_awesome/src/_includes/examples/stacked.html deleted file mode 100644 index 505ed2edf..000000000 --- a/library/font_awesome/src/_includes/examples/stacked.html +++ /dev/null @@ -1,65 +0,0 @@ -
- -
-
-
- - fa-twitter on fa-square-o
- - fa-flag on fa-circle
- - fa-terminal on fa-square
- - fa-ban on fa-camera -
-
-
-

- To stack multiple icons, use the fa-stack class on the parent, the fa-stack-1x - for the regularly sized icon, and fa-stack-2x for the larger icon. fa-inverse - can be used as an alternative icon color. You can even throw larger icon classes on the parent - to get further control of sizing. -

-{% highlight html %} - - - - -fa-twitter on fa-square-o
- - - - -fa-flag on fa-circle
- - - - -fa-terminal on fa-square
- - - - -fa-ban on fa-camera -{% endhighlight %} -
-
-
-- cgit v1.2.3