forked from jakejarvis/kitboga-bank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (297 loc) · 14.8 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="themes/basic/template.css">
<title>Login to your online bank account!</title>
<link rel="shortcut icon" href="favicon.ico?r=random1" type="image/x-icon">
<link rel="icon" href="favicon.ico?r=random1" type="image/x-icon">
<link rel="favicon" href="favicon.ico?r=random1" type="image/x-icon">
</head>
<body>
<div class="preheader">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav>
<ul>
<li>Products</li>
<li>Services</li>
<li>Help</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 style="margin-top:8px;">
<span id="logo" class="oi" data-glyph="glyph"></span>BANK NAME</h2>
<div class="header-menu">
<nav>
<ul class="nav mx-auto">
<li class="nav-item"><a class="nav-link" href="#">Personal</a></li>
<li class="nav-item"><a class="nav-link" href="#">Business</a></li>
<li class="nav-item"><a class="nav-link" href="#" onclick="triggerInactive()">Investing</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact</a></li>
<li class="nav-item"><a class="nav-link" id="log" href="/logout.php">About</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class="menu">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav>
<ul class="nav mx-auto">
<li class="nav-item"><a class="nav-link" href="#">Personal</a></li>
<li class="nav-item"><a class="nav-link" href="#">Business</a></li>
<li class="nav-item"><a class="nav-link" href="#" onclick="triggerInactive()">Investing</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact</a></li>
<li class="nav-item"><a class="nav-link" id="log" href="/logout.php">About</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="dog">
<div class="container">
<div id="sideswap" class="row">
<div class="col-md-4">
<div id="login-box" class="epic">
<form>
<h4 class="ltitle">Online Banking</h4>
<select id="thiswontmatter">
<option>Business</option>
<option>Personal</option>
<option>Investing</option>
</select>
<input id="username" type="text" name="user" placeholder="username" />
<input id="password" style="margin-top:8px;" type="password" name="pass" placeholder="password" />
<div id="loading">Please Wait...</div>
</form>
<div class="spacer"></div>
<button id="login" href="#">Log In</button>
<a id="applyToday" href="#">Apply Today</a>
</div>
</div>
<div class="col-md-8 headline">
<h1 style="font-size: 2rem;">Hello There!</h1>
<h4>Investing is like a box of chocolates, you never know what you're gonna get.</h4>
<h4>Check the dictionary, we're there.</h4>
<h4>Buying high, so you can sell low.</h4>
<h4>Trusting your bank should be easy, so that's what you should do.</h4>
<h4>Ask about our low interest CD rates.</h4>
<h4>Now offering fixed rate war bonds.</h4>
<br />
<div id="mobile" class="darker">
<h3>Mobile App</h3>
<p>Download our state of the art mobile banking suite today!</p>
<a href="#">Try Mobile Banking</a>
<img src="/img/GooglePlay.svg" /><img src="/img/AppStore.svg" />
</div>
</div>
</div>
</div>
</div>
<div id="fastlinks">
<div class="container">
<div class="row">
<div class="col">
<span class="oi" data-glyph="person"aria-hidden="true"></span>
<h4>Great Rates</h4>
</div>
<div class="col">
<span class="oi" data-glyph="wifi"aria-hidden="true"></span>
<h4>Mobile Checking</h4>
</div>
<div class="col">
<span class="oi" data-glyph="globe"aria-hidden="true"></span>
<h4>Investing Tips</h4>
</div>
</div>
</div>
</div>
<div id="threethings">
<div class="container">
<div class="row">
<div class="col">
<h4>Auto Loan Center <span class="oi" data-glyph="caret-right"aria-hidden="true"></span></h4>
<p>If you think all banks are the same then you're right. It's money money money baby.</p>
</div>
<div class="col">
<h4>Education Center <span class="oi" data-glyph="caret-right"aria-hidden="true"></span></h4>
<p>Let's think for a second what life would be like if everyone read books everyday.</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div id="homecontent" class="row">
<div class="col-md-8">
<h3>Banking doesn't have to be complicated, but it is anyways.</h3>
<p>We're passionate about getting your money in our bank and will stop at nothing to make it happen. In todays dog-eat-dog-eat-cat-eat-bird-eat-worm world we have to rely on powerful allies. As said powerful allies to many powerful world leaders, we can be the answer to your problems. </p>
<p>Did you know banking can solve a world of problems?<br /> Here at <?php echo $_BANKNAME; ?> we solve the worlds problems of tomorrow, today. We put the you in community. There's no physical branches so we can keep the saving flowing.</p>
</div>
<div id="ccbox" class="col-md-4">
<div class="thing">
<h4>Competitive Rates</h4>
<ul>
<li>Mortgage 15yr <span>5.05</span></li>
<li>Mortgage 30yr <span>6.9</span></li>
<li>5yr CD <span>0.05%</span></li>
<li>War Bond <span>1.3%</span></li>
</ul>
<small><a href="#">Disclosures</a></small>
</div>
<div class="thing">
<h4>Today's Rates</h4>
<ul>
<li>Auto Loans <span>4.20</span></li>
<li>Home Equity Loans <span>6.54</span></li>
<li>Mortgage 15yr <span>5.05</span></li>
<li>Mortgage 30yr <span>6.9</span></li>
</ul>
<small><a href="#">Disclosures</a></small>
</div>
<div class="thing">
<h4>Refer A Friend!</h4>
<img width="250" src="https://images.unsplash.com/photo-1560472355-536de3962603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60" /><br />
<a href="#">Learn More</a>
</div>
<div class="thing">
<h4>Questions?</h4>
<p>We have representitives standing by 24/7</p>
<a href="#">Contact Support</a>
</div>
</div>
</div>
</div>
</div>
<div id="rates" class="content shaded">
<div class="container">
<div class="row">
<div class="col-md-12" style="text-align: center;">
<h3>Cash Me Outside, How 'Bout Dat</h3>
</div>
<div class="col-md-4">
<h5>Online Transfers</h5>
<h1>0.42%</h1>
<a href="#">Details ></a>
</div>
<div class="col-md-4">
<h5>Credit Card</h5>
<h1>0.12%</h1>
<a href="#">Details ></a>
</div>
<div class="col-md-4">
<h5>International</h5>
<h1>1.37%</h1>
<a href="#">Details ></a>
</div>
</div>
</div>
</div>
<div class="content footer">
<div class="container">
<p>Member FDIC: No. Rates and investment products are not insured.
</p>
<p>
The bank information provided on this website is only valid for those living in states that end in G and no others. Any attempt to use this website without authorized access is prohibited by the 11th circuit court of the high magistrates. No offers may be made or accepted from any resident outside of these states due to various state regulations and registration requirements regarding investment products and services.</p>
<p> © Copyright <?php echo date('Y'); ?> GGNOREE LLP, LLC, UDP.
</p>
</div>
</div>
<div id="twofactor" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Two Factor Auth</h5>
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Please enter the code that was sent to your phone below:
<br />
<div class="form-group">
<input class="form-control" id="code" type="text" name="pass" placeholder="_ _ _ _ _ _" />
</div>
<small class="badcode">
The authentication code you entered is invalid. Please try again.
</small>
</div>
<div class="modal-footer">
<button type="button" id="codesubmit">Submit</button>
</div>
</div>
</div>
</div>
<div id="captcha" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">For your safety...</h5>
</div>
<div class="modal-body">
Please select all the <span id="catName">cats</span> from the pictures below.
<br />
<div class="form-group">
<div id="game">
</div>
</div>
<small class="badcode">
The authentication code you entered is invalid. Please try again.
</small>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" id="captchasubmit" disabled="disabled">Submit</button>
</div>
</div>
</div>
</div>
<div id="mathquiz" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">For your safety...</h5>
</div>
<div class="modal-body">
Please solve the following simple math problem:
<br />
<div class="form-group">
<div id="quiz">
<input id="quizanswer" type="text" placeholder="answer"/>
</div>
</div>
<small class="badcode">
The answer is incorrect, please try again.
</small>
</div>
<div class="modal-footer">
<button type="button" id="mathsubmit">Submit</button>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script type="text/javascript" src="/script.js"></script>
</body>
</html>