-
Notifications
You must be signed in to change notification settings - Fork 1
/
Allcategory.html
300 lines (295 loc) · 11.3 KB
/
Allcategory.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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dyuti - Home</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
<link rel="stylesheet" href="basket2.css" />
<link rel="stylesheet" href="footer2.css" />
</head>
<body>
<header class="header">
<div class="logo">
<img src="Dyuti.PNG" alt="Dyuti Logo" />
</div>
<nav class="navbar">
<ul class="nav-menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="About Us.html">About Us</a></li>
<li class="menu-item"><a href="Allcategory.html">Shop</a></li>
<li class="menu-item dropdown">
<a href="signup.html" class="dropdown-toggle"
><i class="fas fa-user"></i
></a>
<ul class="dropdown-menu"></ul>
</li>
<li class="menu-item">
<a href="#"><i class="fas fa-shopping-cart"></i></a>
</li>
</ul>
</nav>
</header>
<main>
<div class="photo">
<img src="shop1.jpg" alt="all" />
</div>
<div class="container">
<p>
<a
style="color: #333333; font-size: medium; text-decoration: none"
href="index.html"
>Home</a
>
/
<a
style="color: #333333; font-size: medium; text-decoration: none"
href="Allcategory.html"
>Shop</a
>
</p>
<div class="shop">
<h2>All Products</h2>
<hr />
</div>
<aside class="category-list">
<ul>
<li><a href="Allcategory.html" class="active">All Products</a></li>
<li><a href="arearug.html">Area Rug</a></li>
<li><a href="basket.html">Basket</a></li>
<li><a href="hammock.html">Hammock</a></li>
<li><a href="macrame.html">Macrame</a></li>
<li><a href="mirror.html">Mirror</a></li>
<li><a href="nakshikatha.html">Nakshikatha</a></li>
<li><a href="shotoronji.html">Shotoronji</a></li>
<li><a href="wallmate.html">Wall Mate</a></li>
</ul>
</aside>
<section class="product-list">
<div class="product-item">
<a href="basket1.html">
<img src="basket1.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Basket</p>
<a href="basket1.html">Striped Woven Jute Basket</a>
<p style="margin-top: 7; margin-bottom: 5">800.00৳-1000.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="arearug1.html">
<img src="area1.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Area Rug</p>
<a href="arearug1.html">Braided Jute Rug</a>
<p style="margin-top: 7; margin-bottom: 5">1450.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="macrame3.html">
<img src="mac3.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Macrame</p>
<a href="macrame3.html">Macrame Table Runner</a>
<p style="margin-top: 7; margin-bottom: 5">900.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="macrame5.html">
<img src="mac5.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Macrame</p>
<a href="bmacrame5.html">Macrame Plant Hanger</a>
<p style="margin-top: 7; margin-bottom: 5">500.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="wallmate2.html">
<img src="wallmate2.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Wall Mate</p>
<a href="wallmate2.html"
>Musical Instruments Designed Red-Wall Mate</a
>
<p style="margin-top: 7; margin-bottom: 5">3000.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="basket3.html">
<img src="basket3.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Basket</p>
<a href="basket3.html">Macrame Basket</a>
<p style="margin-top: 7; margin-bottom: 5">800.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="mirror2.html">
<img src="mirror2.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Mirror</p>
<a href="mirror2.html">Macrame Mirror(Oval)</a>
<p style="margin-top: 7; margin-bottom: 5">1650.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="arearug2.html">
<img src="area2.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Area Rug</p>
<a href="arearug2.html">Macrame Rug (Long)</a>
<p style="margin-top: 7; margin-bottom: 5">1350.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="nakshikatha1.html">
<img
src="nakshikatha1.jpg"
alt="Product 1"
class="product-image"
/>
</a>
<div class="product-info">
<p style="margin-top: 12">Nakshikatha</p>
<a href="nakshikatha1.html"
>Leaf Designed Red-<br />Nakshikatha</a
>
<p style="margin-top: 7; margin-bottom: 5">6000.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="hammock1.html">
<img src="hammock1.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Hammock</p>
<a href="hammock1.html">Hammock Chair</a>
<p style="margin-top: 7; margin-bottom: 5">8500.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="wallmate1.html">
<img src="wallmate1.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Wall Mate</p>
<a href="wallmate1.html"
>Flower Designed Black-<br />Wall Mate (Square)</a
>
<p style="margin-top: 7; margin-bottom: 5">1950.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
<div class="product-item">
<a href="arearug6.html">
<img src="area6.jpg" alt="Product 1" class="product-image" />
</a>
<div class="product-info">
<p style="margin-top: 12">Area Rug</p>
<a href="arearug6.html">Braided Jute Rug</a>
<p style="margin-top: 7; margin-bottom: 5">1700.00৳</p>
<button class="addToCart">Add To Cart</button>
</div>
</div>
</section>
</div>
</main>
<footer
class="footer"
style="background-image: url('footer.jpg'); opacity: 1"
>
<div class="background-overlay">
<div class="footer-content">
<div class="column">
<img src="Dyuti.png" alt="Company Logo" class="footer-logo" />
<p>
<a href="About Us.html">About Us</a><br /><br />
<a href="allcategory.html">Our Collection</a><br /><br />
<a href="#">Privacy Policy</a><br /><br />
<nobr><a href="#">Terms & Conditions</a></nobr>
</p>
</div>
<div class="column contact-column">
<u><h3>Contact Us</h3></u>
<p>
<a href="tel:01866022228">
<i class="fas fa-phone"></i> 01866022228 </a
><br /><br />
<a href="mailto:[email protected]">
<i class="fas fa-envelope"></i> [email protected] </a
><br /><br />
<nobr
><i class="fas fa-map-marker-alt"></i> Yakub Future Park,
Khulshi, Chattogram</nobr
>
</p>
<ul class="social-icons">
<li>
<a
href="https://www.facebook.com/help/668969529866328"
target="_blank"
>
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a
href="https://help.instagram.com/372819389498306"
target="_blank"
>
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/help/linkedin/answer/a522735"
target="_blank"
>
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="column visit-us-column">
<u><h3>Visit Us</h3></u>
<div class="google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3689.6426292726132!2d91.80278957512033!3d22.3671188796385!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30acd8f6e72fb379%3A0xdec5c7bb5c66d566!2s9R84%2BV43%20Yakub%20Future%20Park%2C%20Chittagong%204209!5e0!3m2!1sen!2sbd!4v1711626513953!5m2!1sen!2sbd"
width="400"
height="300"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
<div class="footer-copyright">
<p style="color: rgba(255, 255, 255, 1)">
Copyright© 2024, All Rights Reserved to Dyuti
</p>
</div>
</div>
</div>
</footer>
</body>
</html>