diff options
author | mrjive <mrjive@mrjive.it> | 2018-03-13 10:59:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 10:59:21 +0100 |
commit | 790660e61264ed884a8c600f407cf75893ffe977 (patch) | |
tree | 8fb3e4263cd7cdf4b34e0d7bb859c2f290c8ab39 /library/font_awesome/src/_includes/why.html | |
parent | 2bcfa0c12687d47c11e8c445a5a38ffe96d5c135 (diff) | |
parent | 53c1d3775cc140ecda50d837752adac851d9e0b2 (diff) | |
download | volse-hubzilla-790660e61264ed884a8c600f407cf75893ffe977.tar.gz volse-hubzilla-790660e61264ed884a8c600f407cf75893ffe977.tar.bz2 volse-hubzilla-790660e61264ed884a8c600f407cf75893ffe977.zip |
Merge pull request #18 from redmatrix/dev
Dev
Diffstat (limited to 'library/font_awesome/src/_includes/why.html')
-rw-r--r-- | library/font_awesome/src/_includes/why.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/library/font_awesome/src/_includes/why.html b/library/font_awesome/src/_includes/why.html deleted file mode 100644 index 1574d2c6c..000000000 --- a/library/font_awesome/src/_includes/why.html +++ /dev/null @@ -1,42 +0,0 @@ -<section id="why" class="feature-list"> - <div class="row"> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-flag" aria-hidden="true"></i> One Font, {{ icons | size }} Icons</h4> - In a single collection, Font Awesome is a pictographic language of web-related actions. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-ban" aria-hidden="true"></i> No JavaScript Required</h4> - Fewer compatibility concerns because Font Awesome doesn't require JavaScript. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-arrows-alt" aria-hidden="true"></i> Infinite Scalability</h4> - Scalable vector graphics means every icon looks awesome at any size. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-microphone" aria-hidden="true"></i> Free, as in Speech</h4> - Font Awesome is completely free for commercial use. Check out the <a href="{{ page.relative_path }}license/">license</a>. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-pencil" aria-hidden="true"></i> CSS Control</h4> - Easily style icon color, size, shadow, and anything that's possible with CSS. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-eye" aria-hidden="true"></i> Perfect on Retina Displays</h4> - Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-gamepad" aria-hidden="true"></i> Plays Well with Others</h4> - Originally designed for <a href="{{ site.bootstrap.url }}">Bootstrap</a>, Font Awesome works great with all frameworks. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-desktop" aria-hidden="true"></i> Desktop Friendly</h4> - To use on the desktop or for a complete set of vectors, - check out the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>. - </div> - <div class="col-md-4 col-sm-6"> - <h4><i class="fa fa-wheelchair" aria-hidden="true"></i> Accessibility-minded</h4> - Font Awesome <i class="fa fa-heart" aria-hidden="true"></i><span class="sr-only">loves</span> screen readers and -<a href="{{ page.relative_path }}accessibility/">helps make your icons accessible</a> on the web. - </div> - </div> -</section> |