-
Notifications
You must be signed in to change notification settings - Fork 2
/
payment.html
206 lines (206 loc) · 6.49 KB
/
payment.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Online Fashion Shopping for Men, Women, Accessories - Bewakoof.com
</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://images.bewakoof.com/web/favicon-1635856217.png"
/>
<link rel="stylesheet" href="./style/payment.css" />
</head>
<style>
#navbar {
display: flex;
width: 100%;
height: 50px;
border-bottom: 1px solid rgb(181, 180, 180);
margin-bottom: 15px;
}
#sign-div {
width: 20%;
margin-left: 60%;
}
#sign-text {
font: caption;
font-family: sans-serif;
font: 12px;
color: grey;
}
#sign-email {
font: caption;
font-family: sans-serif;
font-size: 14px;
margin-top: -10px;
color: rgb(76, 75, 75);
}
#logo {
margin-left: 10%;
}
</style>
<body>
<div id="header">
<img
src="https://images.bewakoof.com/web/ic-desktop-bwkf-trademark-logo.svg"
alt=""
id="logo"
/>
<div id="sign-div">
<p id="sign-text">Signed as</p>
<p id="emailAPka"></p>
</div>
</div>
<div id="payment-price">
<h3>Choose your payment method</h3>
</div>
<div id="payment-mode">
<div id="left-payment-mode">
<div id="payment-debit-button-div">
<img src="./images/debit-credit.svg" alt="" />
<button id="payment-debit-button">DEBIT/CREDIT CARD</button>
</div>
<div id="payment-wallet-button-div">
<img src="./images/wallet.webp" alt="" />
<button id="payment-wallet-button">WALLET</button>
</div>
<div id="payment-upi-button-div">
<img src="./images/upi.webp" alt="" />
<button id="payment-upi-button">UPI</button>
</div>
<div id="payment-net-banking-button-div">
<img src="./images/netbanking.webp" alt="" />
<button id="payment-net-banking-button">NET BANKING</button>
</div>
<div id="payment-cod-button-div">
<img src="./images/cod.webp" alt="" />
<button id="payment-cod-button">Cash On Delivery</button>
</div>
</div>
<div id="right-payment-mode">
<div id="payment-debit">
<div id="cardLogos">
<img src="./images/ic-visa-gray-payment-v1.webp" alt="" />
<img src="./images/ic-master-card-payment-v1.webp" alt="" />
<img src="./images/ic-rupay-payment-v1.webp" alt="" />
<img src="./images/ic-american-express-payment-v1.webp" alt="" />
</div>
<input type="text" id="card-number" placeholder="Card Number" />
<input type="text" id="card-name" placeholder="Name on Card" />
<input type="text" id="card-expiry" placeholder="Expiry (MM/YY)" />
<input type="password" id="card-password" placeholder="CVV" />
<p>
This transaction you make is tottaly secure. We don't save your CVV
number
</p>
<button id="card-pay-now-button">PAY NOW</button>
</div>
<div id="payment-wallet">
<div>
<img
src="https://images.bewakoof.com/web/paytm-1556185965.png"
alt=""
/>
<p>Paytm Wallet</p>
<input type="radio" name="wallets" value="pyWt" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/phonepe-1556185963.png"
alt=""
/>
<p>PhonePe</p>
<input type="radio" name="wallets" value="phpe" />
</div>
<div>
<img src="./images/ic-mobikwik-3x-payment-v1.webp" alt="" />
<p>Mobikwik</p>
<input type="radio" name="wallets" value="monik" />
</div>
<div>
<img src="https://images.bewakoof.com/web/bitmap-copy.jpg" alt="" />
<p>Freecharge</p>
<input type="radio" name="wallets" value="freege" />
</div>
</div>
<div id="payment-upi">
<div>
<img src="https://images.bewakoof.com/web/upi-logo.png" alt="" />
<p>Add UPI</p>
<input type="radio" name="wallets" value="upi" />
</div>
<input type="text" placeholder="Enter UPI ID" />
<p>UPI ID is in the format of mobilenumber@bank or username@bank</p>
<div>
<p>Save this UPI ID for future payments.</p>
</div>
<button>VERIFY</button>
</div>
<div id="payment-net-banking">
<div>
<img
src="https://images.bewakoof.com/web/icici-1556185960.png"
alt=""
/>
<p>ICICI</p>
<input type="radio" name="netbanking" value="d" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/axis-1556185962.png"
alt=""
/>
<p>Axis</p>
<input type="radio" name="netbanking" value="f" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/sbi-1556185961.png"
alt=""
/>
<p>SBI</p>
<input type="radio" name="netbanking" value="e" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/hdfc-1556185961.png"
alt=""
/>
<p>HDFC</p>
<input type="radio" name="netbanking" value="g" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/kotak-1556185967.png"
alt=""
/>
<p>Kotak</p>
<input type="radio" name="netbanking" value="h" />
</div>
<div>
<img
src="https://images.bewakoof.com/web/other-bank-icon-1600258256.png"
alt=""
/>
<p>Others</p>
<button id="payment-net-other-arrow">∟</button>
</div>
<p>
You will be redirected to the banks website to complete the payment
process.
</p>
</div>
<div id="payment-cod">
<div>
<p>Cash Collection Charges: Costs ₹ 20 Extra</p>
<button>PAY NOW</button>
</div>
</div>
</div>
</div>
</body>
<script src="./script/payment.js"></script>
</html>