Skip to content

Instantly share code, notes, and snippets.

@thomasbennett
Created March 21, 2013 20:55
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 thomasbennett/5216645 to your computer and use it in GitHub Desktop.
Save thomasbennett/5216645 to your computer and use it in GitHub Desktop.
<div class="eight columns">
<label>Store Name</label>
<a class="edit edited"><input type="text" value="Kate's Flowers"><span class="icon">d</span></a>
<label>Store Name</label>
<a class="edit">
<textarea id="js-store-name" class="count-check"></textarea>
<span class="icon">d</span>
</a>
<span class="count-help">
<span class="count-limit">200</span> characters remaining
</span>
<label>The Story of Kate's Flowers</label>
<textarea id="js-story-of" class="count-check"></textarea>
<span class="count-help">
<span class="count-limit">200</span> characters remaining
</span>
<label>Store tag line</label>
<input id="js-tag-line" type="text" class="count-check">
<span class="count-help input-match">
<span class="count-limit">40</span> characters remaining
</span>
<a class="cta">SAVE</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment