Created
January 26, 2016 16:59
-
-
Save antonkorotkov/dd78b23b27ba40a599ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
#mc-embedded-subscribe { | |
background: #b0d26b none repeat scroll 0 0 !important; | |
border-bottom: 0 none !important; | |
float: left; | |
font-size: 14px !important; | |
height: 40px; | |
min-width: 20px !important; | |
opacity: 1; | |
padding: 0 !important; | |
width: 25%; | |
} | |
#mc-embedded-subscribe:hover { | |
background: #87a941 none repeat scroll 0 0 !important; | |
} | |
#mce-EMAIL { | |
background: #fff none repeat scroll 0 0; | |
border-radius: 0; | |
border-style: solid; | |
border-width: 2px; | |
box-sizing: border-box; | |
color: #404040; | |
display: block; | |
font: 15px/19px Helvetica,Arial,sans-serif; | |
height: 40px; | |
outline: medium none; | |
padding: 5px 7px; | |
width: 60%; | |
float:left; | |
margin-right: 10px; | |
} | |
</style> | |
<!-- Begin MailChimp Signup Form --> | |
<div id="mc_embed_signup"> | |
<form action="//financialtherapynetwork.us10.list-manage.com/subscribe/post?u=f4ad6de0476bc15655144bbd6&id=3b34be716d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> | |
<div id="mc_embed_signup_scroll"> | |
<strong style="color:white;font-size:16px;">Subscribe to our email newsletter</strong> | |
<p style="width: 60%;">Receive important updates and exclusive offers as a subscriber to our email newsletter.</p> | |
<div class="mc-field-group"> | |
<input type="email" value="" placeholder="Email Address" name="EMAIL" class="required email" id="mce-EMAIL"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> | |
</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_f4ad6de0476bc15655144bbd6_3b34be716d" tabindex="-1" value=""></div> | |
<div class="clear"></div> | |
</div> | |
</form> | |
</div> | |
<!--End mc_embed_signup--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment