datamad2017/_includes/subscribe.html

32 lines
2 KiB
HTML
Raw Normal View History

2014-07-28 21:27:01 +02:00
<!-- Begin Subscribe Section -->
<section id="subscribe" class="parallax" style="background-image: url({{ site.baseurl }}/img/subscribe.jpg);">
<div class="overlay"></div>
<div class="content-wrapper">
<div class="col-lg-8 col-lg-offset-2 animated hiding" data-animation="fadeInUp" data-delay="0">
<h3>Subscribe for updates</h3>
<div id="mc_embed_signup" class="col-lg-8 col-sm-8 col-lg-offset-2 col-sm-offset-2">
<form action="{{site.subscribeAction}}" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group col-lg-9 col-sm-9 col-xs-12">
<span class="email waves-element waves-button waves-light bordered">
<input type="email" value="" name="EMAIL" class="required" id="mce-EMAIL" placeholder="your@email.com" autocomplete="off">
</span>
</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;">
<input type="text" name="b_9fc8aa205b0521b5f05fc8e1e_ae0fb459fc" tabindex="-1" value="">
</div>
<div class="mc-submit-group clear col-lg-3 col-sm-3 col-xs-12">
<span class="button waves-element waves-button waves-light bordered">
<input type="submit" value="Submit" name="subscribe" id="mc-embedded-subscribe">
</span>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Subscribe Section -->