-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.php
More file actions
96 lines (85 loc) · 3.72 KB
/
Copy pathindex.php
File metadata and controls
96 lines (85 loc) · 3.72 KB
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
<!DOCTYPE html>
<html>
<head>
<?php require_once 'templates/header.php';?>
</head>
<body>
<!--Header-->
<?php require_once 'headings/index_header.php';?>
<!--here a registration form starts-->
<div class="container">
<div class="jumbotron" id="nobg">
<div class="container"id="paragraph" >
<h1>HEY, Apply Loan Here It's Easy and Fast</h1>
<p>WE make your life easier by Simplifying the Process of Applying
for a loan like never before,<br>
Just register by Giving Us your Vaild info ,
Then you will be able to apply for a loan
<br>
<span id="bold">Fill the Registration Form Below To Start The Application Now</span>
</p>
<p><a class="btn btn-secondary btn-lg" href="#" role="button">More Info</a></p>
</div>
</div>
</div>
</section>
<section class="container-fluid">
<hr class="featurette-divider">
<div class="container-fluid" >
<div class="row featurette">
<div class="col-md-7">
<h2 class="page-header">How to Apply for a loan! Where Life is simplied.<br>
<span class="text-muted">It's Easy</span></h2>
<p class="lead">YEs! you just need a Membership account and then after being full Registred<br>You will fill up the loan application form and wait for approval
from our loan officers<br> and you would have your loan in no time</p>
<p class="lead">Once you have got the Membership account. You can now use our loan benefits and wait for it!!<br> and you would have your loan in no time</p></div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="image/home.jpg" alt="Generic placeholder image">
</div>
</div>
</div>
</section>
<!--Footer-->
<footer id="footer">
<!--Container-->
<div class="continer-fluid" id="footer">
<!--row-fluids-->
<div class="container">
<!--Contact Form-->
<div class="span3" id="span3">
<h4>ADDRESS</h4>
<ul class="unstyled address">
<li>
<i class="icon-home"></i></strong>Institute Of finance Management<br>
</li>
<li>
<i class="icon-home"></i></strong>5 Shabaan Robert st.,Dar Es Salaam<br>Tanzania
</li>
<li>
<i class="icon-envelope"></i>
<strong>Email: </strong> lvavalai@gmail.com
</li>
<li>
<i class="icon-globe"></i>
<strong>Website:</strong> www.ifmso.ac.tz
</li>
<li>
<i class="icon-phone"></i>
<strong>Tel:</strong> +255654028211</li>
<li>
<i class="copyright">© <strong>2017</strong> <br>IFM Bcs Project </i>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!--/Footer-->
</div>
</body>
<!-- this place under to make the web load faster -->
<script type="text/javscript" src="js/bootstrap.min.js"></script>
<script type="text/javscript" src="js/jquery.js"></script>
<script type="text/javscript" src="js/popper.js"></script>
<script type="text/javscript" src="js/vendor.js"></script>
</html>