-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
221 lines (179 loc) · 7.73 KB
/
products.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!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">
<link rel="stylesheet" href="./styles/home.css" />
<link rel="icon" type="image/png" href="./image/logo1.png"/>
<link rel="stylesheet" href="./styles/products.css"/>
<title>MEN'S CLOSET</title>
</head>
<body>
<div id="nav">
<div id="nav_icon">
<i class="fa-solid fa-location-dot fa-xl"></i>
<a href="./login.html" class="login"><i class="fa-regular fa-user fa-xl"></i></a>
</div>
<a href="./home.html"> <img src="./image/logo.png" alt="error"></a>
<div id="nav_icon">
<div class="group">
<input placeholder="Search" type="search" class="input">
<svg class="icon" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M21.53 20.47l-3.66-3.66C19.195 15.24 20 13.214 20 11c0-4.97-4.03-9-9-9s-9 4.03-9 9 4.03 9 9 9c2.215 0 4.24-.804 5.808-2.13l3.66 3.66c.147.146.34.22.53.22s.385-.073.53-.22c.295-.293.295-.767.002-1.06zM3.5 11c0-4.135 3.365-7.5 7.5-7.5s7.5 3.365 7.5 7.5-3.365 7.5-7.5 7.5-7.5-3.365-7.5-7.5z"></path></g></svg>
</div>
<a href="./bag.html" class="bag"><i class="fa-solid fa-bag-shopping fa-xl"></i></a>
</div>
</div>
<div id="navbox">
<div id="nav2">
<p>SHIRTS</p>|
<p>SUITS</p>|
<p>PANTS</p>|
<p>SWEATERS</p>|
<p>JACKETS & COATS</p>|
<p>SHOES</p>|
<p>ACCESSORIES</p>
</div>
</div>
<div id="products-navbox">
<a href="">Home</a><p>></p>
<a href="">NEW</a>
</div>
<div id="heading">
<div id="about">
<h1>NEW COLLECTION</h1>
<p>Hit refresh on your wardrobe staples with our new clothes for men. Discover the latest arrivals, whether that's a<br> sharp suit from our collection of expertly tailored office styles, or made-to-last cotton shirts with distinctive weaves.<br> Our pants are essential building blocks for weekday and off-duty dressing – explore our smart and casual styles. </p>
</div>
<div id="heading-images">
<div><img src="https://www.charlestyrwhitt.com/on/demandware.static/-/Library-Sites-CTShirtsSharedLibrary/default/dwc9120583/merchAssets/SS23/TIBs/tib-ss23-new-collection-shirts.jpg" alt="error"></div>
<div><img src="https://www.charlestyrwhitt.com/on/demandware.static/-/Library-Sites-CTShirtsSharedLibrary/default/dwe7d0cd19/merchAssets/SS23/TIBs/tib-ss23-new-collection-trousers.jpg" alt="error"></div>
<div><img src="https://www.charlestyrwhitt.com/on/demandware.static/-/Library-Sites-CTShirtsSharedLibrary/default/dw492f1594/merchAssets/SS23/TIBs/tib-ss23-new-collection-knitwear.jpg" alt="error"></div>
</div>
</div>
<select id="sortby">
<option value="ab">SORT BY </option>
<option value="htl">PRICE(HIGH TO LOW)</option>
<option value="lth">PRICE(LOW TO HIGH)</option>
</select>
<div id="products-display">
<div class="filter">
<p><strong>BRAND NAME</strong></p>
<form>
<label><input type="checkbox" name="fl-brand" value="PARK AVENUE" id="pv" /> PARK AVENUE</label><br>
<label><input type="checkbox" name="fl-brand" value="PETER ENGLAND" id="pe" /> PETER ENGLAND</label><br>
<label><input type="checkbox" name="fl-brand" value="Raymond" id="Ray" />RAYMOND</label><br>
<label><input type="checkbox" name="fl-brand" value="VAN HEUSEN" id="VAN"/>VAN HEUSEN</label><br>
<label><input type="checkbox" name="fl-brand" value="ARROW" id="ARROW"/>ARROW</label><br>
</form>
</div>
<div id="product-container">
</div>
</div>
<div class="bar">
<!--Grid column-->
<div class="col">
<p>
We will keep you posted on new products and great offers
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-5 col-12">
<input type="email" id="form5Example2" class="form-control" placeholder="Email address"/>
<button type="submit" class="btn">></button>
</div>
</div>
<div class="footer-container">
<section class="footer">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="card1">
<h5>HELP</h5>
<div class="list">
<a href="#!" class="text-dark">FAQS</a><br>
<a href="#!" class="text-dark">SHIPPING</a><br>
<a href="#!" class="text-dark">RETURNS</a><br>
<a href="#!" class="text-dark">SIZE QUIDES</a><br>
<a href="#!" class="text-dark">SHIRT MULTIBUY</a><br>
<a href="#!" class="text-dark">FIND A STORE</a><br>
<a href="#!" class="text-dark">CONTACT US</a><br>
<a href="#!" class="text-dark">WHERE IS MY ORDER</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="card2">
<h5>LEGAL</h5>
<div class="list">
<a href="#!" class="text-dark">TERMS AND CONDITIONS</a><br>
<a href="#!" class="text-dark">PRIVACY POLICY</a><br>
<a href="#!" class="text-dark">OUR COOKIE POLICY</a><br>
<a href="#!" class="text-dark">ACCESSIBILITY STATEMENT</a><br>
<a href="#!" class="text-dark">EHTICAL TRADING POLICY</a><br>
<a href="#!" class="text-dark">MODERN SLAVERY STATEMENT</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div>
<h5>MORE INFO</h5>
<div class="list">
<a href="#!" class="text-dark">ABOUT US</a><br>
<a href="#!" class="text-dark">CUSTOM SHIRTS</a><br>
<a href="#!" class="text-dark">GIFT VOUCHERS</a><br>
<a href="#!" class="text-dark">COUPON CODES</a><br>
<a href="#!" class="text-dark">DOING THINGS PROPERLY</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="card4">
<h5>CAREERS</h5>
<div class="list">
<a href="" class="text-dark">UK VACANCIES</a><br>
<a href="" class="text-dark">OUR CELIEFS</a><br>
<a href="" class="text-dark">OUR PEOPLE</a><br>
<div class="social-icon">
<a href="" class="text-dark">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="" class="text-dark">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="" class="text-dark">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
<div id="foot-bar">
<p>We accept:</p>
<div id="payment">
<i class="fa-brands fa-cc-visa fa-2xl"></i>
<i class="fa-brands fa-cc-amex fa-2xl"></i>
<i class="fa-brands fa-cc-mastercard fa-2xl"></i>
<i class="fa-brands fa-cc-paypal fa-2xl"></i>
<i class="fa-brands fa-apple-pay fa-2xl"></i>
</div>
</div>
<div class="bottom-bar">
<p>© 2022 Charles Tyrwhitt Shirts Ltd.</p>
<p>All products are imported into the US.</p>
</div>
<div class="bottom-bar">
<p>USDDEFAULT</p>
<P>CHANGE COUNTRY</P>
</div>
</div>
<!-- Copyright -->
<!-- Footer -->
<script src="https://kit.fontawesome.com/938cd4489b.js" crossorigin="anonymous"></script>
<script src="./src/scripts/products.js"></script>
</body>
</html>