-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcart.html
218 lines (215 loc) · 7.67 KB
/
cart.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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="asset/style.css" />
<title>Ladies Corner</title>
</head>
<body>
<!-- header section -->
<section id="header">
<a href="index.html"
><img
src="asset/img/pngtree-beauty-spa-logo-design-template-woman-silhouette-logo-template-image_328588.jpg"
alt=""
class="logo"
/></a>
<nav id="nav">
<ul id="navbar">
<li><a href="index.html" id="home" >Home</a></li>
<li><a href="shop.html" id="shop">Shop</a></li>
<li><a href="signup/index.html" id="shop">Sign In</a></li>
<li><a href="contact.html" id="contact">Contact</a></li>
<li><a href="cart.html" class="active" id="lg-bag"><i class="fa-solid fa-cart-shopping"></i></a></li>
<a href="#" id="close"><i class="fa-solid fa-xmark"></i></a>
</ul>
</nav>
<div id="mobile">
<a href="cart.html" id="cart"
><i class="fa-solid fa-cart-shopping fa-xxl"></i
></a>
<i id="bar" class="fas fa-outdent fa-xl"></i>
</div>
</section>
<!-- page Header -->
<section id="page-header" class="about-header-c">
<h2>Let's See</h2>
<p>Your Choice is always best</p>
</section>
<!-- cart Section -->
<section id="cart" class=" section-p1" >
<table width=100%>
<thead>
<tr>
<td>Remove</td>
<td>Image</td>
<td>Product</td>
<td>Price</td>
<td>Quantity</td>
<td>Subtotal</td>
</tr>
</thead>
<tbody>
<tr id="nth1">
<td>
<a style="cursor: pointer;" onclick="nth1()" id="close-btn1"><i class="far fa-times-circle"></i></a>
</td>
<td><img src="asset/img/products/f1.jpg" alt=""></td>
<td>Cotton Best T-shirts</td>
<td>599</td>
<td><input type="number" value="1" id="productN1"></td>
<td id="update1">599</td>
</tr>
<tr id="nth2">
<td>
<a style="cursor: pointer;" onclick="nth2()" id="close-btn2"><i class="far fa-times-circle"></i></a>
</td>
<td><img src="asset/img/products/f2.jpg" alt=""></td>
<td>Cotton Best T-shirts</td>
<td>399</td>
<td><input type="number" value="1" id="productN2"></td>
<td id="update2">399</td>
</tr>
<tr id="nth3">
<td>
<a style="cursor: pointer;" onclick="nth3()" id="close-btn3"><i class="far fa-times-circle"></i></a>
</td>
<td><img src="asset/img/products/f3.jpg" alt=""></td>
<td>Cotton Best T-shirts</td>
<td>299</td>
<td><input type="number" value="1" id="productN3"></td>
<td id="update3">299</td>
</tr>
</tbody>
</table>
</section>
<!-- pop up -->
<div class="popupbanner" id="Contacttimeoutbanner">
<a href="#" id="closeBtn"><i class="fa-solid fa-xmark"></i></a>
<h4>Congratulations! </h4>
<h2>You got 70% off</h2>
</div>
<!-- coupon and Total -->
<section id="cart-add" class="section-p1">
<div class="coupon">
<h3>Apply Coupon</h3>
<div>
<input type="text" placeholder="#FEE" id="input">
<button id="normal">Apply</button>
</div>
</div>
<!-- total -->
<div class="total">
<h3>Cart Total</h3>
<table>
<tr>
<td>Cart Subtotal</td>
<td id="final-value">1297</td>
</tr>
<tr>
<td>Shipping</td>
<td>Free</td>
</tr>
<tr id="sp-coupon">
<td>Offer from <span> Preenu Ma'am</span></td>
<td>70% off</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td><strong id="offer">1297</strong></td>
</tr>
</table>
<a href="payment.html"><button>Proceed to checkout</button></a>
</div>
</section>
<!-- Footer Section -->
<footer id="footer" class="section-p1 section-m1">
<div class="col">
<img
src="asset/img/pngtree-beauty-spa-logo-design-template-woman-silhouette-logo-template-image_328588.jpg"
alt=""
/>
<h4>Contact</h4>
<p><strong>Address: </strong>Moyna, West Bengal,India</p>
<p><strong>Phone:</strong> 6295474539</p>
<p><strong>Hours:</strong> 9:00-17:00, Mon-Fri</p>
<!-- <h4>Follow Us</h4> -->
<ul>
<li>
<a href=""><i class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-whatsapp"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col">
<h4>About</h4>
<p>About us</p>
<p>Delivery Information</p>
<p>Privacy Policy</p>
<p>Contact Us</p>
</div>
<div class="col">
<h4>My Account</h4>
<p>Sign In</p>
<p>View Cart</p>
<p>Track My Order</p>
<p>help</p>
</div>
<div class="col payment">
<h4>Install App</h4>
<p>from App Store or Google Play</p>
<div class="box">
<div class="box-1">
<a
href="https://www.apple.com/in/?afid=p238%7Cs6Ww8AeKv-dc_mtid_187079nc38483_pcrid_653909215862_pgrid_112258962227_pntwk_g_pchan__pexid__&cid=aos-IN-kwgo-brand--slid---product-"
><i class="fa-brands fa-apple"></i
></a>
<h6>Download on the App Store</h6>
<h3>App Store</h3>
</div>
<div class="box-2">
<a
href="https://play.google.com/store/games?utm_source=apac_med&utm_medium=hasem&utm_content=Jul0121&utm_campaign=Evergreen&pcampaignid=MKT-EDR-apac-in-1003227-med-hasem-py-Evergreen-Jul0121-Text_Search_BKWS-BKWS%7CONSEM_kwid_43700058906718334_creativeid_480977734745_device_c&gclid=Cj0KCQjwjryjBhD0ARIsAMLvnF9g6xaAqw-frJsUZy6kWpMX08frAULCc4_4uHyLXN0HtHZBHBXfqsQaAusKEALw_wcB&gclsrc=aw.ds"
><i class="fa-solid fa-mobile"></i
></a>
<h6>Download on the App Store</h6>
<h3>App Store</h3>
</div>
</div>
<p>Secure Payment GateWay</p>
<ul>
<li>
<a href=""><i class="fa-brands fa-cc-visa fa-xl"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-cc-mastercard fa-xl"></i></a>
</li>
</ul>
</div>
</footer>
<script>
document.getElementById("closeBtn").addEventListener("click", (e) => {
document.getElementById("Contacttimeoutbanner").style.display = "none";
e.preventDefault();
});
</script>
<script src="asset/script.js"></script>
</body>
</html>