From 9fddf8d20facb0215ca2b5fa52b6409aad1412d8 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Wed, 16 Oct 2024 12:15:57 +0100 Subject: [PATCH] Update splash screen and use light-mode logo for now --- web/src/About.svelte | 38 ++++++++++++++++++++++++++++++++------ web/src/App.svelte | 4 ++-- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/web/src/About.svelte b/web/src/About.svelte index f31b4a6..f5b7331 100644 --- a/web/src/About.svelte +++ b/web/src/About.svelte @@ -6,7 +6,37 @@ {#if $showAbout} ($showAbout = false)} let:dialog>

15-minute neighborhood tool

-

TODO. Extremely early in development.

+

+ This is an experimental 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? +

+

+ This is a newer version of an older tool. It's still under development. If you have any questions or ideas about + it, please + file an issue + or email + dabreeegster@gmail.com. +

+

+ This tool contains data from + OpenStreetMap, the UK + Bus Open Data Service, and census data from several countries using + popgetter. +

This open sourceDustin Carlino - and relies heavily on - OpenStreetMap data. + >.

import "@picocss/pico/css/pico.jade.min.css"; import cycleParking from "../assets/bicycle_parking.png?url"; - import logoDark from "../assets/logo_dark.svg?url"; + import logo from "../assets/logo_light.svg?url"; import About from "./About.svelte"; import { notNull } from "svelte-utils"; import { Geocoder } from "svelte-utils/map"; @@ -122,7 +122,7 @@