Skip to content

Commit

Permalink
Merge pull request #1448 from matkoniecz/rewrite-landing-page-text
Browse files Browse the repository at this point in the history
Tweak landing page text.
  • Loading branch information
matkoniecz authored Nov 25, 2024
2 parents 8c8d881 + 3cff59c commit fb1745b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 7 additions & 1 deletion app/src/frontend/pages/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
height: 4em;
}

.h3 {
font-size: 1.4rem;
margin-bottom: 0.75rem;
}

p {
font-size: 1rem;
word-spacing: 105%;
word-spacing: -20%;
line-height: 1.5;
}
8 changes: 2 additions & 6 deletions app/src/frontend/pages/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ const Welcome = () => (
<p>
New data and features are added all the time. We are keen to engage as many people as possible in platform development.
Whether you are a resident, or a stakeholder in academia, government, industry or the third sector, any help you can give
colouring in our Colouring Cities maps, and enriching and verifying our open databases with your knowledge, is greatly appreciated.
colouring-in our Colouring Cities maps, and enriching and verifying our open databases with your knowledge, is greatly appreciated.
</p>
<p>
All data collected (e.g <a href="/data-extracts.html">data-extracts</a>)
and <a href="https://github.com/colouring-cities/colouring-core">code</a> are free to download,
use and share under open licence terms. Our <a href="https://github.com/colouring-cities/manual/wiki">
open manual</a> provides non-technical information for anyone interested in our research,
as well as a <a href="https://github.com/colouring-cities/ccrp-technical-manual/wiki">Technical Manual</a>,
which describes how to use and contribute to the platform.
We also have an <a href="https://colouringcities.org/impact-studies">impact studies showcase</a>,
which shows how the data from the platform can be used.
open manual</a> provides non-technical information for anyone interested in our research. We also have a <a href="https://github.com/colouring-cities/ccrp-technical-manual/wiki">Technical Manual</a>, and an <a href="https://colouringcities.org/impact-studies">Impact Studies Section</a> which shows how the data from the platform can be used.
</p>
<Link to="/view/categories"
className="btn btn-outline-dark btn-lg btn-block">
Expand Down

0 comments on commit fb1745b

Please sign in to comment.