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,21 @@
1
+<section id="accessibility-cdn" class="accessibility-cdn">
2
+  <div class="row">
3
+    <div class="col-md-8">
4
+      <h3>
5
+        <i class="gg-col fa fa-magic text-muted fa-lg padding-right" aria-hidden="true"></i>
6
+        Use Font Awesome CDN's auto accessibility
7
+      </h3>
8
+
9
+      <p><a href="{{ page.relative_path }}get-started/#get-started-cdn">Font Awesome CDN</a> helps you automate accessibility support more easily so your icons work for the most people possible. You only need turn on a setting, <a href="https://cdn.fontawesome.com/help#qa-autoa11y">use our simple syntax</a>, and any icons you use will have all of the best practices and manual techniques below <strong>applied automatically</strong>.</p>
10
+    </div>
11
+
12
+    <div class="col-md-4">
13
+      <a href="{{ page.relative_path }}get-started/#get-started-cdn" class="btn btn-success btn-block btn-lg margin-top-lg margin-bottom">Automate Your Icons' Accessibility</a>
14
+
15
+      <p class="text-sm text-center margin-bottom-none">
16
+        <a href="https://cdn.fontawesome.com/help#qa-autoa11y">Read more about our auto accessibility</a>
17
+      </p>
18
+    </div>
19
+  </div>
20
+
21
+</section>