-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaboutus.php
More file actions
106 lines (85 loc) · 4.2 KB
/
Copy pathaboutus.php
File metadata and controls
106 lines (85 loc) · 4.2 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
97
98
99
100
101
102
103
104
105
106
<!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-->
<section class="container-fluid">
<div class="container">
<div class="row" id="absolute">
<div class="col-md-12">
<p class="lead">Why Oloan?<br>Online Loan System is the system which provide students to request and get responds of loan in online which make the loan system easy to use and students to get loan ealy than using manual system which cost more time in responding students requests.
These can be accomplished by fill up the loan application form and wait for approval
from our loan officers and you would have your loan on time .Also you must qualify before you get loan.You must have qualifications which will be as evidence in loan aapplication.</p>
</div><!-- ends col-6-->
</div>
<div class="row" id="absolute">
<div class="col-md-12">
<p class="lead">Vision Statement <br>
Vision. to be a centre of excellence for the provision of loans to
needy and eligible Tanzanian students of higher learning institutions.All student who qualify should get loan.loan should be provided to the students who are not able to afford the cost of study
</p>
<p class="lead">Mission Statement <br>
Mission. to put in place a well managed and sustained revolving students’ loan fund to
enhance access to higher education by needy and eligible Tanzanian students’
</p>
<p class="lead">Core Value<br>
The core values which will guide HESLB in achieving its objectives are;team work,transparency,
accountability, commitment, integrity, and equity.These are the very imporyant components in loan application implementation. There should be transparency and accountability to enhance efficiency in loan provision
</p>
</div><!-- ends col-6-->
</div>
<script type="text/javascript">
document.getElementById("field_terms").setCustomValidity("Please indicate that you accept the Terms and Conditions");
</script>
</body>
</html>
</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>Dar Es Salam<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 Student 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>