forked from jessesquires/jessesquires.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
56 lines (47 loc) · 2.71 KB
/
subscribe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: default
title: Subscribe
---
<div class="row">
<div><h1 class="text-center">Subscribe <i class="fa fa-envelope-o" aria-hidden="true"></i></h1><br/></div>
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<p class="lead">Never miss a post! Get each article that I write delivered directly to your inbox.
It will be awesome. I write on weekly or monthly basis. No spam — just articles about iOS, Swift, Objective-C, and more!
</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//jessesquires.us12.list-manage.com/subscribe/post?u=5230bf0236a0adb19995a2eb4&id=faeceaf780"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank" novalidate>
<div class="form-group">
<label for="mce-EMAIL" class="text-danger">Email address <span class="asterisk text-danger">*</span></label>
<input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Enter your email">
</div>
<br/>
<div class="form-group">
<label for="mce-FNAME">First name</label>
<input type="text" value="" name="FNAME" class="form-control" id="mce-FNAME" placeholder="optional">
</div>
<div class="form-group">
<label for="mce-LNAME">Last name</label>
<input type="text" value="" name="LNAME" class="form-control" id="mce-LNAME" placeholder="optional">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_5230bf0236a0adb19995a2eb4_faeceaf780" tabindex="-1" value="">
</div>
<div class="clear">
<button id="mc-embedded-subscribe" type="submit" name="subscribe" class="btn btn-subscribe btn-lg btn-block">Subscribe now</button>
</div>
<p class="text-center text-muted"><small><b>No spam. I'll never share your email address and you can opt out at any time.</b></small></p>
</form>
</div> <!-- mc_embed_signup -->
</div> <!-- col -->
</div> <!-- row -->