Added user type menu

This commit is contained in:
CommanderStrax 2015-12-23 20:11:25 -06:00
parent 782eecb70c
commit b676a1425a

View file

@ -18,6 +18,14 @@
<h1 style="color: #69D2E7; font-size: 75px;">Register Yourself</h1>
<hr style="margin-left: 10em; margin-right: 10em;">
<br>
<div class="ui input">
<select name="type" id="type" data-width="auto">
<option value="1">US Middle/High School Student</option>
<option value="2">Middle/High School Teacher</option>
<option value="3">Non-US/Non-Student/Observer</option>
</select>
</div>
<br><br>
<div class="ui input">
<input type="text" placeholder="Username" style="width:50em;">
</div>