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,29 @@
1
+---
2
+layout: base
3
+title: Thanks for subscribing!
4
+relative_path: ../
5
+---
6
+
7
+<div class="container">
8
+  <div class="row">
9
+    <div class="col-md-8 col-md-offset-2 margin-top-lg">
10
+      <div class="well well-lg margin-top-xl margin-bottom-none">
11
+        <h1>You're all set!</h1>
12
+        <p>
13
+          Thanks for signing up!
14
+          We'll send you email updates on new Font Awesome releases, icons, and other stuff that we're working on.
15
+          We won't spam you. Scout's honor!
16
+        </p>
17
+
18
+        <h2>What's next?</h2>
19
+        <p>
20
+          Want to see what we're working on next? Check out Fort Awesome! We're making it easy to put the perfect icons
21
+          on your website. Pick from gorgeous, comprehensive icon sets or copy and paste your own vector icons.
22
+        </p>
23
+
24
+        <a href="https://fortawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=subscribe_thanks&utm_campaign=promo_{{ site.fontawesome.minor_version }}_update" class="btn btn-lg btn-success">Check out Fort Awesome!</a>
25
+
26
+      </div>
27
+    </div>
28
+  </div>
29
+</div>