Created
March 21, 2013 20:55
-
-
Save thomasbennett/5216645 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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