-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add newsletter form in bottom of posts (#30)
- Loading branch information
1 parent
8bfd51b
commit 053ce94
Showing
5 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<hr> | ||
<section id="newsletter" class="animated fadeInUp"> | ||
<div id="mc_embed_shell"> | ||
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css"> | ||
<div id="mc_embed_signup" style="text-align: center;"> | ||
<form action="https://github.us21.list-manage.com/subscribe/post?u=be74f5f2756c9c87d99733d03&id=5ce36dd830&f_id=00cd9ee6f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_self" novalidate=""> | ||
<div id="mc_embed_signup_scroll"><h2>Subscribe to receive the latest blog posts</h2> | ||
<div class="mc-field-group"><label for="mce-EMAIL">E-mail address <span class="asterisk">* </span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></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> | ||
<div style="position: absolute; left: -5000px;" aria-hidden="true"> | ||
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */ | ||
<input type="text" name="b_be74f5f2756c9c87d99733d03_5ce36dd830" tabindex="-1" value=""> | ||
</div> | ||
<br> | ||
<div class="optionalParent"> | ||
<div class="clear foot"> | ||
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe"> | ||
<p style="margin: 0px auto;"><a href="http://eepurl.com/iURlnI" title="Mailchimp"><span style="display: inline-block; background-color: transparent; border-radius: 4px;"></span></a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
</section><!-- Newsletter Subscription --> |
This file contains 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
This file contains 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