-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathemail-signup-horizontal.pug
More file actions
25 lines (25 loc) · 1.52 KB
/
email-signup-horizontal.pug
File metadata and controls
25 lines (25 loc) · 1.52 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
|<!-- Begin Mailchimp Signup Form -->
|<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
|<style type="text/css">
| #mc_embed_signup {clear:left; width:100%;}
| #mc_embed_signup input {font:14px Helvetica,Arial,sans-serif; }
|
| #mc_embed_signup label { font-size: 1.2em; line-height: 1.2em; }
| /* 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: #55F; }
|</style>
|<div id="mc_embed_signup">
|<form action="https://github.us18.list-manage.com/subscribe/post?u=26af7d1564af1d149f5ed656d&id=be5c05f542" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
| <div id="mc_embed_signup_scroll">
| <label for="mce-EMAIL">Subscribe for updates!</label>
| <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
| <!-- 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_26af7d1564af1d149f5ed656d_be5c05f542" tabindex="-1" value=""></div>
| <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
| </div>
|</form>
|</div>
|
|<!--End mc_embed_signup-->