-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWelcome.html
375 lines (354 loc) · 14.3 KB
/
Welcome.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<title>Faisman Bank</title>
<link rel="shortcut icon" href="Faisal.ico">
<script>
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m = checkTime(m);
s = checkTime(s);
document.getElementById('timer').innerHTML =
h + ":" + m + ":" + s;
var t = setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Executive Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" property="" />
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- //js -->
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<!-- //font-awesome icons -->
<link href="//fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
</head>
<body>
<!-- banner -->
<div class="banner">
<div class="container">
<div class="agile-header">
<div class="agileits-contact-info text-right">
<ul>
<li><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><a href="mailto:[email protected]">[email protected]</a></li>
<li><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>0813 777 2088</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<nav class="navbar navbar-default">
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="index.html">Faisman Bank</a></h1>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<nav class="menu menu--iris">
<ul class="nav navbar-nav menu__list">
<li class="menu__item menu__item--current"><a href="Welcome.html" class="menu__link">Welcome</a></li>
</ul>
</nav>
</div>
</nav>
<div class="w3l_banner_info">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="wthree_banner_info_grid">
<h4>Make Payments Easier and Faster</h4>
<h3>With simple steps for transferring funds from your Faisman account to any other banks, pay bills or buy airtime. Your can also modify your limits on the platform.</h3>
<h5>Make Payments Easier and Faster</h5>
</div>
</li>
<li>
<div class="wthree_banner_info_grid">
<h4>You Can Take Loans</h4>
<h3>Can See How Loans Will be Paid But you Have To go to the bank for acceptance or rejection of loans.</h3>
<h5>You Can Take Loans</h5>
</div>
</li>
<li>
<div class="wthree_banner_info_grid">
<h4>Keeping You Safe and Secure</h4>
<h3>You will get a unique log in username that confirms it’s you, with your one time password (OTP) verification as 2nd level authentication. It’s more than just a link with you and Fidelity.</h3>
<h5>Keeping You Safe and Secure</h5>
</div>
</li>
<li>
<div class="wthree_banner_info_grid">
<h4>Sign Up All By Yourself</h4>
<h3>Simply sign yourself up with no assistance. Simplified to make your online banking experience seamless. Activating and linking a soft token service on Online banking using the ENTRUST token app.</h3>
<h5>Sign Up All By Yourself</h5>
</div>
</li>
</ul>
</div>
</section>
<!-- flexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- //flexSlider -->
</div>
</div>
</div>
<!-- //banner -->
<!-- welcome -->
<body onload="startTime()">
<h1>Welcome Back</h1>
<div id="container0">
<br>
<div id="accountno"><img src="images/profile.png" width="150" height="150" alt="img" float=""/></div>
<br>
<br>
<div id="timer"></div>
<br>
<div id="container1">
<div id="accountno"><br><label for="Account Number"><h1>2050574823</h1></label></br></div>
<div id="accountlbl"><br><label for="Account Type"><h1>Savings</h1></label><br></br></div>
</div>
<br>
<div id="container1">
<div id="accountno"><br><label for="Account Number"><h1>₦1,909,039.76</h1></label></br></div>
<div id="accountlbl"><br><label for="Account Type"><h1>Faisal Farouk</h1></label><br></br></div>
</div>
<br>
<h6>Transaction</h6>
<div id="container2">
<br>
<div id="accountlbl"><input type="text" class="form-control" id="ano" placeholder="Enter Accoount Number" size="45" value="2050574823"></div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Enter Amount To Send" size="45" value="₦100,000"></div>
<br>
<br>
<br>
<br>
<div id="accountlbl">
<select class="form-control" id="Bts">
<option value="" disabled selected hidden>Bank To Send</option>
<option value="Zenith">Zenith Bank</option>
<option value="Fidelity">Fidelity Bank</option>
<option value="Eco">Eco Bank</option>
<option value="Fcmb">FCMB</option>
<option value="uba">UBA Bank</option>
<option value="gt">GT Bank</option>
</select>
</div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Reference" size="45" value="To UBA Yaro"></div>
<br>
<br>
<br>
<br>
<div id="accountmid"><input type="text" class="form-control" id="amts" placeholder="Password" size="45" value="******"></div>
<br>
<button type="submit" class="btn btn-primary btn-sm btn-block" data-toggle="modal" data-target="#TransactionModal">Transfer</button>
<!--Modal-->
<div class="modal fade" id="TransactionModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" style="color:black;font-family:Arial;">Done!</h2>
</div>
<div class="modal-body">
<p style="color:black;font-family:Arial;" >Sent ₦100,000 to 2050574833.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<br>
<h6>AirTime Recharge</h6>
<div id="container2">
<br>
<div id="accountlbl"><input type="text" class="form-control" id="ano" placeholder="Number To Send" size="45" value="09055000933"></div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Enter Amount To Send" size="45" value="₦2,000"></div>
<br>
<br>
<br>
<br>
<div id="accountlbl">
<select class="form-control" id="Carrier">
<option value="" disabled selected hidden>Select Carrier</option>
<option value="Airtel">Airtel</option>
<option value="Etisalat">Etisalat</option>
<option value="Glo">Glo</option>
<option value="MTN">MTN</option>
<option value="Ntel">Ntel</option>
<option value="Vodafone">Vodafone</option>
</select>
</div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Reference" value="To My Ntel 09055000933" size="45"></div>
<br>
<br>
<br>
<br>
<div id="accountmid"><input type="text" class="form-control" id="amts" placeholder="Password" value="******"size="45"></div>
<br>
<button type="submit" class="btn btn-primary btn-sm btn-block" data-toggle="modal" data-target="#AirtimeModal">Transfer</button>
<!--Modal-->
<div class="modal fade" id="AirtimeModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" style="color:black;font-family:Arial;">Done!</h2>
</div>
<div class="modal-body">
<p style="color:black;font-family:Arial;" >Sent ₦2,000 to 09055000933.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<br>
<h6>Bill Payment</h6>
<div id="container2">
<br>
<div id="accountlbl"><input type="text" class="form-control" id="ano" placeholder="Enter Accoount Number" size="45" value="2050574833"></div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Enter Amount To Send" size="45" value="₦1,000,000"></div>
<br>
<br>
<br>
<br>
<div id="accountlbl"><input type="text" class="form-control" id="ano" placeholder="Company Name" size="45" value="Faisman LTD"></div>
<div id="accountno"><input type="text" class="form-control" id="amts" placeholder="Reference" size="45" value="Contract Bidding"></div>
<br>
<br>
<br>
<br>
<div id="accountmid"><input type="text" class="form-control" id="amts" placeholder="Password" size="45" value="******"></div>
<br>
<button type="submit" class="btn btn-primary btn-sm btn-block" data-toggle="modal" data-target="#BillModal">Transfer</button>
<!--Modal-->
<div class="modal fade" id="BillModal" role="dialog">
<div class="modal-dialog ">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" style="color:black;font-family:Arial;">Done!</h2>
</div>
<div class="modal-body">
<p style="color:black;font-family:Arial;" >Sent ₦1,000,000 to 2050574833 Faisman LTD.</p>
<p style="color:black;font-family:Arial;">Reference: Contract Bidding.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- //welcome -->
<!--client-->
<!--//client-->
<!-- what -->
<!-- //what -->
<!-- footer -->
<div class="footer">
<div class="container">
<div class="footer-w3-agile">
<div class="col-md-6 w3l-footer-top">
<div class="footer-agile">
<div class="col-md-6 footer-w3-1">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span>
<p>House 45 Road 131 Gwarinpa</p>
<p>Abuja Nigeria</p>
</div>
<div class="col-md-6 footer-w3l-1">
<span class="glyphicon glyphicon-phone" aria-hidden="true"></span>
<p> 0813 777 2088.</p>
<p> 0905 500 0933.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 w3ls-social-icons">
<h3>Follow Us</h3>
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="#"><i class="fa fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
<div class="clearfix"></div>
</div>
<div class="copy-right-agile">
<p>© 2021 Faisman Bank.</p>
</div>
</div>
</div>
<!-- //footer -->
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>