summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html49
1 files changed, 37 insertions, 12 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index ec40ff95..acc2d62b 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -199,12 +199,20 @@
<div id="login">
<h1>LOGIN</h1>
<form>
- <input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
- <input type="password" name="Password" placeholder="PASSWORD" required>
-
- <span class="newuser">New User?</span>
-
- <span class="msg"></span>
+ <div class="container">
+ <div class="container-row">
+ <input style="margin-bottom:10px" type="email" name="Email" placeholder="EMAIL ADDRESS" required>
+ <input type="password" name="Password" placeholder="PASSWORD" required>
+ </div>
+ <div class="container-fill">
+ <div class="container-message premessage">
+ <span class="newuser">New User?</span>
+ </div>
+ <div class="container-message submessage">
+ <span class="msg"></span>
+ </div>
+ </div>
+ </div>
</form>
</div>
@@ -214,15 +222,32 @@
<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>
+ <input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required>
+ <input type="email" name="Birthday" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
<h2>PASSWORD</h2>
<input type="password" name="Password" placeholder="PASSWORD (7 CHARACTERS OR MORE)" required>
<input type="password" name="Password2" placeholder="CONFIRM PASSWORD" required>
- <input type="checkbox" name="DataProfiling" value="true" required> I agree to share my personal information with Stone Island.
- <span class="msg"></span>
+
+ <div class="checkbox-container">
+ <div class="checkbox-row">
+ <div class="checkbox-toggle">
+ <input id="checkbox-data-profiling" type="checkbox" name="DataProfiling" value="true" required>
+ <label for="checkbox-data-profiling"></label>
+ </div>
+ <div class="checkbox-caption">
+ I agree that YOOX and SPORTSWEAR COMPANY may collect my personal information for marketing purposes (newsletters, news and promotions).
+ </div>
+ </div>
+ <div class="checkbox-row">
+ <div class="checkbox-toggle">
+ <input type="checkbox" id="checkbox-shopping-data-profiling" name="ShoppingDataProfiling" value="true" required>
+ <label for="checkbox-shopping-data-profiling"></label>
+ </div>
+ <div class="checkbox-caption">
+ I agree that YOOX NET-A-PORTER GROUP and SPORTSWEAR COMPANY may collect my personal information for creating a profile of my shopping habits.
+ </div>
+ </div>
+ </div>
</form>
</div>