forked from Git/hugo-story
Update layouts/partials/elements.html
This commit is contained in:
parent
2d7eb75a50
commit
d48e4d4c22
|
@ -273,7 +273,7 @@ print 'It took ' + i + ' iterations to sort the deck.';
|
|||
<!-- Form -->
|
||||
<section>
|
||||
<header>
|
||||
<h3>Form</h3>
|
||||
<h3>Contact</h3>
|
||||
</header>
|
||||
<div class="content">
|
||||
|
||||
|
@ -287,28 +287,6 @@ print 'It took ' + i + ' iterations to sort the deck.';
|
|||
<label for="email">Email</label>
|
||||
<input type="email" name="email" id="email" value="" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="department">Department</label>
|
||||
<select name="department" id="department">
|
||||
<option value="">- Category -</option>
|
||||
<option value="1">Manufacturing</option>
|
||||
<option value="2">Shipping</option>
|
||||
<option value="3">Administration</option>
|
||||
<option value="4">Human Resources</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="field third">
|
||||
<input type="radio" id="priority-low" name="priority" checked />
|
||||
<label for="priority-low">Low Priority</label>
|
||||
</div>
|
||||
<div class="field third">
|
||||
<input type="radio" id="priority-normal" name="priority" />
|
||||
<label for="priority-normal">Normal Priority</label>
|
||||
</div>
|
||||
<div class="field third">
|
||||
<input type="radio" id="priority-high" name="priority" />
|
||||
<label for="priority-high">High Priority</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="message">Message</label>
|
||||
<textarea name="message" id="message" rows="6"></textarea>
|
||||
|
@ -469,4 +447,4 @@ print 'It took ' + i + ' iterations to sort the deck.';
|
|||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
Loading…
Reference in New Issue