-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathfooter.html
57 lines (53 loc) · 2.01 KB
/
footer.html
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<title>Document</title>
</head>
<body>
<footer>
<div class="main-footer-wrapper">
<div class="main-box1">
<div class="brand-logo">
<img src="img/logo.png"><br>
</div>
<div class="twitter">
<img src="img/twitter-logo.png">
<a href="#">@expenseng</a>
</div>
</div>
<div class="main-box2">
<div class="box1">
<h4>Pages</h4>
<a href="index.html">Home</a>
<a href="ExpenditureReport.html">Daily Report</a>
<a href="ministry_expenditure.html">Ministry Report</a>
<a href="companyreport.html">Company Report</a>
</div>
<div class="box2">
<h4>Profiles</h4>
<a href="ministry profile.html">Ministry Search</a>
<a href="companysearch.html">Company Search</a>
</div>
<div class="box3">
<h4>References</h4>
<a href="handlePage.html">Government Handles</a>
<a href="group_12_about.html">About Us</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</div>
<div class="last-footer">
<ul>
<li><a href="#">Accessibility |</a></li>
<li><a href="#"> Privacy Policy |</a></li>
<li><a href="#"> Freedom of Information Act</a></li>
<li class="push">
<a href="#">© 2020 EXPENSENG.com</a>
</li>
</ul>
</div>
</footer>
</body>
</html>