-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscribe.html
More file actions
71 lines (70 loc) · 2.98 KB
/
subscribe.html
File metadata and controls
71 lines (70 loc) · 2.98 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: Subscribe
sitemap:
exclude: 'yes'
---
<body>
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7_dtp.css" rel="stylesheet" type="text/css">
<div style="clear:left; border:1px solid #0f0; padding: 2%;">
<form action="https://github.us14.list-manage.com/subscribe/post?u=d01fb9dd9fae15e15a3292b94&id=0df015b36a"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank"
novalidate>
<div id="mc_embed_signup_scroll">
<h3><i class="fa fa-inbox fa-lg" aria-hidden="true"></i> Subscribe to our newsletter </h3>
<span style="color: #808080 ">Get the highlights in your inbox when there is a new post.</span>
<br></br>
<div class="mc-field-group">
<p></p>
<p>Email Address:</p>
<input type="email" value="" name="EMAIL" class="required email credentials" id="mce-EMAIL" tabindex="-1"
style="width: 100%">
</div>
<div class="mc-field-group">
<p></p>
<p>First Name:</p>
<input type="text" value="" name="FNAME" class="credentials" id="mce-FNAME" tabindex="-1">
</div>
<div class="mc-field-group">
<p></p>
<p>Last Name:</p>
<input type="text" value="" name="LNAME" class="credentials" id="mce-LNAME" tabindex="-1">
</div>
<div id="mce-responses" class="clear foot">
<p></p>
<div class="response" id="mce-error-response" style="display:none; color: #808080; font-size: 12px;"></div>
<div class="response" id="mce-success-response" style="display:none; font-size: 12px;"></div>
</div>
<!-- detect bot signups -->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_d01fb9dd9fae15e15a3292b94_0df015b36a" tabindex="-1" value=""></div>
<p style="font-size: 200%;"> </p>
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn" style='border: 1px solid #0f0; clear: both; width: auto; display: block; margin: unset; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
'>Subscribe</button>
<br></br>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function ($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
fnames[3] = 'ADDRESS';
ftypes[3] = 'address';
fnames[4] = 'PHONE';
ftypes[4] = 'phone';
fnames[5] = 'BIRTHDAY';
ftypes[5] = 'birthday';
}(jQuery));
var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</body>