Line | |
---|
1 | +++ |
---|
2 | title = "Contact" |
---|
3 | weight = 40 |
---|
4 | draft = false |
---|
5 | +++ |
---|
6 | |
---|
7 | <form method="post" action="#"> |
---|
8 | <div class="field half first"> |
---|
9 | <label for="name">Name</label> |
---|
10 | <input type="text" name="name" id="name" /> |
---|
11 | </div> |
---|
12 | <div class="field half"> |
---|
13 | <label for="email">Email</label> |
---|
14 | <input type="text" name="email" id="email" /> |
---|
15 | </div> |
---|
16 | <div class="field"> |
---|
17 | <label for="message">Message</label> |
---|
18 | <textarea name="message" id="message" rows="4"></textarea> |
---|
19 | </div> |
---|
20 | <ul class="actions"> |
---|
21 | <li><input type="submit" value="Send Message" class="special" /></li> |
---|
22 | <li><input type="reset" value="Reset" /></li> |
---|
23 | </ul> |
---|
24 | </form> |
---|
25 | |
---|
26 | {{< socialLinks >}} |
---|
Note: See
TracBrowser for help on using the repository browser.