Skip to content

Instantly share code, notes, and snippets.

@hendricius
Created May 24, 2013 00:02
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 hendricius/5640419 to your computer and use it in GitHub Desktop.
Save hendricius/5640419 to your computer and use it in GitHub Desktop.
.right-icon-wrapper
.row-fluid.top-indicator
.left.span2
i.icon-double-angle-left
.right.span10  
.row-fluid.bottom-content
.left.span2
| 
.left-icons
span {% t send_message %}
.right.span10
h4 {% t have_a_question %}
p {% t we_enjoy_consulting_you %}
form accept-charset="UTF-8" action="{{ site.contact_form_path }}" method="post"
input.name name="name" placeholder="{% t enter_name %}" required="required" type="text"
input.email name="email" placeholder="{% t enter_email %}" required="required" type="email"
textarea.message name="message" placeholder="{% t message %}" required="required" type="text"
input.btn name="submit" type="submit" value="{% t send %}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment