Reworded registration options

This commit is contained in:
CommanderStrax 2015-12-23 22:48:41 -06:00
parent eb95fea8ff
commit 564a44ef61

View file

@ -22,16 +22,16 @@
<hr style="margin-left: 10em; margin-right: 10em;">
<br>
<form id="registration-form" action="return false;">
<select name="gender" class="ui dropdown" id="select" style="width: 50em;">
<option value="1">Student (U.S. High School or Middle School)</option>
<option value="2">Teacher (U.S. High School or Middle School)</option>
<option value="3">Other (Observer, Parent, Foreigner, etc.)</option>
</select>
<br><br>
<div class="ui input">
<input id="name" type="text" placeholder="Name" id="name" style="width:50em;">
</div>
<br><br>
<select name="gender" class="ui dropdown" id="select" style="width: 50em;">
<option value="1">US Middle/High School Student</option>
<option value="2">US Middle/High School Teacher</option>
<option value="3">Non-US/Non-Student/Observer</option>
</select>
<br><br>
<div class="ui input">
<input id="username" type="text" placeholder="Username" style="width:50em;">
</div>