forked from Squatconf/Website
added box around form [needs more work]
This commit is contained in:
parent
72e667143e
commit
f9cf570268
|
@ -21,18 +21,20 @@
|
|||
</ul>
|
||||
<br /><br /><br />
|
||||
|
||||
<ul class="nav nav-list">
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>JOIN US</legend>
|
||||
<label>Enter your email..</label>
|
||||
<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">
|
||||
<input type="checkbox"> attending Paris2014?
|
||||
<label class="checkbox text-info">
|
||||
<input type="checkbox"> attend Paris2014
|
||||
</label>
|
||||
<button type="submit" class="btn">Send</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -21,18 +21,20 @@
|
|||
</ul>
|
||||
<br /><br /><br />
|
||||
|
||||
<ul class="nav nav-list">
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>JOIN US</legend>
|
||||
<label>Enter your email..</label>
|
||||
<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">
|
||||
<input type="checkbox"> attending Paris2014?
|
||||
<label class="checkbox text-info">
|
||||
<input type="checkbox"> attend Paris2014
|
||||
</label>
|
||||
<button type="submit" class="btn">Send</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue