Sha256: 743d175a9dad94ca2baedfb59ac07df286cb3fc049dc596c174d96adf9f28c14

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 KB

Contents

<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="exampleModalLabel">Contact</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        <form method="post">
            <h2 class="text-center">Contact us</h2>
            <p>Keep in touch with us</p>
            <div class="form-group"><input type="text" name="name" placeholder="Name" class="form-control" /></div>
            <div class="form-group">
              <input type="email" name="email" placeholder="Email" class="form-control" />
              <small class="form-text text-danger">Please enter a correct email address.</small>
            </div>
            <div class="form-group"><textarea rows="10" name="message" placeholder="Message" class="form-control"></textarea></div>
            <div class="form-group"><button class="btn btn-primary" type="submit">send </button></div>
        </form>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
web-mapping-leaflet-0.2.1 _includes/contact.html
web-mapping-leaflet-0.2.0 _includes/contact.html
web-mapping-leaflet-0.1.4 _includes/contact.html
web-mapping-leaflet-0.1.3 _includes/contact.html
web-mapping-leaflet-0.1.2 _includes/contact.html
web-mapping-leaflet-0.1.1 _includes/contact.html
web-mapping-leaflet-0.1.0 _includes/contact.html