forked from junedraghib/miniBANK_2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
461 lines (440 loc) · 16.7 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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<!-- Mirrored from html.dualtheme.com/finance/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 12 Apr 2018 13:36:17 GMT -->
<head>
<!--Title-->
<title>MiniBank</title>
<link rel="icon" href="img/icon.ico" type="image/x-icon" />
<!--Meta Tags-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--slicknav-->
<link rel="stylesheet" href="css/slicknav.css">
<!--font Awesome-->
<link rel="stylesheet" href="font-awesome/css/font-awesome.css">
<!--normalize-->
<link rel="stylesheet" href="css/normalize.css">
<!--Bootstarp-->
<link rel="stylesheet" href="css/bootstrap.css">
<!--Owl Carousel-->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!--Main Stylesheet-->
<link rel="stylesheet" href="style.css">
<!--Responsive CSS-->
<link rel="stylesheet" href="responsive.css">
<!--Modernizr-->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--Header Area-->
<header class="header-area fix" >
<div class="header fix">
<!--Logo -->
<div class="logo floatleft">
<a href="#"><i class="fa fa-university" style="font-size: 32px; color: white; margin-top:15px;">miniBANK</i></a>
</div>
<!--Main Menu -->
<div class="main-menu floatleft">
<ul class="mobile-menu">
<li><a href="#slider">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#aboutus">About Us</a></li>
<li><a href="#team">Team</a></li>
<li><a href="login1.html">Login</a></li>
<li><a href="register1.html">Register</a></li>
<li>
<a href="admin.html">Admin</a>
</li>
</li>
</ul>
</div><!--/ Main Menu -->
</div>
</header><!--/ Header Area-->
<!--Slider Area-->
<style>
.single-slider h1{
color: rgb(140, 160, 225);
}
.single-slider h2{
color: rgb(140, 160, 215);
}
.single-slider h3{
color: rgb(140, 160, 205);
}
.single-slider p{
color: rgb(140, 160, 195);
}
</style>
<section class="slider-area fix" id="slider">
<div class="sliders column fix">
<div class="slider-contents owl-carousel">
<!--Single Slider-->
<div class="single-slider">
<h1>MiniBANK</h1>
<h2>Open.Honest.Hardworking!</h2>
<h3>we have number of features for u</h3>
<p>
<strong>Saving Deposits</strong>
<br>This type of deposits encourages saving habit among the public.
<br>The rate of interest is low. At present it is about 4% p.a.
<br> Withdrawals of deposits are allowed subject to certain restrictions.
<br>This account is suitable to salary and wage earners. This account can be opened in single name or in joint names.</p>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-slider">
<h1>MiniBANK</h1>
<h2>You,re In Good Hands! </h2>
<h3>we have number of features for u</h3>
<p>
<strong>Current Deposits</strong>
This type of account is operated by businessmen. <br>Withdrawals are freely allowed. No interest is paid. In fact, there are
service charges. <br>The account holders can get the benefit of overdraft facility.</p>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-slider">
<h1>MiniBANK</h1>
<h2>Investment in knowledge<br> pays the best interest.</h2>
<h3>we have number of features for u</h3>
<p>
<strong>Recurring Deposits</strong>
<br> This type of account is operated by salaried persons and petty traders.
<br>A certain sum of money is periodically deposited into the bank. Withdrawals are permitted only after the expiry of certain
period.
<br>A higher rate of interest is paid.</p>
</div><!--/ Single Slider-->
</div>
</div>
</section><!--/ Slider Area-->
<!--Services Area-->
<section class="services-area fix" id="services" style="padding-left: 150px; padding-top:15px; margin-top:10px;">
<div class="services column fix section-margin">
<!--Single Service-->
<div class="single-service floatleft">
<div class="single-service-number">
<h2>1</h2>
</div>
<div class="single-service-icon">
<i class="fa fa-money"></i>
</div>
<div class="single-service-content">
<h2>Account Types</h2>
<p>1.Saving deposit<br>
2.Fixed deposit<br>
3.Current deposit<br>
4.Recurring deposit</p>
</div>
</div><!--Single Service-->
<!--Single Service-->
<div class="single-service floatleft">
<div class="single-service-number">
<h2>2</h2>
</div>
<div class="single-service-icon">
</br>
<i class="fa fa-university"></i>
</div>
<div class="single-service-content">
<h2>User Module</h2>
<p>1.User signup/login<br>2.Fund transfer<br>3.View transactions<br>4.Account details</p>
</div>
</div><!--Single Service-->
<!--Single Service-->
<div class="single-service floatleft">
<div class="single-service-number">
<h2>3</h2>
</div>
<div class="single-service-icon">
<i class="fa fa-signal"></i>
</div>
<div class="single-service-content">
<h2>Admin Module</h2>
<p>1.Admin login<br>2.Add/delete/update account's<br>3.All transactions<br>4.Account information</p>
</div>
</div><!--Single Service-->
</div>
</section><!--/ Services Area-->
<!--Who We Are Area-->
<section class="who-we-are-area fix" id="aboutus">
<div class="who-we-area fix">
<!--Who We are left-->
<div class="who-we-are-left floatleft">
<img src="img/who-we-area.jpg" alt="" />
</div><!--/ Who We are left-->
<!--Who We are right-->
<div class="who-we-area-right floatleft">
<div class="who-we-are-title">
<h2> AIM Of MiniBANK</h2>
<p>The main aim of designing and developing the MiniBANK DBMS/php based engineering project is to provide efficient net banking facilities,using this net banking facilities user can open an account, transfer fund, deposit fund, withdrawal, and search all his transactions.</p>
</div>
</div><!--/ Who We are right-->
</div>
</section><!--/ Who We Are Area-->
<!--What we offer-->
<section class="what-we-offer-area fix" id="weoffer">
<div class="what-we-offer column fix section-margin">
<!--What we offer Heading-->
<div class="what-we-offer-heading">
<div class="section-title">
<h2>What We Offer</h2>
<h3>Here are some of the features we tried to offer in our MiniBANK banking project.</h3>
</div>
</div><!--/ What we offer Heading-->
<!--What we offer slider-->
<div class="what-we-offer-slider fix owl-carousel">
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-balance-scale"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>View Balance</h2></a>
</div>
<div class="single-what-slider-content">
<p>Firstly login your account using username and password and your balance would be displayed with other info such as last credited amount as well as debited amount.</p>
</div>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-cubes"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>Transfer Funds</h2></a>
</div>
<div class="single-what-slider-content">
<p>When you select transfer funds,you'll be asked where to transfer the money to and from and the amount.</p>
</div>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-signal"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>Transactions</h2></a>
</div>
<div class="single-what-slider-content">
<p>This module display the the transactions made by the customer in the particular date with transaction details.</p>
</div>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-balance-scale"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>Administrative Control</h2></a>
</div>
<div class="single-what-slider-content">
<p>This module contains the administrative functions such as view all virtual account, transactions, approve and delete virtual accounts.</p>
</div>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-cubes"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>Login/Register</h2></a>
</div>
<div class="single-what-slider-content">
<p>Virtual account holders can login/register into the system using this module. Thus this is the login page for customers in the website</p>
</div>
</div><!--/ Single Slider-->
<!--Single Slider-->
<div class="single-what-we-slider">
<div class="single-what-slider-icon">
<i class="fa fa-signal"></i>
</div>
<div class="single-what-slider-title">
<a href="#"><h2>Deposit/Withdrawal</h2></a>
</div>
<div class="single-what-slider-content">
<p>This is the module to deposit/withdrawal money from virtual bank account holders from their specified account number.</p>
</div>
</div><!--/ Single Slider-->
</div><!--/ What we offer slider-->
</div>
</section><!--/ What we offer-->
<!--Why Choose us area-->
<!--Our Team Area-->
<section class="our-team-area fix" id="team">
<div class="our-team column fix section-margin">
<!--Our Team Heading-->
<div class="our-team-heading fix">
<div class="section-title">
<h2>Our Team Members</h2>
<p>Our team consist of three ..... ......</p>
</div>
</div><!--/ Our Team Heading-->
<div class="our-team-content-area fix owl-carousel">
<!--Single Our Team-->
<div class="single-our-team">
<div class="our-team-picture">
<img src="img/our-team-img.png" alt="" />
<div class="our-team-hover">
<a href="#"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="our-team-name">
<h2>JUNED RAGHIB</h2>
<h3></h3>
</div>
<div class="our-team-social-profile">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div><!--/ Single Our Team-->
<!--Single Our Team-->
<div class="single-our-team">
<div class="our-team-picture">
<img src="img/our-team-img1.png" alt="" />
<div class="our-team-hover">
<a href="#"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="our-team-name">
<h2>MD.SADIQUE</h2>
<h3></h3>
</div>
<div class="our-team-social-profile">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div><!--/ Single Our Team-->
<!--Single Our Team-->
<div class="single-our-team">
<div class="our-team-picture">
<img src="img/our-team-img2.png" alt="" />
<div class="our-team-hover">
<a href="#"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="our-team-name">
<h2>ZAKIUDDIN KHAN</h2>
<h3></h3>
</div>
<div class="our-team-social-profile">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div><!--/ Single Our Team-->
</div>
</div>
</section><!--/ Our Team Area-->
<!--Project Counting Area-->
<section class="project-count-area fix">
<div class="counting-opacity"></div>
<div class="project-counting column fix">
<!--Single Project counting-->
<div class="single-project-counting">
<h2 class="counter">1550</h2>
<div class="project-name">
<h2>Happy Client</h2>
</div>
<div class="project-icon">
<i class="fa fa-users"></i>
</div>
</div><!--/ Single Project counting-->
<!--Single Project counting-->
<div class="single-project-counting">
<h2 class="counter">1400</h2>
<div class="project-name">
<h2>Success Project</h2>
</div>
<div class="project-icon">
<i class="fa fa-briefcase"></i>
</div>
</div><!--/ Single Project counting-->
<!--Single Project counting-->
<div class="single-project-counting">
<h2 class="counter">1500</h2>
<div class="project-name">
<h2>Awards</h2>
</div>
<div class="project-icon">
<i class="fa fa-diamond"></i>
</div>
</div><!--/ Single Project counting-->
</div>
</section><!--/ Project Counting Area-->
<footer class="footer-area fix" id="footer">
<div class="footers column fix">
<!--Footer Top-->
<div class="footer-top fix">
<div class="footer-widgets fix">
<!--Single Widget-->
<div class="single-widget floatleft widget-one">
<div class="footer-name">
<a href="#slider"><i class="fa fa-university" style="font-size: 32px; color: #1f61db;">miniBANK</i></a>
<p>We a team of three tries to make it easy for others to understand banking concept with the knowledge of DBMS concepts,we tried to implement each and every concept we have learned in our course</p>
</div>
<div class="social-profile">
<p>Follow Us :</p>
<div class="social-profile-link">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest-p"></i></a>
</div>
</div>
</div><!--/ Single Widget-->
<!--Single Widget-->
<!--Single Widget-->
<div class="single-widget floatleft widget-three">
<h2 class="widget-title">Contact Us</h2>
<!--Single Address-->
<div class="single-address">
<p class="span">Address :</p>
<p>Hall of boy's residence</p>
<p>JAMIA MILLIA ISLAMIA, MEW DELHI</p>
</div><!-- / Single Address-->
<!--Single Address-->
<div class="single-address">
<p class="span">Phone :</p>
<p>+91 9205857987</p>
</div><!--/ Single Address-->
<!--Single Address-->
<div class="single-address">
<p class="span">Email :</p>
<p>[email protected]</p>
</div><!--/ Single Address-->
</div><!--/ Single Widget-->
<!--Single Widget-->
</div><!--/ Single Widget-->
</div>
</div><!--/ Footer Top-->
<!--Footer Bottom-->
</div>
</footer>
<!--Main jQuery Script-->
<script src="js/jquery-3.3.1.min.js"></script>
<!--Bootstrap JS-->
<script src="js/bootstrap.min.js"></script>
<!--Owl Carousel JS-->
<script src="js/owl.carousel.min.js"></script>
<!--Custom JQuery for Testimonial-->
<script src="js/owl-testimonial.js"></script>
<!--waypoints-->
<script src="../../cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
<!--Counter UP JS-->
<script src="js/jquery.counterup.min.js"></script>
<!--Slicknav JS-->
<script src="js/jquery.slicknav.min.js"></script>
<!--Custom JS-->
<script src="js/main.js"></script>
</body>
<!-- Mirrored from html.dualtheme.com/finance/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 12 Apr 2018 13:38:53 GMT -->
</html>