mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
33 lines
No EOL
2.2 KiB
HTML
33 lines
No EOL
2.2 KiB
HTML
<!-- Begin Subscribe Section -->
|
|
<section id="subscribe" class="subscribe image-section parallax" style="background-image: url({{ site.baseurl }}/img/subscribe.jpg);">
|
|
<div class="overlay solid-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>
|
|
<span class="subscribe-info">Registration will be open around end of August. Number of tickets are limited. Stay tuned!</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- End Subscribe Section --> |