Welcome to mirror list, hosted at ThFree Co, Russian Federation.

newsletter-subscribe.html « _includes « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd8916cff66d082080033d077aad1edd324e162b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
  <div class="row">
    <div class="col-md-4 col-md-offset-2 col-sm-6">
      <div class="form-group margin-bottom">
        <input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address&hellip;" required>
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <button type="submit" class="btn btn-success btn-block margin-bottom-lg"
          data-toggle="popover" data-trigger="hover" data-placement="top" title="Stay up to date with the Awesome"
          data-content="We'll send you updates on new Font Awesome releases, icons, and other stuff that we're working on. We won't spam you. Scout's honor.">
        Subscribe to Font Awesome Updates&nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i>
      </button>
    </div>
  </div>
</form>