-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
47 lines (42 loc) · 1.56 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
<!DOCTYPE html>
<html>
<body>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h4>Menu</h4>
<hr>
<ul class="alt">
<li><a href="index.php">Home</a></li>
<li><a href="login.php">Apply Now</a></li>
<li><a href="#">Find RTI</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</section>
<section></section>
<section>
<h4>Social Media</h4>
<ul class="plain">
<li><a href="#"><i class="icon fa-twitter"> </i>Twitter</a></li>
<li><a href="#"><i class="icon fa-facebook"> </i>Facebook</a></li>
<li><a href="#"><i class="icon fa-instagram"> </i>Instagram</a></li>
<li><a href="#"><i class="icon fa-github"> </i>Github</a></li>
</ul>
</section>
</div>
<div class="copyright">
© RTI<a href="home.php">info</a>, portal.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>