blob: 0ee7abbe5b99ef16e6bd5ba6e84a61e3932e84d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[% extra_css = BLOCK %]
<link rel="stylesheet" href="[% version('/cobrands/fixmystreet.com/fmsforcouncils.css') %]">
[% END %]
[% INCLUDE header.html
title = 'FixMyStreet for Councils', bodyclass = 'fms-for-councils fullwidthpage'
%]
<a class="councils-reporting-hint" href="/">
<strong>Reporting a problem?</strong> <em>Click here</em>
</a>
<div class="councils-section hero">
<div class="fixed-container">
<q class="hero-quote">To improve is to change; to be perfect is to change often.</q>
<cite class="hero-cite">Winston Churchill</cite>
<p class="hero-whatsup">We're currently working on this page to reflect our new and improved offering. In the meantime, all of our product information is available on the government's Digital Marketplace.</p>
<a href="https://www.digitalmarketplace.service.gov.uk/g-cloud/services/983131669131363" class="button">Go to Digital Marketplace</a>
</div>
</div>
[% INCLUDE footer.html %]
|