diff --git a/src/lib/images/large-logo.svelte b/src/lib/images/large-logo.svelte new file mode 100644 index 0000000..2c7b5b6 --- /dev/null +++ b/src/lib/images/large-logo.svelte @@ -0,0 +1,10 @@ +Logo + + \ No newline at end of file diff --git a/src/routes/more/+page.svelte b/src/routes/more/+page.svelte index b355628..09b6fa8 100644 --- a/src/routes/more/+page.svelte +++ b/src/routes/more/+page.svelte @@ -11,7 +11,9 @@ {title: "Privacy Policy", path: "/more/privacy"}, {title: "Component Versions", path: "/more/versions"}, {title: "Statictics", path: "/more/statistics"}, - {title: "Settings", path: "/more/settings"} + {title: "Settings", path: "/more/settings"}, + {title: "Report Issue", path: "/more/report"}, + {title: "About", path: "/more/about"} ] diff --git a/src/routes/more/about/+page.svelte b/src/routes/more/about/+page.svelte new file mode 100644 index 0000000..fa448ae --- /dev/null +++ b/src/routes/more/about/+page.svelte @@ -0,0 +1,26 @@ + +
+ +

© 2022-2023 Frederick Boniface

+

OwlBoard was created by train-crew for train-crew

+

I created OwlBoard in 2022 to freely give fast and easy access to the information + that we need every day.

+

Data sourced from: National Rail Enquiries, OwlBoard Project and Network Rail.

+

OwlBoard components are available under various Open Source licenses, see the + code repository + for more information. +

+