-
Notifications
You must be signed in to change notification settings - Fork 2
/
payment.html
353 lines (328 loc) · 17.1 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!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/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./styles/payment.css">
<link rel="stylesheet" href="styles/UI.css">
<script src="https://kit.fontawesome.com/6614217c3b.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon"
href="https://mailtrap.io/wp-content/uploads/2021/04/cropped-favicon-196x196-1-270x270.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<title>Mailtrack/Payment</title>
</head>
<body>
<!-- nav bar starts -->
<div class="fixed-top" id="nav_body">
<!-- nav bar starts from here -->
<div class="sticky-top" id="nav">
<div>
<div id="logo"><a id="changelocation" href="UI.html"><img id="nav_img" src="navbarimg/logo.png" alt=""></a></div>
</div>
<!-- Logo has been attached -->
<!-- first dropdown box starts first menu option-->
<div id="visable">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Email Testing
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="QA_Automation">
<a href="QA_Automation.html">
<div><img src="navbarimg/qa_automation_icon_menu.svg" alt=""></div>
<div>
<li><h4>QA Automation</h4></li>
<p>Automation for Email Testing</p>
</div>
</a>
</div>
<div id="HTML_Check">
<a href="QA_Automation.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>HTML Check</h4></li>
<p>Find HTML/CSS issues</p>
</div>
</a>
</div>
<div id="Fake_SMTP_Server">
<a href="QA_Automation.html">
<div><img src="navbarimg/fake_smtp_server_icon_menu.svg" alt=""></div>
<div>
<li><h4>Fake SMTP Server</h4></li>
<p>Your own SMTP server</p>
</div>
</a>
</div>
<div id="Sandbox_API">
<a href="QA_Automation.html">
<div><img src="navbarimg/api_icon_menu.svg" alt=""></div>
<div>
<li><h4>Sandbox API</h4></li>
<p>Integrate with your application</p>
</div>
</a>
</div>
</ul>
</div>
<!-- first dropdown box ends -->
<!-- second option in nav-bar starting -->
<div id="second_option">
<a href="Email_API.html">
<button type="button" id="dropdownMenu2">
Email API
</button>
</a>
</div>
<!-- second option in nav-bar ending -->
<!-- third option in nav-bar starting -->
<div id="second_option">
<a href="Pricing.html">
<button type="button" id="dropdownMenu2">
Pricing
</button>
</a>
</div>
<!-- third option in nav-bar ending -->
<!-- fourth option in nav-bar startyin -->
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="API">
<a href="API.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>API</h4></li>
<p>Intergrate with existing resources</p>
</div>
</a>
</div>
<div id="Case_studies">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/file-case.png" alt=""></div>
<div>
<li><h4>Case Studies</h4></li>
<p>Success stories of our Customers</p>
</div>
</a>
</div>
<div id="Blog">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/blog.png" alt=""></div>
<div>
<li><h4>Blog</h4></li>
<p>The best content about emails</p>
</div>
</a>
</div>
<div id="Help">
<a href="Help.html">
<div><img height="40px" width="40px" src="navbarimg/info-center.png" alt=""></div>
<div>
<li><h4>Help</h4></li>
<p>How-to's and Knowledge base</p>
</div>
</a>
</div>
</ul>
</div>
<!-- fourth option in nav-bar ending -->
<div id="user-signup">
<button id="barr" class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<img style="width: 30px;height: 30px;" src="https://thumbs.dreamstime.com/z/icon-profile-color-green-icon-profile-color-green-circle-color-dark-green-background-color-white-194702090.jpg"/>
</button>
<ul class="dropdown-menu">
<li><a href="userprofile.html" id="signin" class="dropdown-item" href="#">User Profil</a></li>
<li><a href="index.html" onclick="Logout()" class="dropdown-item" href="#">Log Out</a></li>
<li><a id="logout" class="dropdown-item" href="feedback.html">Feed Back</a></li>
</ul>
</div>
</div>
<!-- I -->
<!-- N -->
<!-- V -->
<!-- E -->
<!-- S -->
<!-- invisible button starts -->
<div id="inv_opt">
<button id="bar" class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight"><i class="fa-solid fa-bars"></i></button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasRightLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<!-- added ones -->
<div>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Email Testing
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="QA_Automation">
<a href="QA_Automation.html">
<div><img src="navbarimg/qa_automation_icon_menu.svg" alt=""></div>
<div>
<li><h4>QA Automation</h4></li>
<p>Automation for Email Testing</p>
</div>
</a>
</div>
<div id="HTML_Check">
<a href="QA_Automation.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>HTML Check</h4></li>
<p>Find HTML/CSS issues</p>
</div>
</a>
</div>
<div id="Fake_SMTP_Server">
<a href="QA_Automation.html">
<div><img src="navbarimg/fake_smtp_server_icon_menu.svg" alt=""></div>
<div>
<li><h4>Fake SMTP Server</h4></li>
<p>Your own SMTP server</p>
</div>
</a>
</div>
<div id="Sandbox_API">
<a href="QA_Automation.html">
<div><img src="navbarimg/api_icon_menu.svg" alt=""></div>
<div>
<li><h4>Sandbox API</h4></li>
<p>Integrate with your application</p>
</div>
</a>
</div>
</ul>
</div>
<!-- first dropdown box ends -->
<!-- second option in nav-bar starting -->
<div id="second_option">
<a href="Email_API.html">
<button type="button" id="dropdownMenu2">
Email API
</button>
</a>
</div>
<!-- second option in nav-bar ending -->
<!-- third option in nav-bar starting -->
<div id="second_option">
<a href="Pricing.html">
<button class="Pricing" type="button" id="dropdownMenu2">
Pricing
</button>
</a>
</div>
<!-- third option in nav-bar ending -->
<!-- fourth option in nav-bar startyin -->
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="API">
<a href="API.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>API</h4></li>
<p>Intergrate with existing resources</p>
</div>
</a>
</div>
<div id="Case_studies">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/file-case.png" alt=""></div>
<div>
<li><h4>Case Studies</h4></li>
<p>Success stories of our Customers</p>
</div>
</a>
</div>
<div id="Blog">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/blog.png" alt=""></div>
<div>
<li><h4>Blog</h4></li>
<p>The best content about emails</p>
</div>
</a>
</div>
<div id="Help">
<a href="Help.html">
<div><img height="40px" width="40px" src="navbarimg/info-center.png" alt=""></div>
<div>
<li><h4>Help</h4></li>
<p>How-to's and Knowledge base</p>
</div>
</a>
</div>
</ul>
</div>
<!-- fourth option in nav-bar ending -->
<div id="user-signup">
<button id="barr" class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<img style="width: 30px;height: 30px;" src="https://thumbs.dreamstime.com/z/icon-profile-color-green-icon-profile-color-green-circle-color-dark-green-background-color-white-194702090.jpg"/>
</button>
<ul class="dropdown-menu">
<li><a href="userprofile.html" id="signin" class="dropdown-item" href="#">User Profil</a></li>
<li><a href="index.html" onclick="Logout()" class="dropdown-item" href="#">Log Out</a></li>
<li><a href="feedback.html" id="logout" class="dropdown-item" href="#">Feed Back</a></li>
</ul>
</div>
</div>
<!-- ended ones -->
</div>
</div>
</div>
<!-- invisible button ends -->
</div>
</div>
<!-- nav bar ends -->
<div id="hi_main" class="same">
<div>
<h1>Payment Method</h1>
</div>
<div id="hi_first">
<img src="https://imgkub.com/images/2022/07/22/mailtrap5.png" alt="mailtrap5.png" border="0">
<h3>New Card</h3>
</div>
<div id="hi_card">
<label for="">Cardholder Name</label><br>
<input type="text" id="hi_card_name" value="" size="16" required><br>
<label for="">Validity</label><br>
<div id="hi_mm">
<i class="fa fa-id-card"></i>
<input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57' size="16" maxlength="16" placeholder="Card Number" id="hi_card_number" required><br>
</div>
<label for="">CVV</label>
<div id="hi_mm">
<i class="fa fa-id-card"></i>
<input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57' maxlength="3" size="3" placeholder="CVV Number" id="hi_cvv_number" required><br>
</div>
<div>
<p id="hi_msg"></p>
</div>
<div id="appendheretoo">
<button onclick="sendotp()" id="hi_button">Send OTP</button>
</div>
<div id="alerthere"></div>
</div>
</div>
</body>
</html>
<script src="scripts/UI.js"></script>
<script src="scripts/payment.js"></script>