summaryrefslogtreecommitdiffstats
path: root/themes/rusted/templates/_subscribe-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusted/templates/_subscribe-form.html')
-rw-r--r--themes/rusted/templates/_subscribe-form.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/rusted/templates/_subscribe-form.html b/themes/rusted/templates/_subscribe-form.html
new file mode 100644
index 0000000..9177ada
--- /dev/null
+++ b/themes/rusted/templates/_subscribe-form.html
@@ -0,0 +1,13 @@
+<div class="row">
+ <div class="col-md-1"></div>
+ <div class="col-md-10">
+ <div class="input-group input-group-lg">
+ <input type="email" class="form-control" placeholder="Enter your email" />
+ <span class="input-group-btn">
+ <input type="commit" class="btn btn-default btn-primary" value="Subscribe!" />
+ </span>
+ </div>
+ <span class="help-block small text-muted">Receive a weekly newsletter, every Monday. Easy to unsubscribe and no spam, promise.</span>
+ </div>
+ <div class="col-md-1"></div>
+</div>