Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,43 @@
1
+---
2
+layout: base
3
+title: What's New
4
+navbar_active: whats-new
5
+relative_path: ../
6
+---
7
+{% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o" aria-hidden="true"></i>&nbsp; What's New{% endcapture %}
8
+{% capture jumbotron_p %}What's New in the latest version &mdash; Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %}
9
+
10
+{% include jumbotron.html %}
11
+{% include stripe-social.html %}
12
+
13
+<div class="container">
14
+  {% capture stripe_ad_content %}
15
+  <p class="lead">
16
+    Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
17
+    {{ site.fontawesome.minor_version }}. Have some ideas for new features?
18
+    <a href="{{ page.relative_path }}community/">Help contribute</a>.
19
+  </p>
20
+  {% endcapture %}
21
+  {% include stripe-ad.html %}
22
+
23
+  <div class="row feature-list">
24
+    <div class="col-md-4 col-sm-6">
25
+      <h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4>
26
+      Details on how to mark up your icons depending on how you're using them.
27
+      Make your site icons usable by the most people, and start here.
28
+    </div>
29
+    <div class="col-md-4 col-sm-6">
30
+      <h4><i class="fa fa-code" aria-hidden="true"></i> Better Examples</h4>
31
+      Every FA icon example page now has a better, more accessibility-minded
32
+      default block of code that users can copy and paste.
33
+    </div>
34
+    <div class="col-md-4 col-sm-6">
35
+      <h4><i class="fa fa-wheelchair-alt" aria-hidden="true"></i> <a href="{{ page.relative_path }}icons/#accessibility">Accessibility Category</a></h4>
36
+      We've added a new icon category specifically for accessibility and seeded
37
+      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!
38
+    </div>
39
+  </div>
40
+
41
+  {% include icons/new.html %}
42
+  {% include new-upgrading.html %}
43
+</div>