Sha256: 65c6306b2adc48b5735b87d756774f382336a24e229443424215b798026fdd2f

Contents?: true

Size: 751 Bytes

Versions: 13

Compression:

Stored size: 751 Bytes

Contents

<div class="contact-form">
  <h4 class="form-instruction">Get in touch using the form below</h4>

  <form  action="https://formspree.io/f/{{ site.formspree }}" method="post" >

    <label for="name">Enter your name</label>
    <input type="text" class="form-element" name="name" id="name" placeholder="Your Name" required>

    <label for="email">Enter your email</label>
    <input type="text" class="form-element" name="email" id="email" placeholder="Your email" required>

    <label for="message">Enter your message</label>
    <textarea class="form-element" rows="5" name="message" id="message" placeholder="Your Message" required></textarea>

    <button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>

  </form>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
slow-steps-0.3.3 _includes/contact-form.html
slow-steps-0.3.2 _includes/contact-form.html
slow-steps-0.3.1 _includes/contact-form.html
slow-steps-0.3.0 _includes/contact-form.html
slow-steps-0.2.1 _includes/contact-form.html
slow-steps-0.2.0 _includes/contact-form.html
slow-steps-0.1.13 _includes/contact-form.html
slow-steps-0.1.12 _includes/contact-form.html
slow-steps-0.1.11 _includes/contact-form.html
slow-steps-0.1.10 _includes/contact-form.html
slow-steps-0.1.9 _includes/contact-form.html
slow-steps-0.1.8 _includes/contact-form.html
slow-steps-0.1.7 _includes/contact-form.html