aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bathnes/footer_extra.html
blob: cfc7234987fcfc6ef0a2e3b42f2f2beef089e8b9 (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
[%#
* Taken from https://style.bathnes.gov.uk/02-components.html#footer
* Image path changed
* Footer links updated
%]
<footer class="global-footer">
    <div class="footer-wrapper">
        <div class="grid-row">
            <div class="column-two-thirds">
                <div class="footer-logo">
                    <img src="/cobrands/bathnes/bathnes-logo-mono.png" alt="Bath & North East Somerset Council" />
                </div>

                <ul class="footer-list">
                    <li><a href="https://www.bathnes.gov.uk/contact-us">Contact Us</a></li>
                    <li><a href="/privacy">Privacy and Cookies</a></li>
                </ul>
            </div>

            <div class="column-one-thirds">

            </div>

        </div>
    </div>
</footer>