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,26 @@
1
+<section id="thanks-to">
2
+  <h2 class="page-header">Thanks To</h2>
3
+  <div class="row">
4
+    <div class="col-md-4 col-sm-4">
5
+      <p>
6
+        Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
7
+        <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
8
+        review, advice, some Jekyll help, and being all around badass coders.
9
+      </p>
10
+    </div>
11
+    <div class="col-md-4 col-sm-4">
12
+      <p>
13
+        HUGE thanks to <a href="https://twitter.com/gtagliala">@gtagliala</a> for doing such a fantastic job managing
14
+        pull requests and issues on the Font Awesome
15
+        <a href="{{ site.fontawesome.github.url }}">GitHub project</a>.
16
+      </p>
17
+    </div>
18
+    <div class="col-md-4 col-sm-4">
19
+      <p>
20
+        Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378"><i class="fa fa-maxcdn" aria-hidden="true">&nbsp;</i>MaxCDN</a> for providing the excellent
21
+        <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN</a>, the fastest and easiest way to
22
+        <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome.
23
+      </p>
24
+    </div>
25
+  </div>
26
+</section>