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,65 @@
1
+---
2
+layout: base
3
+title: Your Embed Code is on the way!
4
+relative_path: ../../
5
+---
6
+
7
+<div class="container">
8
+  <div class="row margin-top-xl">
9
+    <div class="col-lg-7">
10
+      <div class="well well-lg margin-bottom-xl">
11
+        <h1 class="page-header text-success">
12
+          <i class="fa fa-check"></i>
13
+          Great Success!
14
+        </h1>
15
+
16
+        <p class="lead">
17
+          <strong>Your embed code is on its way.</strong>
18
+        </p>
19
+
20
+        <p>
21
+          We just sent you an email with your new Font Awesome CDN embed code and instructions for what to do next!
22
+        </p>
23
+
24
+        <p>
25
+          If you don't see the email (sent by "Font Awesome") in your inbox, maybe check your spam folder first. Also, make sure you haven't previously unsubscribed. Still nothing? <a href="{{ page.relative_path }}get-started/#get-started-cdn">Try again</a> or <a href="https://cdn.fontawesome.com/help">get some help</a>.
26
+        </p>
27
+      </div>
28
+    </div>
29
+
30
+    <div class="col-lg-4 col-lg-offset-1">
31
+
32
+      <h2 class="sr-only">Next Steps</h2>
33
+
34
+      <ol class="list-unstyled gg gg-top">
35
+        <li class="gg-row">
36
+          <div class="gg-col p-xs-r-md">
37
+            <i class="fa fa-envelope fa-2x margin-right-lg text-muted"></i>
38
+          </div>
39
+          <div class="gg-col">
40
+            <h3 class="text-lg text-muted">Check your email</h3>
41
+
42
+            <p>
43
+              Your embed code should be waiting there for you. From there you can also register a Font Awesome CDN account to help you manage your icons even more easily.
44
+            </p>
45
+
46
+            <hr class="hr-lg m-xs-y-lg">
47
+          </div>
48
+        </li>
49
+
50
+        <li class="gg-row">
51
+          <div class="gg-col p-xs-r-md">
52
+            <i class="fa fa-flag-checkered fa-2x margin-right-lg text-muted"></i>
53
+          </div>
54
+          <div class="gg-col">
55
+            <h3 class="text-lg text-muted">Get ready to use Font Awesome</h3>
56
+
57
+            <p>
58
+              While you're waiting, dive into how to use Font Awesome. You'll want to add your embed code within the <code>&lt;head&gt;</code> of each template or page that you want to use Font Awesome on. Then, check out the <a href="{{ page.relative_path }}icons/">Font Awesome icons</a> and <a href="{{ page.relative_path }}examples/">examples</a> to learn how drop icons right into your UI.
59
+            </p>
60
+          </div>
61
+        </li>
62
+      </ol>
63
+    </div>
64
+  </div>
65
+</div>