1
0
Fork 0

added markup for donation button (hidden by CSS rule)

2015
joates 10 years ago
parent f9cf570268
commit 71f259c429

@ -19,22 +19,32 @@
<li><a href="#"><i class="icon-chevron-right"></i> Code</a></li> <li><a href="#"><i class="icon-chevron-right"></i> Code</a></li>
<li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li> <li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li>
</ul> </ul>
<br /><br /><br />
<ul class="nav nav-list"> <br /><br />
<form>
<fieldset> <ul class="nav nav-list">
<legend>JOIN US</legend> <form>
<label class="text-info">Enter your email..</label> <fieldset>
<input type="text"> <legend>JOIN US</legend>
<span class="help-block">we'll send you info about future events</span> <label class="text-info">Enter your email..</label>
<label class="checkbox text-info"> <input type="text">
<input type="checkbox"> attend Paris2014 <span class="help-block">we'll send you info about future events</span>
</label> <label class="checkbox text-info">
<button type="submit" class="btn">Send</button> <input type="checkbox"> attend Paris2014
</fieldset> </label>
</form> <button type="submit" class="btn">Send</button>
</ul> </fieldset>
</form>
</ul>
<br /><br />
<ul class="nav nav-list invisible">
<fieldset>
<legend>SUPPORT US</legend>
<button type="submit" class="btn">Donate BTC</button>
</fieldset>
</ul>
</div> </div>

@ -19,22 +19,32 @@
<li><a href="#"><i class="icon-chevron-right"></i> Code</a></li> <li><a href="#"><i class="icon-chevron-right"></i> Code</a></li>
<li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li> <li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li>
</ul> </ul>
<br /><br /><br />
<ul class="nav nav-list"> <br /><br />
<form>
<fieldset> <ul class="nav nav-list">
<legend>JOIN US</legend> <form>
<label class="text-info">Enter your email..</label> <fieldset>
<input type="text"> <legend>JOIN US</legend>
<span class="help-block">we'll send you info about future events</span> <label class="text-info">Enter your email..</label>
<label class="checkbox text-info"> <input type="text">
<input type="checkbox"> attend Paris2014 <span class="help-block">we'll send you info about future events</span>
</label> <label class="checkbox text-info">
<button type="submit" class="btn">Send</button> <input type="checkbox"> attend Paris2014
</fieldset> </label>
</form> <button type="submit" class="btn">Send</button>
</ul> </fieldset>
</form>
</ul>
<br /><br />
<ul class="nav nav-list invisible">
<fieldset>
<legend>SUPPORT US</legend>
<button type="submit" class="btn">Donate BTC</button>
</fieldset>
</ul>
</div> </div>

Loading…
Cancel
Save