fixed, reworked and simplyfied and added example content in markdown
This commit is contained in:
parent
bdf28fd018
commit
ff46ccae8b
15 changed files with 335 additions and 286 deletions
25
exampleSite/content/contact.md
Normal file
25
exampleSite/content/contact.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
+++
|
||||
title = "Contact"
|
||||
id = "contact"
|
||||
+++
|
||||
|
||||
<form method="post" action="#">
|
||||
<div class="field half first">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" name="name" id="name" />
|
||||
</div>
|
||||
<div class="field half">
|
||||
<label for="email">Email</label>
|
||||
<input type="text" name="email" id="email" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="message">Message</label>
|
||||
<textarea name="message" id="message" rows="4"></textarea>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
<li><input type="submit" value="Send Message" class="special" /></li>
|
||||
<li><input type="reset" value="Reset" /></li>
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
{{< socialLinks >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue