summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-21 18:09:41 -0500
committerJules Laplace <jules@okfoc.us>2015-11-21 18:09:41 -0500
commitfc9e5305994c5c98d7960acf78615878e1d16dfe (patch)
tree7faf3a53f814a2b7eeba875dedb2d868bf34c514 /StoneIsland/www/index.html
parentd6eea989f63e1e51563daa64873ce33166bc28c0 (diff)
gender dropdown
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index ac2e5bf2..0b79c15d 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -320,6 +320,16 @@
<input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
<input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required>
<input type="date" name="Birthday" placeholder="BIRTHDAY" required>
+
+ <div class="select-wrapper">
+ <span>GENDER</span>
+ <select name="Gender">
+ <option value="NONE">Gender</option>
+ <option value="M">Male</option>
+ <option value="F">Female</option>
+ </select>
+ </div>
+
<h2>PASSWORD</h2>
<input type="password" name="Password" placeholder="PASSWORD (7 CHARACTERS OR MORE)" required>
<input type="password" name="Password2" placeholder="CONFIRM PASSWORD" required>