summaryrefslogtreecommitdiffstats
path: root/themes/rusted/templates/_subscribe-form.html
blob: 39a29918e49e54e7885a44f817e57255f8c67b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="row">
  <div class="col-sm-1"></div>
  <div class="col-sm-10">
    <form action="//this-week-in-rust.us11.list-manage.com/subscribe/post?u=fd84c1c757e02889a9b08d289&amp;id=0ed8b72485" method="post" novalidate>
      <!-- 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_fd84c1c757e02889a9b08d289_0ed8b72485" tabindex="-1" value=""></div>
      <div class="input-group input-group-lg">
        <input type="email" name="EMAIL" class="form-control" placeholder="Enter your email" />
        <span class="input-group-btn">
          <input type="submit" name="subscribe" class="btn btn-default btn-primary" value="Subscribe!" />
        </span>
      </div>
      <span class="help-block small text-muted">Receive a weekly newsletter, every Tuesday. Easy to unsubscribe and no spam, promise.</span>
    </form>
  </div>
  <div class="col-sm-1"></div>
</div>