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,16 @@
1
+<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
2
+  <div class="row">
3
+    <div class="col-md-4 col-md-offset-2 col-sm-6">
4
+      <div class="form-group margin-bottom">
5
+        <input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address&hellip;" required>
6
+      </div>
7
+    </div>
8
+    <div class="col-md-4 col-sm-6">
9
+      <button type="submit" class="btn btn-success btn-block margin-bottom-lg"
10
+          data-toggle="popover" data-trigger="hover" data-placement="top" title="Stay up to date with the Awesome"
11
+          data-content="We'll send you updates on new Font Awesome releases, icons, and other stuff that we're working on. We won't spam you. Scout's honor.">
12
+        Subscribe to Font Awesome Updates&nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i>
13
+      </button>
14
+    </div>
15
+  </div>
16
+</form>