diff options
author | redmatrix <git@macgirvin.com> | 2016-04-30 15:02:45 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-30 15:02:45 -0700 |
commit | 84d93cca6e2ac0b552a6f5c570fbcfce766200a1 (patch) | |
tree | a8a9c46ee6f70dd4b8824499a49b1e39e2980dc6 /library/font_awesome/src/whats-new.html | |
parent | 45512e6aba602604143e946cca49c363ae88aa1e (diff) | |
parent | 9446d0cbb463af6a256efebf97e10618469f1193 (diff) | |
download | volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.tar.gz volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.tar.bz2 volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'library/font_awesome/src/whats-new.html')
-rw-r--r-- | library/font_awesome/src/whats-new.html | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/library/font_awesome/src/whats-new.html b/library/font_awesome/src/whats-new.html index f6c1da17e..309eca36b 100644 --- a/library/font_awesome/src/whats-new.html +++ b/library/font_awesome/src/whats-new.html @@ -4,14 +4,40 @@ title: What's New navbar_active: whats-new relative_path: ../ --- -{% capture jumbotron_h1 %}<i class="icon-lightbulb icon-large"></i> What's New{% endcapture %} +{% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o" aria-hidden="true"></i> What's New{% endcapture %} {% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %} {% include jumbotron.html %} {% include stripe-social.html %} <div class="container"> - {% include whats-new.html %} - {% include examples/new.html %} + {% capture stripe_ad_content %} + <p class="lead"> + Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome + {{ site.fontawesome.minor_version }}. Have some ideas for new features? + <a href="{{ page.relative_path }}community/">Help contribute</a>. + </p> + {% endcapture %} + {% include stripe-ad.html %} + + <div class="row feature-list"> + <div class="col-md-4 col-sm-6"> + <h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4> + Details on how to mark up your icons depending on how you’re using them. + Make your site icons usable by the most people, and start here. + </div> + <div class="col-md-4 col-sm-6"> + <h4><i class="fa fa-code" aria-hidden="true"></i> Better Examples</h4> + Every FA icon example page now has a better, more accessibility-minded + default block of code that users can copy and paste. + </div> + <div class="col-md-4 col-sm-6"> + <h4><i class="fa fa-wheelchair-alt" aria-hidden="true"></i> <a href="{{ page.relative_path }}icons/#accessibility">Accessibility Category</a></h4> + We've added a new icon category specifically for accessibility and seeded + it with 15 icons to start. Make sure to <a href="{{ page.relative_path }}community/#requesting-new-icons">request more</a> if you need them! + </div> + </div> + {% include icons/new.html %} + {% include new-upgrading.html %} </div> |