added markup for donation button (hidden by CSS rule)

This commit is contained in:
joates 2014-09-18 00:28:36 +01:00
parent f9cf570268
commit 71f259c429
2 changed files with 50 additions and 30 deletions

View file

@ -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> Tables</a></li>
</ul>
<br /><br /><br />
<ul class="nav nav-list">
<form>
<fieldset>
<legend>JOIN US</legend>
<label class="text-info">Enter your email..</label>
<input type="text">
<span class="help-block">we'll send you info about future events</span>
<label class="checkbox text-info">
<input type="checkbox"> attend Paris2014
</label>
<button type="submit" class="btn">Send</button>
</fieldset>
</form>
</ul>
<br /><br />
<ul class="nav nav-list">
<form>
<fieldset>
<legend>JOIN US</legend>
<label class="text-info">Enter your email..</label>
<input type="text">
<span class="help-block">we'll send you info about future events</span>
<label class="checkbox text-info">
<input type="checkbox"> attend Paris2014
</label>
<button type="submit" class="btn">Send</button>
</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>

View file

@ -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> Tables</a></li>
</ul>
<br /><br /><br />
<ul class="nav nav-list">
<form>
<fieldset>
<legend>JOIN US</legend>
<label class="text-info">Enter your email..</label>
<input type="text">
<span class="help-block">we'll send you info about future events</span>
<label class="checkbox text-info">
<input type="checkbox"> attend Paris2014
</label>
<button type="submit" class="btn">Send</button>
</fieldset>
</form>
</ul>
<br /><br />
<ul class="nav nav-list">
<form>
<fieldset>
<legend>JOIN US</legend>
<label class="text-info">Enter your email..</label>
<input type="text">
<span class="help-block">we'll send you info about future events</span>
<label class="checkbox text-info">
<input type="checkbox"> attend Paris2014
</label>
<button type="submit" class="btn">Send</button>
</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>