-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
24 lines (24 loc) · 1.18 KB
/
footer.php
File metadata and controls
24 lines (24 loc) · 1.18 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
<!-- Footer -->
<footer class="container-fluid bg-dark">
<div class="row text-white justify-content-evenly pt-3">
<div class="col-md-3">
<h4>CourseMap</h4>
<p>CourseMap is the global online learning platform that offers anyone, anywhere access to online courses.<br>
© 2021 CourseMap Inc. All rights reserved.</p>
</div>
<div class="col-md-3">
<h4>Important Link</h4>
<p>
<a href="index.php" class="link-warning text-decoration-none">Home</a><br>
<a href="aboutUs.php" class="link-warning text-decoration-none">About Us</a><br>
<a href="course.php" class="link-warning text-decoration-none">Courses</a><br>
</p>
</div>
<div class="col-md-3">
<h4>Connect</h4>
<a href="" class="link-warning text-decoration-none">Facebook</a><br>
<a href="" class="link-warning text-decoration-none">Instagram</a><br>
<a href="" class="link-warning text-decoration-none">Linkedin</a><br>
</div>
</div>
</footer>