-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmycoupon.html
273 lines (232 loc) · 12.8 KB
/
mycoupon.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
<!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="mycoupon.css" />
<link rel="stylesheet" href="footer.css">
<!-- <link rel="stylesheet" href="navbar.css"> -->
<script src="https://kit.fontawesome.com/22fe5662e5.js" crossorigin="anonymous"></script>
<title>My Coupons</title>
</head>
<body>
<header>
<!-- top Navbar -->
<header>
<nav>
<div id="navbar">
<div class="logo">
<h1 class="name">Ban<span>gg</span>ood</h1>
<p>Global leading online shop</p>
</div>
<div>
<span>
<input type="text" placeholder="Search here" id="search">
<i class="fa-solid fa-magnifying-glass i"></i>
</span>
</div>
<div class="country">
<span>
<img src="https://cdn.pixabay.com/photo/2012/04/10/23/03/india-26828__340.png" />
<!-- yahan par indian flag ki png use hogi -->
<p class="ship">ship to</p>
</span>
<p class="ship india">INDIA</p>
</div>
<div class="userInfo">
<i class="fa-solid fa-user i"></i>
<p class="hello">Hello</p>
<p id="userName">---</p>
<div class="menu">
<p class="signIn">Sign In</p>
<p class="joinUs">Join us</p>
<div class="sub-menu">
<p>My Orders</p>
<p>My Wishlist</p>
<p>My Coupons</p>
</div>
</div>
</div>
<div class="cart">
<a href="carts.html"><i class="fa-solid fa-cart-shopping"></i></a>
<div class="total">
<p class="total-item"></p>
</div>
</div>
</div>
<div class="categories">
<p id="gotoMen">Men's</p>
<p id="gotoWomen">Women's</p>
<p id="gotoShoes">Shoes's</p>
<p id="gotoSports">Sports's</p>
<p id="gotoElectronics">Electronics's</p>
</div>
</nav>
</header>
<br><br><br>
<div id="container">
<!-- start with the main container -->
<div class="box">
<!-- box under the top navbar -->
<div>
<!-- this div is use for box inside box so that we can adjust p text -->
<p></i>Home <i class="fa-solid fa-angle-right"></i>
My Account <i class="fa-solid fa-angle-right"></i>
<b><span style="color:black;">My Coupon</span> </b>
</p>
</div>
</div>
<div id="container1">
<!-- here is the second container for navbar and coupon box -->
<div class="navbar">
<!-- here is navbar box -->
<h3>My Account</h3>
<h5>My Trade</h5>
<a href="myorder.html" target="_self"><i class="fa-solid fa-receipt"></i> My Order</a>
<a href="" target="_self"><i class="fa-solid fa-clipboard-check"></i>Pre Order</a>
<a href="" target="_self"><i class="fa-solid fa-bag-shopping"></i>Snatch Record</a>
<a href="" target="_self"><i class="fa-solid fa-user-group"></i>Group Buy</a>
<h5>My Assets</h5>
<a href="" target="_self"><i class="fa-brands fa-get-pocket"></i>BGpay</a>
<a href="" target="_self"><i class="fa-solid fa-rug"></i>My Coupons</a>
<a href="" target="_self"><i class="fa-solid fa-coins"></i>My Points</a>
<a href="" target="_self"><i class="fa-solid fa-gift"></i>My Gift Cards</a>
<a href="" target="_self"><i class="fa-solid fa-heart"></i>My wishlist</a>
<a href="" target="_self"><i class="fa-solid fa-gear"></i>Account Setting</a>
</div>
<div class="coupon">
<!-- here is a coupon the box -->
<div class="box21">
<!-- top box of coupon box -->
<div>
<!-- inside the top box with All,coupon , Allowance -->
<div><a href="">All(0)</a></div>
<div><a href="">Coupon(0)</a></div>
<div> <a href="">Allowance(0)</a></div>
</div>
<div>
<div>
<a href="">Get More Coupons </a> <span> <i class="fa-solid fa-angle-right"></i>
</span>
</div>
</div>
</div>
<div class="box22">
<div>
<button>Available</button>
<button>Used</button>
<button>Expired</button>
</div>
</div>
<div class="box23">
<div>
<div>Sort By:</div>
<div><a href="">Popular</a></div>
<div><a href="">Discount</a></div>
<div> <a href="">Time</a></div>
</div>
</div>
<div class="box24">
<div class="show1">
<img src="https://www.pngall.com/wp-content/uploads/2018/04/Coupon-PNG-Pic.png" />
<br>
<p id="show"></p>
</div>
<div class="box25">
<input type="text" id="promo" value="" /> <br><br>
<button id="coupon"> Apply <i class="fa-solid fa-angle-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<h2>
<marquee> <strong>NOTE : </strong>Guys! Hurry Up before the coupon Expire. Your promo code is "masai30"
</marquee>
</h2>
<div class="foot1">
<div id="footer">
<div class="nav5">
<div class="aa">
<h5>Get To Know Us</h5>
<a href="">About banggood.in</a>
<a href="">Guarantees & Return Policy</a>
<a href="">Contact Us</a>
<a href="">Help Center</a>
<a href="">Site Map</a>
<a href="">Intellectual Property Claims</a>
<h5>Subscribe</h5>
<p>By subscribing you agree to receive email from us.
Please read our <a href="">Privacy Policy</a></p>
<input type="text" value="" placeholder="Email Address" id="enterMail" />
</div>
<div class="payment">
<h5>Payment & Shipping</h5>
<a href="">Payment Methods</a>
<a href="">BGpay Intruction</a>
<a href="">Shipping Guide</a>
<a href="">Location We Ship To</a>
<a href="">Estimated Delivery Time</a>
<h5>Partnership Programs</h5>
<a href="">Drop shipping</a>
<a href="">Review Club</a>
<a href="">Affiliate Program</a>
<a href="">Wholesale Program</a>
<a href="">Fashion Blogger Program</a>
</div>
<div class="social">
<h5>Download App</h5>
<div class="icon1">
<div><i class="fa-brands fa-apple fa-2x"></i></div>
<div> <i class="fa-brands fa-android fa-2x"></i></div>
<div><i class="fa-solid fa-qrcode"></i>QR Code <i class="fa-solid fa-caret-down"></i></div>
</div>
<h5>Follow Us</h5>
<div class="icon2">
<div> <a href=""><i class="fa-brands fa-facebook fa-1x"></i></a></div>
<div><a href=""> <i class="fa-brands fa-instagram fa-1x"></i></a></div>
<div><a href=""> <i class="fa-brands fa-youtube fa-1x"></i></a></div>
<div><a href=""><i class="fa-brands fa-twitter fa-1x"></i></a></div>
<div><a href=""> <i class="fa-brands fa-pinterest fa-1x"></i></a></div>
<div> <a href=""><i class="fa-brands fa-tiktok fa-1x"></i></a></div>
<div><a href=""> <i class="fa-brands fa-vk fa-1x"></i></a></div>
<div><a href=""><i class="fa-brands fa-blogger-b fa-1x"></i></a></div>
<div><a href=""><i class="fa-brands fa-reddit-alien fa-1x"></i></a></div>
<div> <a href=""><i class="fa-brands fa-telegram fa-1x"></i></a></div>
<div><a href=""><i class="fa-brands fa-whatsapp fa-1x"></i></a></div>
</div>
<p class="copyright"><i class="fa-solid fa-copyright"></i>
2006-2022 BANGGOOD</p>
<div class="terms">
<a href="">TERMS </a>
<a href="">PRIVACY</a>
<a href="">SPECIALIZED AFFAIRS</a>
</div>
</div>
</div>
</div>
<div class="nav2">
<img
src="https://www.paypalobjects.com/webstatic/mktg/logo-center/PP_Acceptance_Marks_for_LogoCenter_76x48.png" />
<img src="https://usa.visa.com/dam/VCOM/global/about-visa/images/logo-olympics-800x450.jpg" />
<img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAgCAMAAABq4atUAAAAhFBMVEX3nhvrABv/////XwD+7/D958XsDyj5tlT82qn/+fDwP1P+8+L+awXyIxD7zozwFxT5r7f1f4zyX2/uL0X9bwb+7dT3pCn93+L3mRn6hhD+WQH81Jr5vGHtHzb4r0X94Lf7z9T1Lw35QQj8egv0b376v8X2kJv2X0P6wnD5ihL4bE74nyWXYNIuAAABPklEQVQ4jZ2V61KDMBCFFwIkBEWgAloubZXWqu//fnInJSd2yvnFZPLNHnaTE7IXRYncWVYlm2heSouSE2WcF4GykaaPPLEWebHTrR1aYFYt1pATW7fyLnagIp24ewPlO0vT1y9pEgp09HTmmT296dR1hhzIMEiFI+QAby+s06sO0WGA1j3otO8h9q5Dmd9BOTB3GhiTQbITnZkK4VJBCxm6MJYCf1XYFIFCHzPEgD9uE3K3MMgf+SRN/R70CSCXjENixlG5BNzdg8ItULHN3qZGNMDffoFwyx8fbrnxGD1+YP0WQvf29E+h8N4l/IaF+owwjgr2OxVDsFS4F+jeiiXCIGUMozEsUSD96GGZqWHZKl710ItALKfrB8BJFKy69A+AWypIPSW5ArU6N1J6npTxeV4KxJXXVPNS+MrGP15ME2pz0EKIAAAAAElFTkSuQmCC" />
<img src="https://www.rupay.co.in/images/rupay/header-logo.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/paytm.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/sbi-card.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/pnb.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/transerv.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/paypoint.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/yesbank.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/zokodu.png" />
<img
src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/kotak-mahindra.png" />
<img src="https://www.rupay.co.in/images/rupay/rupay-on-the-go-studio-ipl/banklogo/fino.png" />
</div>
</div>
</body>
</html>
<script src="mycoupon.js"></script>
<script src="fav.js"></script>