Skip to content

Instantly share code, notes, and snippets.

@jaspertandy
Created October 4, 2011 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaspertandy/1261568 to your computer and use it in GitHub Desktop.
Save jaspertandy/1261568 to your computer and use it in GitHub Desktop.
<div id="competition" class="pushSidebar contentWrap">
<div id="innerWrap" class="clearFix">
<div id="primary">
<h1>Win a pair of Supra Blah</h1>
<p class="intro">Fill in your details to win.</p>
<form action="/competition/enter" method="post">
<fieldset>
<div class="field">
<label for="name">Name</label>
<input type="text" class="text all" name="name"/>
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" class="text all" name="email"/>
</div>
</fieldset>
<fieldset>
<div class="field indent">
<p><strong>What is the something something that did a kickflip oh man blah blah long question?</strong></p>
</div>
<div class="field radio">
<input type="radio" class="radio" name="answer" id="answer-1"/>
<label for="answer-1">Answer 1</label>
</div>
<div class="field radio">
<input type="radio" class="radio" name="answer" id="answer-2"/>
<label for="answer-2">Answer 2</label>
</div>
<div class="field radio">
<input type="radio" class="radio" name="answer" id="answer-3"/>
<label for="answer-3">Answer 3</label>
</div>
</fieldset>
<fieldset>
<div class="field checkbox">
<input type="checkbox" class="checkbox" name="subscribe" id="subscribe"/>
<label for="subscribe">Subscribe me to the Bored mailing list</label>
</div>
<div class="field indent">
<input type="image" src="/media/images/enter-competition.png" value="Enter"/>
</div>
</fieldset>
</form>
<div class="image">
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment