-
Notifications
You must be signed in to change notification settings - Fork 1
/
singleProduct.html
258 lines (237 loc) · 10.8 KB
/
singleProduct.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
<!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>Single Product</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./css/singleProduct.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="sweetalert2.min.js"></script>
<link rel="stylesheet" href="sweetalert2.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<header>
<div id="headWrapper">
<div id="leftcontent">
<div id="hamButton">
<a href="#">
<img src="graphics\hamburger-icon.svg" alt="">
</a>
</div>
<div id="logo">
<a href="index.html">
<img src="graphics\logo.png" alt="">
</a>
</div>
<div id="location">
<a href="#"><span><img src="graphics\location-icon.svg" alt=""></span> Deliver to <span
style="font-weight: bolder;">Ranchi , 834001</span></a>
</div>
</div>
<h3 id="signedIn_Name"></h3>
<div id="rightContent">
<div class="search-container">
<input type="text" placeholder="Search Your Item" class="search-box" />
<span id="searchBtn" class="material-symbols-outlined">search</span>
</div>
<div id="cartLogo">
<a href="cart.html"><img src="graphics\cart-icon.svg" alt="" /></a>
</div>
<div id="signinWrapper">
<a href="signup.html" id="signUpBtn"><span><img src="graphics\user-icon.svg" alt=""></span></a>
<a id="logOutBtn" href=""><span class="material-symbols-outlined">logout</span></a>
</div>
</div>
</div>
</header>
<nav class="nav-area">
<ul>
<li>
<a href="#">Groceries
</a>
<ul>
<li><a href="">Fruits & Vegetables</a></li>
<li><a href="">Dairy & Bakery</a> </li>
<li><a href="">Staples</a></li>
<li><a href="">Snacks & Branded Foods</a></li>
</ul>
</li>
<li>
<a href="#">Premium Fruits</a>
<ul>
<li><a href="">Apple & Pears </a></li>
<li><a href="">Avocado,Peach,Plum</a></li>
<li><a href="">Banana ,Melons & Coconut </a></li>
<li><a href="">Dates</a></li>
</ul>
</li>
<li>
<a href="#">Home & Kitchen</a>
<ul>
<li>
<a href="#">Bathroom & Laundry Accessories</a>
</li>
<li>
<a href="#">Disposal</a>
</li>
<li>
<a href="#">Furnishing</a>
</li>
<li>
<a href="#">Gardern & Outdoor</a>
</li>
<li>
<a href="#">Home Decor</a>
</li>
</ul>
</li>
<li>
<a href="#">Fashion</a>
<ul>
<li><a href="">Men</a></li>
<li><a href="">Women</a></li>
<li><a href="">Boys</a></li>
<li><a href="">Girls</a></li>
<li><a href="">Infants</a></li>
</ul>
</li>
</li>
<li>
<a href="#">Electronics</a>
<ul>
<li><a href="">Mobiles & Tablets</a></li>
<li><a href="">TV & Speaker</a></li>
<li><a href="">Home Appliances</a></li>
<li><a href="">Computer</a></li>
<li><a href="">Camera</a></li>
<li><a href="">Kitchen Appliances</a></li>
<li><a href="">Gaming Accessories</a></li>
</ul>
</li>
<li>
<a href="#">Beauty</a>
<ul>
<li><a href="">Make - Up</a></li>
<li><a href="">Hair</a></li>
<li><a href="">Skin-Care</a></li>
<li><a href="">Fitness</a></li>
</ul>
</li>
<li>
<a href="#">Sports, Toys & Luggage
</a>
<ul>
<li><a href="">Toys & Games</a></li>
<li><a href="">Bags & Travel Luggage</a></li>
<li><a href="">Sporting Goods & Fitness Equipment</a></li>
</ul>
</li>
<li>
<a href="#">Jewellery</a>
<ul>
<li><a href="">Fine Jewellery</a></li>
<li><a href="">Gold Plated Jewellery</a></li>
<li><a href="">Silver Plated Jewellery</a></li>
<li><a href=""> Jewellery</a></li>
</ul>
</li>
<li>
<a href="#">Home Improvement</a>
<ul>
<li><a href="">Auto Care</a></li>
<li><a href="">Building Supplies & Measuring Tools</a></li>
<li><a href="">Carpentry</a></li>
<li><a href="">Electrical</a></li>
<li><a href="">Home Safety & Automatic</a></li>
</ul>
</li>
</ul>
</nav>
<div class="singlePageContainer">
<div class="smallSidebar">
<img id="img1" src="https://www.jiomart.com/images/product/420x420/599991469/3-dates-2-go-medjoul-king-solomon-premium-imported-3-pcs-product-images-o599991469-p592846374-0-202209160907.jpg" alt="image">
<img id="img2" src="https://www.jiomart.com/images/product/420x420/599991469/3-dates-2-go-medjoul-king-solomon-premium-imported-3-pcs-product-images-o599991469-p592846374-1-202209160907.jpg" alt="image">
</div>
<div class="middleMain">
<img id="img3" src="https://www.jiomart.com/images/product/420x420/599991469/3-dates-2-go-medjoul-king-solomon-premium-imported-3-pcs-product-images-o599991469-p592846374-0-202209160907.jpg" alt="image">
<button id="addBtn">Add to Cart</button>
</div>
<div class="allDetails">
<h3 id="itemName">Curate's Signature Fruit Box Premium Imported 1 Pack</h3>
<h2> <span id="itemPrice">999.00</span> <span id="discoutnt">16% Off</span></h2>
<p>M.R.P: <span id="itemMRP">1,100.00</span> (Incl. of all taxes)</p>
<hr>
<p id="">In Stock</p>
<p>Sold By <span class="blue">Reliance Retail</span></p>
<h2>Check Esstimated Delivery</h2>
<input id="pinSearchInput" type="text" placeholder="Enter the pincode EX.-829111">
<input id="pinSearchBtn" type="submit" value="Apply">
<p id="place"></p>
<p id="estimatedDate"></p>
<hr>
<h3>Description</h3>
<p id="description">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Reiciendis illo, dolores ab repellendus ea voluptas eum eius exercitationem officia mollitia doloribus repellat quaerat illum reprehenderit. Quibusdam, repudiandae nobis? Libero est quasi iste veniam quisquam commodi error nulla sed fugit. Ratione laboriosam nisi quas beatae inventore nulla harum laudantium minus dignissimos, iusto praesentium asperiores suscipit. Architecto nostrum aperiam deleniti facere dolore ipsum suscipit harum temporibus soluta impedit culpa laudantium, ab maxime, consectetur odio et obcaecati reiciendis cum ratione iusto eligendi ut voluptatibus eius. Nemo nesciunt dolores dignissimos? Recusandae nulla, ipsa asperiores quia temporibus hic. Est veniam voluptatem sunt ea vel explicabo.</p>
</div>
</div>
<footer>
<div class="allCat">
<h2>All Categories</h2>
<a href="#">Grocery</a>
<a href="#">Electronics</a>
<a href="#">Fashion</a>
<a href="#">Beauty</a>
<a href="#">Home & Kitchen</a>
<a href="#">Premium Fruits</a>
<a href="#">Books</a>
<a href="#">Furniture</a>
</div>
<div class="popCat">
<h2>Popular Categories</h2>
<a href="#">Staples</a>
<a href="#">Baverages</a>
<a href="#">Personal Care</a>
<a href="#">Home Care</a>
<a href="#">Fruits & Vegetables</a>
<a href="#">Baby Care</a>
<a href="#">Snack & Branded Foods</a>
<a href="#">Dairy & Bakery</a>
</div>
<div class="customerAcc">
<h2>Customer Account</h2>
<a href="#">My Account</a>
<a href="#">My Orders</a>
<a href="#">Wishlist</a>
<a href="#">Payment Methods</a>
<a href="#">Delivery Addresses</a>
<a href="#">JioMart Wallet</a>
</div>
<div class="helpNSupp">
<h2>Help & Support</h2>
<a href="#">About Us</a>
<a href="#">FAQ</a>
<a href="#">Terms & Conditions</a>
<a href="3">Privacy Policy</a>
<a href="#">E-waste Policy</a>
<a href="#">Cancellation & Return</a>
<a href="#">Shipping & Delivery Policy</a>
</div>
<div class="contact">
<h2>Contact Us</h2>
<p>WhatsApp us: ##### #####
Call us: #### ### ####
8:00 AM to 8:00 PM, 365 days</p>
<p>Please note that you are accessing the BETA version of <a href="index.html" class="linkMain">buddycart.com</a>
<h2>Download the app</h2>
<div class="dwnImg">
<img src="https://www.jiomart.com/assets/ds2web/jds-icons/ios_app_icon.svg" alt="AppStore"><img src="https://www.jiomart.com/assets/ds2web/jds-icons/google-play-icon.svg" alt="PlayStore">
</div>
</div>
</footer>
</body>
<script src="./singleProduct.js"></script>
<script src="forAll.js"></script>
</html>