Skip to content

Commit

Permalink
Created a MailChimp sign-up form.
Browse files Browse the repository at this point in the history
Added a MailChimp sign-up form at the bottom of the page just with the
fields 'Email' and 'Name'.
  • Loading branch information
luiscape committed Nov 4, 2013
1 parent 4e5e3a7 commit bb30cc2
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,27 +189,35 @@ <h3><b><a href="#">The Common Humanitarian Dataset</a></b></h3>
<header>
<h2>Stay connected.<strong> Sign-up for our mailing list:</strong></h2>
</header>
<div class="row">
<div class="6u">
<section>
<form method="post" action="#">
<div class="row half">
<div class="6u">
<input name="name" placeholder="Name" type="text" class="text" />
</div>
<div class="6u">
<input name="email" placeholder="Email" type="text" class="text" />
</div>
</div>

<div class="row half">
<div class="12u">
<a href="#" class="button button-icon icon icon-envelope">Send Message</a>
</div>
</div>
</form>

<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup" class="6u">
<section>
<form action="http://unocha.us2.list-manage.com/subscribe/post?u=83487eb1105d72ff2427e4bd7&amp;id=6fd988326c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div class="row half">
<div class="6u">
<input type="email" value="" name="EMAIL" class="text" id="mce-EMAIL" placeholder="Email" type="text">
</div>
<div class="6u">
<input type="text" value="" name="NAME" class="text" id="mce-NAME" placeholder="Name" type="text">
</div>
</div>

<div class="row half">
<div id="mce-responses" class="12u">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button button-icon icon icon-envelope"></div>
</div>
</section>
</div>
</form>
</div>

<!--End mc_embed_signup-->



<div class="6u">
<section>
<p>(Email disclaimer should go here -- or some explanation of what they will receive and the frequency, etc. )</p>
Expand Down

0 comments on commit bb30cc2

Please sign in to comment.