-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
95 lines (82 loc) · 3.86 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
89
90
91
92
93
94
95
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>MRC</h3>
<p>
P.O.Box 000
Blantyre,
Malawi<br><br>
<strong>Phone:</strong> +265 888888<br>
<strong>Phone:</strong> +265 888888<br>
<strong>Email:</strong> [email protected]<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.php">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="announcements.php">Announcements</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="contact-us.php">Contact us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="login.php">Login</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="our-team.php">Our Team</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Courses</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> Computer Science</li>
<li><i class="bx bx-chevron-right"></i> IT Systems Support</li>
<li><i class="bx bx-chevron-right"></i> Financial Accounting</li>
<li><i class="bx bx-chevron-right"></i> Graphics Designing</li> </ul>
</div>
<div class="col-lg-4 col-md-6 footer">
<h4>Our Newsletter</h4>
<p>Fill in the form to receive newsletters from us</p>
<form action="" method="post">
<div class="input-group mb-3">
<input type="text" name="email" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-success" type="submit" id="button-addon2">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <?php echo DATE('Y'); ?> <strong><span>MRC</span></strong>. All Rights Reserved
</div>
<!---
<div class="credits">
Designed and Developed by <a href="https://www.facebook.com/pistone.sanjama/">Pistone Sanjama</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>