-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.php
110 lines (107 loc) · 6.04 KB
/
shop.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/0.0.0-insiders.4a070ac/tailwind.min.css" integrity="sha512-vJu7D5BpjnNXVpLBrl9LKLvmXBNjiLwge8EOZ/YS9XwiChpfKLAlydwIZvoJaDE3LI/kr3goH0MzDzNbBgyoOQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="https://codewithbishal.com/logo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://codewithbishal.com/logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://codewithbishal.com/logo/favicon-16x16.png">
<title>Shop | The Forgotten India</title>
</head>
<body>
<?php include("header.php"); ?>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/Madhubani-Paintings.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Madhubani Paintings</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Madhubani Paintings</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/artifacts.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Artifacts</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Artifacts</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/bamboo.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Bamboo Producs</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Babmoo Products</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/Pashmina-shawls.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Pashmina Shawls</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Pashmina Shawls</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/Sandalwood-Products.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Sandalwood Products</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Sandalwood Products</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="/assets/shop/jute-products.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Sandalwood Products</h2>
<p class="leading-relaxed text-base">Buy the Best Quality <strong>Sandalwood Products</strong> at Best price</p>
<a class="btn btn-info text-light mt-4 buyNow">Buy Now</a>
</div>
</div>
</div>
</section>
<?php include("footer.php"); ?>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js" integrity="sha256-HutwTOHexZPk7phZTEa350wtMYt10g21BKrAlsStcvw=" crossorigin="anonymous"></script>
<script>
var button = document.getElementsByClassName('buyNow');
for (var i = 0; i < button.length; i++){
button[i].addEventListener("click", ()=>{
Swal.fire({
icon: 'success',
title: 'Order Placed Successfully',
text: 'Thank You for supporting local sellers and local products. Your order will be dispatched within the next 24 to 48 hours.'
});
});
}
</script>
</body>
</html>