aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/footer_extra.html
blob: 176b14f6302970b9e097b368d81a63d71fb8a9b7 (plain)
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
<footer class="site-footer">
    <div class="footer-container">
        <div class="column span-12">
            <div class="additional-links footer-list1">
                <h5>Get in touch</h5>
                <ul>
                    <li class="border first-child"><a href="/contact">Contact Us</a></li>
                    <li class="border"><a href="http://www.bromley.gov.uk/feedback">Feedback</a></li>
                </ul>
            </div><!--additional-links-->
            <div class="additional-links footer-list2">
                <h5>Our website</h5>
                <ul>
                    <li class="first-child"><a href="http://www.bromley.gov.uk/accessibility">Accessibility</a></li>
                    <li><a href="javascript:void(0);" onclick="window.print()" rel="nofollow">Print</a></li>
                    <li><a href="javascript:bookmark('http://www.bromley.gov.uk', 'London Borough of Bromley')">Bookmark this page</a></li>
                    <li><a href="http://www.bromley.gov.uk/privacy">Privacy and cookies</a></li>
                    <li><a href="http://www.bromley.gov.uk/terms">Disclaimer</a></li>
                    <li><a href="http://www.bromley.gov.uk/press/article/977/community_library_management_proposals_invited#mast">To the top</a></li>
                </ul>
            </div><!--additional-links-->
            <div class="additional-links">
                <h5>Social</h5>
                <div class="social">
                    <ul class="inline-list small-size width">
                        <li class="first-child"><a href="http://www.facebook.com/LBBromley" title="Facebook"><img src="/cobrands/bromley/facebook.png" alt="Facebook"></a></li>
                        <li><a href="http://twitter.com/LBofBromley" title="Twitter"><img src="/cobrands/bromley/twitter.png" alt="twitter"></a></li>
                        <li><a href="http://www.youtube.com/LBBromley" title="Youtube"><img src="/cobrands/bromley/youtube.png" alt="youtube"></a></li>
                        <li><a href="http://www.flickr.com/photos/lbofbromley/" title="flickr"><img src="/cobrands/bromley/flickr.png" alt="flickr"></a></li>
                        <li><a href="http://www.bromley.gov.uk/rss/press" title="RSS"><img src="/cobrands/bromley/rss.png" alt="RSS"></a></li>
                    </ul>
                </div><!--social-->
            </div><!--additional-links-->
        </div>
        <div class="column span-12">
            <div class="copyright">
                <p class="first-child">© 2015 London Borough of Bromley</p>
            </div><!--copyright-->
        </div><!--column-->
    </div><!--footer-container-->
</footer>