|
|
@ -23,14 +23,15 @@
|
|
|
|
<br /><br />
|
|
|
|
<br /><br />
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="nav nav-list">
|
|
|
|
<ul class="nav nav-list">
|
|
|
|
<form method="GET" action="http://clevo:8000/email">
|
|
|
|
<!-- WARNING: This only works for development system (localhost) -->
|
|
|
|
|
|
|
|
<form method="GET" action="http://localhost:8000/email">
|
|
|
|
<fieldset>
|
|
|
|
<fieldset>
|
|
|
|
<legend>JOIN US</legend>
|
|
|
|
<legend>JOIN US</legend>
|
|
|
|
<label class="text-info">Enter your email..</label>
|
|
|
|
<label class="text-info">Enter your email..</label>
|
|
|
|
<input type="text" name="email">
|
|
|
|
<input type="text" name="email">
|
|
|
|
<span class="help-block">we'll send you info about future events</span>
|
|
|
|
<span class="help-block">we'll send you info about future events</span>
|
|
|
|
<label class="checkbox text-info">
|
|
|
|
<label class="checkbox text-info">
|
|
|
|
<input type="checkbox" name="paris"> Nov 2014 (Paris)
|
|
|
|
<input type="checkbox" name="paris"> Paris Nov.2014?
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<button type="submit" class="btn">Send</button>
|
|
|
|
<button type="submit" class="btn">Send</button>
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
|