diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 25 |
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> |
