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: Font Awesome Examples
4
+navbar_active: examples
5
+relative_path: ../
6
+---
7
+{% capture jumbotron_h1 %}<i class="fa fa-magic" aria-hidden="true"></i>&nbsp; Examples{% endcapture %}
8
+{% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% 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
+    After you <a href="{{ page.relative_path }}get-started/">get up and running</a>, you can place Font Awesome icons just about
17
+    anywhere with the <code>&lt;i&gt;</code> tag.
18
+    Some examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
19
+  </p>
20
+  {% endcapture %}
21
+  {% include stripe-ad.html %}
22
+
23
+  <div class="alert alert-success gg">
24
+    <div class="gg-col min-width">
25
+      <i class="fa fa-universal-access fa-2x" aria-hidden"true"></i>
26
+    </div>
27
+    <div class="gg-col padding-left">
28
+      <p class="margin-bottom-none">The following examples are kept simple and assume use of <a href="{{ page.relative_path }}get-started/get-started-cdn">Font Awesome CDN</a>, which provides auto-accessibility support. If you are not using the Font Awesome CDN, please see the <a href="{{ page.relative_path }}examples/#accessible">manual accessibility examples</a> and read more about <a href="{{ page.relative_path }}accessibility">making your icons more awesome for all users</a></p>
29
+    </div>
30
+  </div>
31
+
32
+  {% include examples/basic.html %}
33
+  {% include examples/larger.html %}
34
+  {% include examples/fixed-width.html %}
35
+  {% include examples/list.html %}
36
+  {% include examples/bordered-pulled.html %}
37
+  {% include examples/animated.html %}
38
+  {% include examples/rotated-flipped.html %}
39
+  {% include examples/stacked.html %}
40
+  {% include examples/bootstrap.html %}
41
+  {% include examples/custom.html %}
42
+  {% include examples/accessible.html %}
43
+</div>