-
Notifications
You must be signed in to change notification settings - Fork 1
/
index4.html
241 lines (175 loc) · 17 KB
/
index4.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
<!DOCTYPE html>
<html>
<head>
<title>PENFIELD TRUST Personal Banking, Loans, Cards & More -PTBank </title>
<meta charset="utf-8">
<meta name="description" content="PENFIELD TRUST BANKING providing loans, cards and more -PENFIELD TRUST BANK (PTB)">
<meta name="keywords" content="penfield trust bank, ptbanking.com, ptb, ptbanking, penfield trust bank, ptbank, penfield, loans,panfield trustbank">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- BX slider CSS -->
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css">
<!-- responsive css -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<header class="headers" id="home">
<div class="header-overlays">
<div class="container header-container">
<a href="index.html">
<div class="row">
<div class="col-md-12">
<!-- Logo -->
<div class="logos text-center">
<!-- small size logo -->
<img src="images/logos.png" alt="logo">
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10">
<!-- Header iPhone -->
<div id="tb0">
<label style="padding-right: 10px; font-weight: bolder; font-size: 30px;">ACCOUNT NAME: Alison Ivan Benjamin</label><br>
<table style="overflow-x: auto; position: relative; width:100%; margin-left: auto; margin-right: auto; ">
<caption style=" padding-top:20px;">Welcome back Alison Ivan Benjamin!
</caption>
<tr>
<th>Account No</th>
<th>Internal ref</th>
<th>Account Type</th>
<th>Currency</th>
<th>Book balance</th>
<th>Balance</th>
</tr>
<tr>
<td>9554633212</td>
<td>411/320/109</td>
<td>Savings</td>
<td>Dollars </td>
<td>$34,583.70</td>
<td>$34,583.70</td>
</tr>
<button type="button" onclick="window.open('index.html', '_self',''); window.close();">Logout</button>
</table>
<div id="tb2">
<table style="overflow-x: auto; position: relative; width:100%; margin-left: auto; margin-right: auto; ">
<caption style="font-weight: bolder; font-size: 20px; padding-top:40px;">Transaction History<br>
</caption>
<tr>
<th>trans date</th>
<th>Narrative</th>
<th class="t">Debit</th>
<th class="th"> Credit</th>
<th class="the">Originating branch</th>
</tr>
<tr>
<td>13-SEPT-2021</td>
<td>00045776356576723/mob/bank-of-america/Hourigan-construction-services</td>
<td> </td>
<td>$25,000 </td>
<td class="the" > USA</td>
</tr>
<tr>
<td>08-SEPT-2021</td>
<td>673782939/billy adams/vio-bank/refund/e-channel</td>
<td>$376</td>
<td> </td>
<td class="the" >New York</td>
</tr>
<tr>
<td>04-SEPT-2021</td>
<td>7-ELEVENDebit</td>
<td>$1,750.07 </td>
<td></td>
<td class="the" >USA</td>
</tr>
<tr>
<td>04-SEPT-2021</td>
<td>673782939/billy adams/vio-bank/refund/e-channel</td>
<td>$4,520.22</td>
<td> </td>
<td class="the" >New York</td>
</tr>
<tr>
<td>01-SEPT-2021</td>
<td>673782939/billy adams/vio-bank/refund/e-channel</td>
<td> </td>
<td>$5,780</td>
<td class="the" >New York</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
<td> .... </td>
<td>....</td>
<td class="the" >....</td>
</tr>
</table>
<div id="tb2" style="padding-top: 19px;">
<label style="font-weight: bolder; font-size: 30px;">Bank Transfer<p>(Simple And Fast Transactions)</p></label>
<input placeholder="Receiver's Account Number" style="background-color: transparent;" type="text" class="form-control">
<div class="dropdown">
<select style="padding:10px; margin: 15px; margin-left: 0;">
<option>Account Type</option>
<option>SAVINGS</option>
<option>CHECKING</option>
<option>DIVIDEND/INTEREST CHECKING</option>
<option>MONEY MARKET</option>
<option>CD</option>
<option>IRA</option>
</select>
</div>
</div>
<input style="margin-bottom: 15px;" placeholder="AMOUNT" style="background-color: transparent;" type="TEXT" name="pswd" class="form-control" id="exampleInputPassword1">
<input style="margin-bottom: 15px;" placeholder="Routing number" style="background-color: transparent;" type="text" class="form-control">
<input placeholder="PURPOSE" style="background-color: transparent;" type="text" class="form-control">
<p style="color: green; font-weight: bolder;">AVAILABLE BALANCE:$34,583.70</p><div class="modal-footer">
<button type="button" onclick="check(this.form)" data-dismiss="modal" value="Login" class="btn btn-primary">Send</button>
<script language="javascript">
function check(form) {
const ols = prompt("Tax Transfer Pin Required");
if (ols == "111111111" || ols == "0000000000" ){
alert("Transaction Declined. We noticed that this transaction is been made from sao paulo, Brazil. Please contact our branch in the United States Of America, for further assistance.")
}
else{
alert("Transaction declined. Incorrect pin entered. Please try again or contact our customer service agent on our live chat.")
}
window.location.reload(true);
; }
</script>
</div>
</div>
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ecad74a8ee2956d73a421f3/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
</body>
</header>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<div id="copyright">
<p>Copyright © 2016 <a href="#"> - PT BANKING</a></p>
<p>PENFIELD TRUST Online Banking</p>
</div>
</div>
</div>
</div>
</footer>