diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rwxr-xr-x | StoneIsland/www/index.html | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 73eed267..75a546d1 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -420,9 +420,34 @@ Receive Stone Island Newsletter </div> <div class="toggle"> - <input type="checkbox" id="receive-newsletter" name="YooxLetter" class="switch" value="true"> - <label for="receive-newsletter"></label> - </div> + <input type="checkbox" id="receive-newsletter-profile" name="YooxLetter" class="switch" value="true"> + <label for="receive-newsletter-profile"></label> + </div> + </div> + <div class="container-row"> + <div class="checkbox-container"> + <div class="checkbox-row"> + <div class="checkbox-toggle"> + <input id="checkbox-data-profiling-profile" type="checkbox" name="DataProfiling" value="true" required> + <label for="checkbox-data-profiling-profile"></label> + </div> + <label class="checkbox-caption" for="checkbox-data-profiling-profile"> + I agree that YOOX and SPORTSWEAR COMPANY may collect my personal information for marketing purposes (newsletters, news and promotions). + </label> + </div> + <div class="checkbox-row"> + <div class="checkbox-toggle"> + <input type="checkbox" id="checkbox-shopping-data-profiling-profile" name="DataProfiling2" value="true" required> + <label for="checkbox-shopping-data-profiling-profile"></label> + </div> + <label class="checkbox-caption" for="checkbox-shopping-data-profiling-profile"> + I agree that YOOX NET-A-PORTER GROUP and SPORTSWEAR COMPANY may collect my personal information for creating a profile of my shopping habits. + </label> + </div> + <div class="privacy-msg"> + Consult our <u>PRIVACY POLICY</u> for further information. + </div> + </div> </div> </div> <div class="container-fill"> |
