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,39 @@
1
+---
2
+layout: base
3
+title: Font Awesome & Accessibility
4
+navbar_active: accessibility
5
+view_class: v-accessibility
6
+relative_path: ../
7
+---
8
+{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp; Accessibility{% endcapture %}
9
+{% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
10
+
11
+{% include jumbotron.html %}
12
+
13
+<div class="container">
14
+  <section id="accessibility-intro" class="accessibility-intro">
15
+    <div class="row">
16
+      <div class="col-md-6">
17
+        <p class="lead">
18
+          Icons are symbols that can convey a ton of information and really help people comprehend directions, signs, and interfaces. It's important that we create and use them so that they can reach the largest amount of people possible.
19
+        </p>
20
+      </div>
21
+      <div class="col-md-6">
22
+          {% include accessibility/background.html %}
23
+      </div>
24
+    </div>
25
+  </section>
26
+
27
+  <h2 class="page-header">
28
+    Using Font Awesome with Acessibility in mind
29
+  </h2>
30
+
31
+  {% include accessibility/accessibility-facdn.html %}
32
+
33
+  <div class="hr margin-top-xl">
34
+    <span class="hr-text text-xl text-muted">or</span>
35
+  </div>
36
+
37
+  {% include accessibility/accessibility-manual.html %}
38
+  {% include accessibility/other.html %}
39
+</div>