forked from Jimmy-Sharma/beneficial-jelly-4258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
101 lines (97 loc) · 4.63 KB
/
help.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
97
98
99
100
101
<!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/help.css">
</head>
<body>
<div>
<div id="help_subdiv_PS">
<div>
<p>HELP</p>
</div>
<div>
<div class="different_section_main_PS">
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="./shopAtZara.html">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-bag.svg?ts=1550654368093" alt="">
<p> SHOP AT ZARA.COM</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-shipping.svg?ts=1550654368093" alt="">
<p>SHIPPING AND ORDER STATUS</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-returns.svg?ts=1550654368093" alt="">
<p>EXCHANGES AND RETURNS</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-payment.svg?ts=1550654368093" alt="">
<p>PAYMENT</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-product.svg?ts=1550654368093" alt="">
<p>PRODUCT</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-gift-card.svg?ts=1591250800807" alt="">
<p>GIFT CARD</p>
</a>
</div>
</div>
</div>
<div class="different_section_main_bot_PS">
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-stores-and-company.svg?ts=1550654368093" alt="">
<p>SHOPS AND COMPANY</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-clothes-collection-info.svg?ts=1614071652367" alt="">
<p>CLOTHES COLLECTION PROGRAMME</p>
</a>
</div>
</div>
<div class="different_section_sub_PS">
<div class="anchor_PS">
<a href="">
<img src="https://static.zara.net/photos///contents/mkt/misc/help/icons//icon-80-help-zara-id.svg?ts=1629805802513" alt="">
<p>ZARA QR</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>