-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
360 lines (311 loc) · 10.5 KB
/
shop.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!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">
<meta name="description"
content="Responsive Bootstrap4 Shop Template, Created by Imran Hossain from https://imransdesign.com/">
<!-- title -->
<title>Shop</title>
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="assets/img/artgennie-logo-zip-file/png/logo-white.png">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet">
<!-- fontawesome -->
<link rel="stylesheet" href="assets/css/all.min.css">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<!-- magnific popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- mean menu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- main style -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- responsive -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--PreLoader-->
<div class="loader">
<div class="loader-inner">
<div class="circle"></div>
</div>
</div>
<!--PreLoader Ends-->
<!-- header -->
<div class="top-header-area" id="sticker">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12 text-center">
<div class="main-menu-wrap">
<!-- logo -->
<div class="site-logo">
<a href="index_2.html">
<img src="assets/img/artgennie-logo-zip-file/png/logo-no-background.png" alt="">
</a>
</div>
<!-- logo -->
<!-- menu start -->
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
</li>
<li><a href="news.html">Community</a>
</li>
<li><a href="contact.html">Contact</a></li>
<li class="current-list-item"><a href="shop.html">Shop</a>
</li>
<li>
<div class="header-icons">
<a class="shopping-cart" href="cart.html"><i
class="fas fa-shopping-cart"></i></a>
</div>
</li>
</ul>
</nav>
<!-- menu end -->
</div>
</div>
</div>
</div>
</div>
<!-- end header -->
<!-- search area -->
<!-- end search arewa -->
<!-- breadcrumb-section -->
<div class="breadcrumb-section breadcrumb-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<div class="breadcrumb-text">
<p>New Art Everyday</p>
<h1>Shop</h1>
</div>
</div>
</div>
</div>
</div>
<!-- end breadcrumb section -->
<!-- products -->
<div class="product-section mt-150 mb-150">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="product-filters">
<ul>
<li class="active" data-filter="*">All</li>
<li data-filter=".strawberry">Paintings</li>
<li data-filter=".berry">HandiCrafts</li>
<li data-filter=".lemon">DIY</li>
</ul>
</div>
</div>
</div>
<div class="row product-lists">
<div class="col-lg-4 col-md-6 text-center strawberry">
<div class="single-product-item">
<div class="product-image">
<a href="Elephant.html"><img src="assets/img/products/R.jpeg" alt=""></a>
</div>
<h3>Maharaja Elephant Ethnic<br> Folk Procession Art</h3>
<p class="product-price"> Rs 8500 </p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart" ></i>
Add to Cart</a>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center lemon">
<div class="single-product-item">
<div class="product-image">
<a href="Bulb.html"><img src="assets/img/products/shutterstock_354527417.webp" alt=""></a>
</div>
<h3>Whimsical Light Bulbs Flower Holders</h3>
<p class="product-price">Rs700 </p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart"></i>
Add to Cart</a>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center lemon">
<div class="single-product-item">
<div class="product-image">
<a href="Pine.html"><img src="assets/img/products/il_794xN.3224786076_nn5y.webp" alt=""></a>
</div>
<h3>Pinecone Flowers With<Br> Stems</h3>
<p class="product-price">Rs 350 </p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart" ></i>
Add to Cart</a>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center berry">
<div class="single-product-item">
<div class="product-image">
<a href="Camel.html"><img src="assets/img/products/product-img-4.jpg" alt=""></a>
</div>
<h3>Wood hand carved Camel</h3>
<p class="product-price"> Rs500 </p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart"></i>
Add to Cart</a>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center berry">
<div class="single-product-item">
<div class="product-image">
<a href="Tea.html"><img src="assets/img/products/il_794xN.3211759774_ncds.webp" alt=""></a>
</div>
<h3>Hand painted tea set </h3>
<p class="product-price"> Rs2000 </p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart"></i>
Add to Cart</a>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center strawberry">
<div class="single-product-item">
<div class="product-image">
<a href="Palmpore.html"><img src="assets/img/products/il_794xN.4444775862_7wkx.webp"
alt=""></a>
</div>
<h3>Palempore</h3>
<p class="product-price">Rs800</p>
<a href="cart.html" class="cart-btn"><i class="fas fa-shopping-cart"></i>
Add to Cart</a>
</div>
</div>
</div>
</div>
<!-- end products -->
<!-- logo carousel -->
<!-- end logo carousel -->
<!-- footer -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-box about-widget">
<h2 class="widget-title">About us</h2>
<p>ArtGenie is to create a platform that connects artists directly with customers and
removes
intermediaries from the art buying process.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box get-in-touch">
<h2 class="widget-title">Get in Touch</h2>
<ul>
<li>34/8, Jaipur, Rajasthan, India.</li>
<li>[email protected]</li>
<li>+987654321</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box pages">
<h2 class="widget-title">Pages</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="news.html">Community</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box subscribe">
<h2 class="widget-title">Subscribe</h2>
<p>Subscribe to our mailing list to get the latest updates.</p>
<form action="index.html">
<input type="email" placeholder="Email">
<button type="submit"><i class="fas fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end footer -->
<!-- copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<p>Copyrights © 2023 - <a href="https://imransdesign.com/">ArtGennie</a>, All Rights
Reserved.
</p>
</div>
<div class="col-lg-6 text-right col-md-12">
<div class="social-icons">
<ul>
<li><a href="#" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end copyright -->
<!-- jquery -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!-- bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- count down -->
<script src="assets/js/jquery.countdown.js"></script>
<!-- isotope -->
<script src="assets/js/jquery.isotope-3.0.6.min.js"></script>
<!-- waypoints -->
<script src="assets/js/waypoints.js"></script>
<!-- owl carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- mean menu -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- sticker js -->
<script src="assets/js/sticker.js"></script>
<!-- main js -->
<script src="assets/js/main.js"></script>
<script>
function addToCart(productImage, productName, productPrice, productQuantity) {
var cartItems = document.getElementById("cart-items");
// Create a new row for the cart item
var row = document.createElement("tr");
// Create the HTML content for the row
var html = '<td><img src="' + productImage + '" alt=""></td>' +
'<td>' + productName + '</td>' +
'<td>' + productPrice + '</td>' +
'<td>' + productQuantity + '</td>' +
'<td>' + (productPrice * productQuantity) + '</td>';
// Set the HTML content for the row
row.appendChild(html);
// Append the row to the cart items
cartItems.appendChild(row);
}
var button = document.createElement("button");
button.textContent = "Add to Cart";
button.onclick = function () {
addToCart('assets/img/product1.jpg', 'Product 1', 20, 2);
};
// Append the button to the desired location in your HTML
// document.addEventListener('DOMContentLoaded', function () {
// // Your JavaScript code here
// // ...
// // Function to add an item to the cart
// // ...
// // Other code or event listeners
// // Button code
// // Other JavaScript code
// });
</script>
</body>
</html>