-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update splash screen and use light-mode logo for now
- Loading branch information
1 parent
8edeb84
commit 9fddf8d
Showing
2 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,45 @@ | |
{#if $showAbout} | ||
<Modal on:close={() => ($showAbout = false)} let:dialog> | ||
<h1>15-minute neighborhood tool</h1> | ||
<p>TODO. Extremely early in development.</p> | ||
<p> | ||
This is an <b>experimental</b> tool to explore how transportation and land-use | ||
interacts. From a start point, how far can somebody reach in 15 minutes by | ||
walking, cycling, or with public transit? Within that area, what points of | ||
interest are around? | ||
</p> | ||
<p> | ||
This is a newer version of an <a | ||
href="https://a-b-street.github.io/docs/software/fifteen_min.html" | ||
target="_blank">older tool</a | ||
>. It's still under development. If you have any questions or ideas about | ||
it, please | ||
<a href="https://github.com/a-b-street/15m/issues/new" target="_blank" | ||
>file an issue</a | ||
> | ||
or email | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
<p> | ||
This tool contains data from | ||
<a href="https://www.openstreetmap.org/about" target="_blank" | ||
>OpenStreetMap</a | ||
>, the UK | ||
<a href="https://www.bus-data.dft.gov.uk/" target="_blank" | ||
>Bus Open Data Service</a | ||
>, and census data from several countries using | ||
<a | ||
href="https://github.com/Urban-Analytics-Technology-Platform/popgetter" | ||
target="_blank">popgetter</a | ||
>. | ||
</p> | ||
<p> | ||
This <a href="https://github.com/a-b-street/15m/" target="_blank" | ||
>open source</a | ||
> | ||
tool is created by | ||
<a href="https://github.com/dabreegster/" target="_blank" | ||
>Dustin Carlino</a | ||
> | ||
and relies heavily on | ||
<a href="https://www.openstreetmap.org/about" target="_blank" | ||
>OpenStreetMap</a | ||
> data. | ||
>. | ||
</p> | ||
|
||
<center | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters