Skip to content

Instantly share code, notes, and snippets.

@irfaan
Created April 15, 2017 01:16
Show Gist options
  • Save irfaan/dea8f5fd1701a26558d7f8a540d3aacc to your computer and use it in GitHub Desktop.
Save irfaan/dea8f5fd1701a26558d7f8a540d3aacc to your computer and use it in GitHub Desktop.
// New Form
form.signup_form(method="post" action="")
//- Keyword + Intro
.card
//- Card Content
.card_content
//- Card Section
.card_section
//- Phone Number
.grid
//- Number
.cell
.field
label(for="location")
| Your Mobile Telephone Number
input(id="tel" type="tel" name="tel" placeholder="Your Mobile Phone #" autofocus value="")
.label_sub
| e.g. (512) 555-5555
//- Empty
.cell
.field
label
.form_note(id="form_note" name="form_note")
ul.actions
li
input.button.special(type="submit" value="See This Job")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment