-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·88 lines (87 loc) · 3.1 KB
/
footer.php
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
<footer role="contentinfo" class="py-6 lh-1 bg-white">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3 class="h4 mb-4">World Christian Fellowship</h3>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-4 col-sm-6">
<h4 class="h6">Address</h4>
<address>
<ul class="list-unstyled">
<li>
Machakos<br>
Kenya<br>
</li>
</ul>
</address>
</div>
<div class="col-md-4 col-sm-6">
<h4 class="h6">Contacts</h4>
<ul class="list-unstyled">
<li><a href="tel:+2540702486062">+254 702 486 062</a></li>
<li><a href="tel:+254737229776">+254 737 229 776</a></li>
<li><a href="tel:+254799155770">+254 799 155 770</a></li>
</ul>
</div>
<!--<div class="col-md-3 col-sm-6">
<h4 class="h6">Support</h4>
<ul class="list-unstyled">
<li><a href="#">Support Us VIA Mpesa</a></li>
<li><a href="#">Till Number</a></li>
</ul>
</div>-->
<!--
<h4>Mathew 6:22</h4>
<p class="mb-0">
<i>
"The eye is the lamp of the body. If your eyes are healthy, your whole body will be full of light."
</i>
</p>
</div>-->
<div class="col-md-4 col-sm-6">
<div id="carouselContent" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active text-center p-4">
<h4>Mathew 6:22</h4>
<p class="mb-0">
<i>
"The eye is the lamp of the body. If your eyes are healthy, your whole body will be full of light."
</i>
</p>
</div>
<div class="carousel-item text-center p-4">
<h4>John 10:27</h4>
<p class="mb-0">
<i>
"My sheep hear my voice, and I know them, and they follow me."
</i>
</p>
</div>
<div class="carousel-item text-center p-4">
<h4>Proverb 6:12</h4>
<p class="mb-0">
<i>
"A worthless person, a wicked man,Walks with a perverse mouth."
</i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 text-center text-sm">
<p class="mb-0">© 2020 - <?php echo date('Y') ?> <a href="index.php">World Christian Fellowship</a>, All rights reserved. Powered by <a href="https://devlan.martdev.info/" target="_blank">DevLan Inc.</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>