diff options
author | Martin Wright <martin@mysociety.org> | 2019-10-09 14:02:12 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-07-02 14:38:29 +0100 |
commit | 3e9277ed0e81b5d09656bff0aa5dacd87da1e55e (patch) | |
tree | 2b1ee47d1dd0591f5999eb1b3a1e62b4787dca53 /templates/web/hackney | |
parent | d157073eb872a98f9c697a0e3e959f498a922e12 (diff) |
[Hackney] Initial cobrand design & privacy policy amendment
Co-Authored-By: Struan Donald <struan@exo.org.uk>
For https://github.com/mysociety/fixmystreet-commercial/issues/1808
Diffstat (limited to 'templates/web/hackney')
-rw-r--r-- | templates/web/hackney/around/intro.html | 5 | ||||
-rw-r--r-- | templates/web/hackney/footer_extra.html | 10 | ||||
-rw-r--r-- | templates/web/hackney/header_extra.html | 2 | ||||
-rw-r--r-- | templates/web/hackney/site-name.html | 1 | ||||
-rw-r--r-- | templates/web/hackney/tracking_code.html | 1 |
5 files changed, 19 insertions, 0 deletions
diff --git a/templates/web/hackney/around/intro.html b/templates/web/hackney/around/intro.html new file mode 100644 index 000000000..d4510ac9a --- /dev/null +++ b/templates/web/hackney/around/intro.html @@ -0,0 +1,5 @@ + <div id="postcode-intro"> + <h1> Report, view, or discuss local problems</h1> + <h2> (like potholes, fly tipping, broken paving slabs, or street lighting) </h2> + </div> + diff --git a/templates/web/hackney/footer_extra.html b/templates/web/hackney/footer_extra.html new file mode 100644 index 000000000..1e7c53aad --- /dev/null +++ b/templates/web/hackney/footer_extra.html @@ -0,0 +1,10 @@ + <div class="hackney-footer"> + <div class="container"> + <a href="https://hackney.gov.uk/" alt="Hackney.gov.uk" class="hackney-footer__logo">Hackney</a> + [% IF NOT bodyclass.match('mappage') %] + <p class="footer-powered-by"> + Powered by <a class="platform-logo" href="https://www.fixmystreet.com/pro/">FixMyStreet Platform</a> + </p> + [% END %] + </div> +</div>
\ No newline at end of file diff --git a/templates/web/hackney/header_extra.html b/templates/web/hackney/header_extra.html new file mode 100644 index 000000000..73d214ae0 --- /dev/null +++ b/templates/web/hackney/header_extra.html @@ -0,0 +1,2 @@ +[% INCLUDE 'tracking_code.html' %] +<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap" rel="stylesheet"> diff --git a/templates/web/hackney/site-name.html b/templates/web/hackney/site-name.html new file mode 100644 index 000000000..29d7f1480 --- /dev/null +++ b/templates/web/hackney/site-name.html @@ -0,0 +1 @@ +Report A Problem diff --git a/templates/web/hackney/tracking_code.html b/templates/web/hackney/tracking_code.html new file mode 100644 index 000000000..b01a0178c --- /dev/null +++ b/templates/web/hackney/tracking_code.html @@ -0,0 +1 @@ +[%# awaiting analytics information from Hackney %] |