Adjust welcome text and link color
This commit is contained in:
parent
1241b24ba1
commit
70a24f6367
@ -28,4 +28,9 @@
|
|||||||
|
|
||||||
.welcome-float .lead {
|
.welcome-float .lead {
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-float .lead a {
|
||||||
|
color: #333;
|
||||||
|
border-bottom-color: #333;
|
||||||
}
|
}
|
@ -10,21 +10,14 @@ const Welcome = () => (
|
|||||||
<p className="lead">
|
<p className="lead">
|
||||||
Colouring London is a knowledge exchange platform collecting information on every
|
Colouring London is a knowledge exchange platform collecting information on every
|
||||||
building in London, to help make the city more sustainable. We’re building it at The
|
building in London, to help make the city more sustainable. We’re building it at The
|
||||||
Bartlett Centre for Advanced Spatial Analysis, University College London.
|
Bartlett Centre for Advanced Spatial Analysis, University College London. We're still at an early stage of development. Please help us by providing feedback on the site as we create it.
|
||||||
</p>
|
|
||||||
<p className="lead">
|
|
||||||
Can you help us? We’re still at an early stage of development, and we’re looking for
|
|
||||||
volunteers of all ages and abilities to test and provide feedback on the site as we
|
|
||||||
build it.
|
|
||||||
</p>
|
|
||||||
<p className="lead">
|
|
||||||
All of the data we collect is made <Link to="/data-extracts.html">openly available</Link> –
|
|
||||||
please read our <a href="https://www.pages.colouring.london/data-ethics">data ethics policy</a> and
|
|
||||||
credit Colouring London if you use or share our maps or data.
|
|
||||||
</p>
|
</p>
|
||||||
<p className="lead">
|
<p className="lead">
|
||||||
We collect our building data from many sources. Though we are unable to vouch for their accuracy, we are currently experimenting with a range of features including 'data source', 'edit history', and 'entry verification', to assist you in checking reliability and judging how suitable the data are for your intended use.
|
We collect our building data from many sources. Though we are unable to vouch for their accuracy, we are currently experimenting with a range of features including 'data source', 'edit history', and 'entry verification', to assist you in checking reliability and judging how suitable the data are for your intended use.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="lead">
|
||||||
|
All of the data we collect is made <Link to="/data-extracts.html">openly available</Link>. We just ask you to credit Colouring London and read our <a href="https://www.pages.colouring.london/data-ethics">data ethics policy</a> when using or sharing our data and maps.
|
||||||
|
</p>
|
||||||
<Link to="/view/categories"
|
<Link to="/view/categories"
|
||||||
className="btn btn-outline-dark btn-lg btn-block">
|
className="btn btn-outline-dark btn-lg btn-block">
|
||||||
Start Colouring Here!
|
Start Colouring Here!
|
||||||
|
Loading…
Reference in New Issue
Block a user