-
Notifications
You must be signed in to change notification settings - Fork 3
/
subscribe.html
33 lines (29 loc) · 1.77 KB
/
subscribe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
nav: Subscribe
title: Subscribe
lead: Subscribe to the Logsearch newsletter
---
<div class="mc-subscribe">
<p class="lead">Make sure you don't miss out on any Logsearch related news by signing up for our newsletter.</p>
<div class="row">
<div class="col-sm-4">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://logsearch.us8.list-manage2.com/subscribe/post?u=b97c05de5142b62514e21fcd8&id=7eab825938" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline" target="_blank" novalidate>
<div class="mc-field-group input-group">
<label for="mce-EMAIL" class="sr-only">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL" placeholder="Enter email">
<div style="position: absolute; left: -5000px;"><input type="text" name="b_b97c05de5142b62514e21fcd8_7eab825938" value=""></div>
<span class="input-group-btn"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-danger"></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-->
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>