|
@@ -5,35 +5,39 @@ navbar_active: whats-new
|
|
|
relative_path: ../
|
|
|
---
|
|
|
{% 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 %}
|
|
|
+{% capture jumbotron_p %}What's New with {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }}{% endcapture %}
|
|
|
|
|
|
{% include jumbotron.html %}
|
|
|
{% include stripe-social.html %}
|
|
|
|
|
|
<div class="container">
|
|
|
- {% 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>.
|
|
|
+ {{ site.forkawesome.name }} is community effort base on
|
|
|
+ {{ site.fontawesome.name }} {{ site.fontawesome.version }} by
|
|
|
+ {{ site.fontawesome.author.name }}. We <i class="fa fa-heart" aria-hidden="true"></i>
|
|
|
+ {{ site.fontawesome.name }} but here's why we forked it into {{ site.forkawesome.name }}
|
|
|
+ {{ site.forkawesome.minor_version }}. Want to
|
|
|
+ <a href="{{ page.relative_path }}community/">help contribute</a>?
|
|
|
</p>
|
|
|
- {% endcapture %}
|
|
|
|
|
|
<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.
|
|
|
+ <h4><i class="fa fa-code-fork" aria-hidden="true"></i> PR freeze</h4>
|
|
|
+ Since Oct 22, 2016, Font Awesome has frozen all pull requests proposing new
|
|
|
+ icons. With {{ site.forkawesome.name }}, we are welcoming all your pull
|
|
|
+ requests.
|
|
|
</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.
|
|
|
+ <h4><i class="fa fa-fort-awesome" aria-hidden="true"></i> Font Awesome 5.0</h4>
|
|
|
+ Fort Awesome has ran a very successful kickstarter campaign and completely
|
|
|
+ redesigned Font Awesome in this new version 5.0. Fork Awesome plans to keep
|
|
|
+ the old look from alive.
|
|
|
</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!
|
|
|
+ <h4><i class="fa fa-users" aria-hidden="true"></i> Distributed community</h4>
|
|
|
+ We'd like to turn this into a distributed open source design project,
|
|
|
+ where all contributions are included and credited. So
|
|
|
+ <a href="{{ page.relative_path }}community">join our community</a>.
|
|
|
</div>
|
|
|
</div>
|
|
|
|