-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
35 lines (32 loc) · 1.54 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
<footer id="footer">
<div class="container">
<nav class="row">
<div class="span6 links">
<a href="https://demandprogress.org/campaigns/">Campaigns</a> |
<a href="https://demandprogress.org/blog/">Blog</a> |
<a href="https://demandprogress.org/news/">News</a> |
<a href="https://demandprogress.org/about/">About</a> |
<a href="https://secure.actblue.com/contribute/page/demanding">Donate</a>
</div>
<div class="span6 text-right">
<div class="row deets">
<div class="span2">©<?= date('Y') ?> Demand Progress</div>
<div class="span2"><a href="https://demandprogress.org/privacy-policy/">Privacy policy</a></div>
<div class="span2"><a href="https://demandprogress.org/news/">Latest news</a></div>
</div>
<p>Paid for by Demand Progress (DemandProgress.org) and not authorized by any candidate or candidate's committee. Contributions to Demand Progress are not deductible as charitable contributions for federal income tax purposes.</p>
</div>
</nav>
</div>
</footer>
<? wp_footer() ?>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-33491335-13', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>