Created
April 15, 2017 01:16
-
-
Save irfaan/dea8f5fd1701a26558d7f8a540d3aacc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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