-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcontact.php
More file actions
94 lines (82 loc) · 3.48 KB
/
Copy pathcontact.php
File metadata and controls
94 lines (82 loc) · 3.48 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
<!DOCTYPE html>
<html>
<head>
<?php require_once 'templates/header.php';?>
</head>
<body>
<!--Header-->
<?php require_once 'headings/heading.php';?>
<!--here a registration form starts-->
<div class="container">
<!-- this is the cointainer were the contact information will bess -->
</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 LOAN.<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.But you must qualify for being loan beneficiary,you must have some evidences which shows qualifications in loan application</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>
<h1>Contact Us</h1>
<br>
<p>
We are available in week days, Monday to Friday. <br>
<br>Please! Feel free to contact us through this number 0656 504157.Or you may find us through the following email.loan12@gmail.com.Also you visit different social medis such as facebook
</p>
</div>
</div>
</div>
</section>
<!--The 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>