fixed, reworked and simplyfied and added example content in markdown

This commit is contained in:
rac2030 2017-02-28 04:36:18 +01:00
parent bdf28fd018
commit ff46ccae8b
15 changed files with 335 additions and 286 deletions

View 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 >}}