Highlight

Code

<div class="featured-footer featured-footer-newsletter background-secondary">
  <div class="container">
    <p><i data-feather="mail" stroke-width="1"></i></p>
    <h2>Sign up to our Newsletter</h2>
    <p>A fresh new issue delivered monthly</p>
    <form action="https://www.eclipse.org/sponsor/process.php" method="post" target="_blank">
      <div class="form-group">
        <input type="hidden" name="type" value="newsletter">
        <input type="email" value="" name="email" class="textfield-underline form-control" id="mce-EMAIL" placeholder="Email">
      </div>
      <input type="submit" value="Subscribe" name="subscribe" class="button btn btn-warning">
    </form>
  </div>
</div>