summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-17 19:02:53 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-17 19:02:53 -0600
commitf37368ef12ac719b18cbc7eacd62fe7f39c0e9dd (patch)
tree8491db48b798735064eccdce7abf09510476c093 /StoneIsland/www/index.html
parenta8d09a3420a94531d465057339a3e5b42a05c761 (diff)
updated 'profile' css
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 6fb061b1..2725323a 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -232,14 +232,39 @@
<input type="text" name="Name" placeholder="FIRST NAME" required>
<input type="text" name="Surname" placeholder="LAST NAME" required>
<input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
+ <!--
<select name="Gender">
<option value="M">Male</option>
<option value="F">Female</option>
</select>
+ -->
+ <div class="half-input">
+ <input type="text" name="Zip" placeholder="ZIP" required>
+ <div id="country-wrapper">
+ <div id="country-select">
+ <input type="text" name="Country" placeholder="UNITED STATES" required>
+ </div>
+ </div>
+ </div>
+
<h2>CHANGE PASSWORD</h2>
<input type="password" name="CurrentPassword" placeholder="CURRENT PASSWORD" required>
<input type="password" name="NewPassword" placeholder="NEW PASSWORD (7 CHARACTERS OR MORE)" required>
<span class="msg"></span>
+ <div id="newsletter">
+ <div class="caption">
+ <h3>Newsletter</h3>
+ Receive Stone Island Newsletter
+ </div>
+ <div class="toggle">
+ <div class="toggle-switch">
+ <input type="checkbox" name="switch" id="switch">
+ <label for="switch"></label>
+ </div>
+ </div>
+ </div>
+ <div id="newsletter-info">* Your personal and payment<br>
+ information will always remain private</div>
</form>
</div>