-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
38 lines (36 loc) · 2.49 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
</div><!-- .wrapper -->
<footer>
<div class="column footer-col-1">
<h4><a href="http://www.brooklynrail.org/" target="_blank"><img src="<?php echo get_bloginfo('template_url'); ?>/images/brooklyn-rail-logo.svg" alt="Brooklyn Rail Logo"></a></h4>
95 Commercial Street, Ste. 2<br>
Brooklyn, NY 11222<br><br>
T: 718 349 8427<br>
<a href="mailto:[email protected]">[email protected]</a><br><br>
<a href="https://twitter.com/TheBrooklynRail" class="twitter" target="_blank">Twitter</a><a href="https://www.facebook.com/thebrooklynrail" class="facebook" target="_blank">Facebook</a>
</div>
<div class="column footer-col-2">
<h4><a href="http://dedalusfoundation.org/" target="_blank"><img src="<?php echo get_bloginfo('template_url'); ?>/images/dedalus-foundation-logo.png" alt="Dedalus Foundation Logo"></a></h4>
25 East 21st Street, 4th Floor<br>
New York, NY, 10010<br><br>
T: 212 220 4220<br>
<a href="mailto:[email protected]">[email protected]</a><br><br>
<a href="https://twitter.com/TheDedalusFndn" class="twitter" target="_blank">Twitter</a><a href="https://www.facebook.com/DedalusFoundation" class="facebook" target="_blank">Facebook</a>
</div>
<div class="column footer-col-3">
<h4>About this Site</h4>
This website serves as a digital component of the exhibition <i>Come Together: Surviving Sandy, Year 1</i>, and was published with the support of the Dedalus Foundation, Industry City, the Jamestown Charitable Trust, the Pollock-Krasner Foundation, and the Helen Frankenthaler Foundation. Both the exhibition and the catalogue were organized by the Brooklyn Rail.<br><br>
Site design by <a href="http://www.sethhoekstra.com/">Seth Hoekstra</a> and <a href="http://www.dylanfisher.com/">Dylan Fisher</a><br>
Project management by Amelia Maffin
</div>
</footer>
</div><!-- .outer-wrapper -->
<script src="<?php echo get_bloginfo('template_url'); ?>/js/build/application.min.js"></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55646868-1', 'auto');
ga('send', 'pageview');
</script>
<?php wp_footer() ?>