-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubscribe.html
104 lines (97 loc) · 2.89 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: default
permalink: /subscribe.html
---
<!--
More info
- https://blog.webjeda.com/jekyll-contact-form/
- https://www.youtube.com/watch?v=zhHY4tWpFz4
-->
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<style type="text/css" media="screen">
#mc_embed_signup {
margin: 30px 0;
line-height: 2;
text-align: left;
}
</style>
<div class="container">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form
action="https://developerlife.us14.list-manage.com/subscribe/post?u=c2470ddfa863eb8ace707651b&id=9996291d55"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_self"
novalidate
>
<blockquote>
<style type="text/css" media="screen">
blockquote #mc_embed_signup_scroll * {
font-size: 1.1em;
}
</style>
<h1>Find out when new content is posted by subscribing</h1>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label>
<input
type="email"
value=""
name="EMAIL"
class="required email"
id="mce-EMAIL"
/>
</div>
<div id="mce-responses" class="clear foot">
<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_c2470ddfa863eb8ace707651b_9996291d55"
tabindex="-1"
value=""
/>
</div>
<div class="optionalParent">
<div class="clear foot">
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
<p class="brandingLogo" style="display: none">
<a
href="http://eepurl.com/hYR4en"
title="Mailchimp - email marketing made easy and fun"
><img
src="https://eep.io/mc-cdn-images/template_images/branding_logo_text_dark_dtp.svg"
/></a>
</p>
</div>
</div>
</div>
</blockquote>
</form>
</div>
<!--End mc_embed_signup-->
</div>