-
Notifications
You must be signed in to change notification settings - Fork 3
/
shopAtZara.html
96 lines (91 loc) · 5 KB
/
shopAtZara.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./styles/shopAtZara.css">
</head>
<body>
<div>
<div id="help_subdiv_PS">
<div>
<p>SHOP AT ZARA.COM</p>
</div>
<div>
<div class="different_section_main_PS">
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button id="btn_detail">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-registered-user.svg?ts=1550654368093"
alt="">
<p>YOUR ZARA ACCOUNT</p>
</button>
</div>
<div id="detailing_zara_PS">
<div>
<div> <img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-registered-user.svg?ts=1550654368093" alt=""></div>
<div><p>YOUR ZARA ACCOUNT</p></div>
</div>
<div id="elaborate_zara">
<p>On Zara.com you can complete your purchase either as a GUEST or a REGISTERED customer.
Registering is very easy. We will only ask you for the information we need to speed up the purchase process.
You will find format examples in the registration form to help you when you enter details such as your telephone number.
Your order information will always be available to you through the link your account if you are a registered client or through the link we send you in your confirmation email if you are a guest customer.
What’s more, now you’ve got your ZARA QR. You can find it by logging on to the Zara APP, registering as a customer and going to the “Purchases” section. You can link all your purchases to this ZARA QR, both online and from physical stores.</p>
</div>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button>
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-order-settings.svg?ts=1550654368093"
alt="">
<p>ORDER MODIFICATIONS</p>
</button>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button>
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-bag.svg?ts=1550654368093"
alt="">
<p>SHOPPING BASKET</p>
</button>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button>
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-wishlist.svg?ts=1550654368093"
alt="">
<p>WISHLIST</p>
</button>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button>
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-changes-in-price.svg?ts=1550654368093"
alt="">
<p>PRICE CHANGES</p>
</button>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<button>
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-newsletter.svg?ts=1550654368093"
alt="">
<p>NEWSLETTER</p>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="module" src="./scripts/shopAtZara.js"></script>