-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwomen.html
174 lines (148 loc) · 5.61 KB
/
women.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!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>women</title>
<link rel="stylesheet" href="./styles/women.css">
<!-- title icone -->
<link rel="shortcut icon" href="https://asset.uniqlo.com/logotypes/uniqlo_roman.ico">
<!-- footer css link here -->
<link rel="stylesheet" href="./styles/footer.css">
<!-- navbar css link -->
<link rel="stylesheet" href="./styles/nav.css">
<script src="https://kit.fontawesome.com/f7879b5792.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbarContainer"></div>
<div class="women_container">
<div class="topImg">
<a href="./ultra-light-down.html">
<img src="https://im.uniqlo.com/global-cms/spa/res9fa30ac34bc7ad0a8dd9f21e5b6b2742fr.jpg" alt="">
</a>
</div>
<div class="newArrivals">
<h1>NEW ARRIVAL</h1>
<div class="topImg">
<a href="./fleece.html"><img
src="https://im.uniqlo.com/global-cms/spa/res850ad0bf1b0974f5dbcfef0f2dc7b6cafr.jpg" alt=""></a>
</div>
<div class="slideProducts1"></div>
<div class="moreNewArrivals">
<a href="./sweaters.html">
<h3>SEE MORE NEW ARRIVALS</h3>
</a>
</div>
</div>
<div class="newArrivals">
<h1>MUST BUY</h1>
<div class="topImg">
<a href="./knit.html"><img
src="https://im.uniqlo.com/global-cms/spa/resdad1ffa7a1d9be5c59afb30bc46ffbeffr.jpg" alt=""></a>
</div>
<div class="slideProducts2"></div>
<div class="moreNewArrivals">
<a href="#">
<h3>SEE MORE LIMITED OFFER
</h3>
</a>
</div>
</div>
<div class="newArrivals">
<h1>SALE</h1>
<div class="topImg">
<a href="./ultra-light-down.html"><img
src="https://im.uniqlo.com/global-cms/spa/res58f23268edeaa7fba1b606060635d146fr.jpg" alt=""></a>
</div>
<div class="slideProducts3"></div>
<div class="moreNewArrivals">
<a href="#">
<h3>SEE MORE SALE
</h3>
</a>
</div>
</div>
<div class="newArrivals">
<h1>FEATURED COLLECTION</h1>
<div class="topImg">
<a href="./leggings.html"><img
src="https://im.uniqlo.com/global-cms/spa/res629541a4c3847f0301a14fa4f55b4a0dfr.jpg" alt=""></a>
</div>
<div class="slideProducts4"></div>
</div><br><br><br>
<h1>TOPICS</h1>
<div class="topics">
<div>
<div>
<img src="https://im.uniqlo.com/global-cms/spa/res18a408cb9e7b901fdb8649ba890c7844fr.jpg" alt="">
</div>
<div>
<h2>APP EXCLUSIVE BENERITS</h2>
<h3>Enjoy 9 benefits of our APP from welcome coupon, exclusive prices to store pick UPI Click here
to know more.</h3>
</div>
</div>
<div>
<div>
<img src="https://im.uniqlo.com/global-cms/spa/res18a408cb9e7b901fdb8649ba890c7844fr.jpg" alt="">
</div>
<div>
<h2>APP EXCLUSIVE BENERITS</h2>
<h3>Enjoy 9 benefits of our APP from welcome coupon, exclusive prices to store pick UPI Click here
to know more.</h3>
</div>
</div>
</div>
<div class="newArrivals">
<h1>PICKUP CATEGORY</h1>
<div class="slideProducts5"></div>
</div>
<div class="topImg">
<h1>FEATURED NEWS</h1>
<a href="./ultra-light-down.html"><img
src="https://im.uniqlo.com/global-cms/spa/res5efd0925742055f25d72b0ac617cf7c0fr.jpg" alt=""></a>
<h5>SWEATS COLLECTION</h5>
<h6>Wear it your way. A comfortable and relaxed way fashion style.</h6>
</div>
<div class="newArrivals">
<div class="slideProducts6"></div>
<div class="moreNewArrivals">
<a href="#">
<h3>SEE MORE FEATURED NEWS
</h3>
</a>
</div>
</div>
<div class="newArrivals">
<h1>FEATURED COLLECTION</h1>
<div class="slideProducts7"></div>
</div>
<div class="topImg">
<h1>STYLING BOOK</h1>
<a href="./ultra-light-down.html"><img
src="https://im.uniqlo.com/global-cms/spa/res13ab8c8426ab79aa0e149d5359bb4489fr.jpg" alt=""></a>
</div>
<div class="newArrivals">
<h1>UNIQLO TODAY</h1>
<div class="slideProducts8"></div>
<div class="moreNewArrivals">
<a href="#">
<h3>SEE MORE UNIQLO TODAY
</h3>
</a>
</div>
</div>
</div>
<div id="footer-container"></div>
</body>
</html>
<script type="module">
import footer from "./components/footer.js"
let footerdiv = document.getElementById("footer-container");
footerdiv.innerHTML = footer();
</script>
<script src="./scripts/women.js">
</script>
<script type="module" src="./scripts/main.js">
</script>