diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2014-06-24 19:34:36 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2014-06-24 19:34:36 +0200 |
commit | b8dc9e855af2d30f33d0f90dc13d8cad0a7b3e70 (patch) | |
tree | 718df6305bcb82c8dcb4b287a7132422e748cdfb /library/font_awesome/src/_includes/why.html | |
parent | c2d520f1be115fb3cb5da2a35eb10146cecee8aa (diff) | |
parent | a92fb0b04c3e6474ec48faf8e4cc65c382e89d66 (diff) | |
download | volse-hubzilla-b8dc9e855af2d30f33d0f90dc13d8cad0a7b3e70.tar.gz volse-hubzilla-b8dc9e855af2d30f33d0f90dc13d8cad0a7b3e70.tar.bz2 volse-hubzilla-b8dc9e855af2d30f33d0f90dc13d8cad0a7b3e70.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'library/font_awesome/src/_includes/why.html')
-rw-r--r-- | library/font_awesome/src/_includes/why.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/library/font_awesome/src/_includes/why.html b/library/font_awesome/src/_includes/why.html new file mode 100644 index 000000000..ce3b87d13 --- /dev/null +++ b/library/font_awesome/src/_includes/why.html @@ -0,0 +1,41 @@ +<div id="why"> + <div class="row"> + <div class="span4"> + <h4><i class="icon-flag"></i> One Font, {{ icons | size }} Icons</h4> + In a single collection, Font Awesome is a pictographic language of web-related actions. + </div> + <div class="span4"> + <h4><i class="icon-pencil"></i> CSS Control</h4> + Easily style icon color, size, shadow, and anything that's possible with CSS. + </div> + <div class="span4"> + <h4><i class="icon-fullscreen"></i> Infinite Scalability</h4> + Scalable vector graphics means every icon looks awesome at any size. + </div> + <div class="span4"> + <h4><i class="icon-microphone"></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="span4"> + <h4><i class="icon-ok"></i> IE7 Support</h4> + Font Awesome supports IE7. If you need it, you have my condolences. + </div> + <div class="span4"> + <h4><i class="icon-eye-open"></i> Perfect on Retina Displays</h4> + Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays. + </div> + <div class="span4"> + <h4><i class="icon-thumbs-up-alt"></i> Made for Bootstrap</h4> + Designed from scratch to be fully compatible with <a href="{{ site.bootstrap.url }}">Bootstrap {{ site.bootstrap.version }}</a>. + </div> + <div class="span4"> + <h4><i class="icon-desktop"></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="span4"> + <h4><i class="icon-search"></i> Screen Reader Compatible</h4> + Font Awesome won't trip up screen readers, unlike other icon fonts. + </div> + </div> +</div> |