-
Notifications
You must be signed in to change notification settings - Fork 0
/
pg-newsletter.html
45 lines (39 loc) · 1.99 KB
/
pg-newsletter.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
<html>
<head>
<meta charset="utf8">
<title>PG Email Newsletter</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style>
body {
margin: 0;
padding: 1em;
color: #0099ff;
background-color: #000;
}
#mc_embed_signup{background: transparent; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
#mc_embed_signup .button {background-color: #fff !important; border: 1px solid #000 !important;}
#mc_embed_signup .button:hover {background-color:#000 !important; color: #fff !important; border: 1px solid #fff !important;}
</style>
</head>
<body>
<div id="mc_embed_signup">
<form action="https://divashopblog.us14.list-manage.com/subscribe/post?u=e1f892bc40f6b2d0611768926&id=eac1cc928e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="Email Address" name="EMAIL" class="required email" id="mce-EMAIL">
</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_e1f892bc40f6b2d0611768926_eac1cc928e" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</body>
</html>