Skip to content

Instantly share code, notes, and snippets.

@congthien
Last active May 10, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congthien/a42e1d62f9ad76d7ca03ced77ce2109d to your computer and use it in GitHub Desktop.
Save congthien/a42e1d62f9ad76d7ca03ced77ce2109d to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-md-6">
<p><span class="large-label">Your Name (*)</span><br />
[text* your-name] </p>
</div>
<div class="col-md-6">
<p><span class="large-label">Your Email (*)</span><br />
[email* your-email] </p>
</div>
</div>
<p><span class="large-label">Subject</span><br />
[text your-subject] </p>
<p><span class="large-label">Your Message</span><br />
[textarea your-message] </p>
<div class="contact-submit">
<p>[submit "Send"]</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment