Skip to content

Commit

Permalink
Merge pull request #1277 from colouring-cities/interface/ui-tweaks
Browse files Browse the repository at this point in the history
Remove London references on Contact page
  • Loading branch information
mdsimpson42 authored Nov 22, 2023
2 parents 55135df + cd84e3d commit 6e01c3c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app/src/frontend/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,23 @@ const ContactPage = () => (

<p> It is being developed by a small, dedicated team at The Alan Turing Institute. We are unable to answer individual queries but welcome constructive comments on how to improve the site, and on other types of data and new features you might like to see.</p>

<p> You can send us comments or ask questions on our discussion threads at <a href="https://discuss.colouring.london/">https://discuss.colouring.london/</a>.</p>
<p> You can send us comments or ask questions on our discussion threads at <a href={ccconfig.githubURL+"/discussions"}>{ccconfig.githubURL+"/discussions"}</a>.</p>

<p> To view our technical site and platform code please visit Github at: <a href={ccconfig.githubURL}>https://github.com/colouring-cities/colouring-core</a>.</p>
<p> To view our technical site and platform code please visit Github at: <a href={ccconfig.githubURL}>{ccconfig.githubURL}</a>.</p>

<p>For press enquiries please contact <a href="https://www.turing.ac.uk/contact-us/press-office">The Alan Turing Institute press office</a></p>
<p>For press enquiries please contact <a href="https://www.turing.ac.uk/contact-us/press-office">The Alan Turing Institute press office</a>.</p>

<p>
If you capture images from the maps on Colouring Cities, please credit our
contributors (who collected the data) and Ordnance Survey
(who provided the basemaps and building geometries) as follows:
</p>
<p>
<pre><code>
Colouring Cities https://colouring.london Building attribute data is © Colouring Cities contributors. Maps contain OS data © Crown copyright: OS Maps baselayers and building outlines.
</code></pre>
</p>
<p><code>
Colouring Cities - Building attribute data is © Colouring Cities contributors. Maps contain OS data © Crown copyright: OS Maps baselayers and building outlines.
</code></p>
<hr />
<p>
<img className="d-block mx-auto" src="images/logo-cl.png"></img>
<img className="d-block mx-auto" src="images/logo-cc.jpg"></img>
</p>
</section>
</article>
Expand Down
4 changes: 4 additions & 0 deletions app/src/frontend/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ hr {
margin: 1.0em 0 0.8em 0;
padding: 0;
}

code {
color: #222 !important;
}

0 comments on commit 6e01c3c

Please sign in to comment.