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,29 @@
1
+
2
+<section id="whats-new" class="feature-list">
3
+  <div class="row">
4
+    <div class="col-md-4 col-sm-6">
5
+      <h4><i class="fa fa-file-text-o" aria-hidden="true"></i> Completely Rewritten</h4>
6
+      Everything re-written from the ground up for speed and simplicity.
7
+    </div>
8
+    <div class="col-md-4 col-sm-6">
9
+      <h4><i class="fa fa-fighter-jet" aria-hidden="true"></i> CSS Best Practices</h4>
10
+      New icon base class allows simpler CSS, faster rendering, and easier control.
11
+    </div>
12
+    <div class="col-md-4 col-sm-6">
13
+      <h4><i class="fa fa-terminal" aria-hidden="true"></i> New Icon Names</h4>
14
+      Icons have been renamed to improve consistency and predictability.
15
+    </div>
16
+    <div class="col-md-4 col-sm-6">
17
+      <h4><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Bootstrap 3</h4>
18
+      Font Awesome {{ site.fontawesome.minor_version }} is fully tested and compatible with Bootstrap 3.
19
+    </div>
20
+    <div class="col-md-4 col-sm-6">
21
+      <h4><i class="fa fa-code" aria-hidden="true"></i> Better Compatibility</h4>
22
+      Font Awesome is now more compatible with all web frameworks, including Foundation.
23
+    </div>
24
+    <div class="col-md-4 col-sm-6">
25
+      <h4><i class="fa fa-rub" aria-hidden="true"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
26
+      Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
27
+    </div>
28
+  </div>
29
+</section>