-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
26 lines (23 loc) · 999 Bytes
/
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
<!-- Footer for Police in Politics site -->
<!doctype html>
<div id="footer">
<div align="center">
<a href="https://mijente.net/" target="_blank">
<img src="img/mijente-logo.png" class="logo" style="max-height:30px; max-width:105px; width:20%;">
</a>
<a href="http://www.bu.edu/spark/" target="_blank">
<img src="img/spark-logo.png" class="logo" style="max-height:75px; max-width:75px; width:20%;">
</a>
<a href="https://www.aclum.org/" target="_blank">
<img src="img/Logo_CMYK_Massachusetts_Massachusetts.png" class="logo" style="max-height:45px; max-width:86px; width:20%">
</a>
<a href="https://www.data.aclum.org/" target="_blank">
<img src="img/D4J-logo-transparent.png" class="logo" style="max-height:40px; max-width:111px; width:20%;">
</a>
</div>
<p align="center" style="opacity: 0.6;">
Please contact
<a href="mailto: [email protected]">[email protected]</a>
with questions.
</p>
</div>