diff --git a/static/board.html b/static/board.html index 48dab60..5aa1da5 100644 --- a/static/board.html +++ b/static/board.html @@ -16,9 +16,9 @@
diff --git a/static/help.html b/static/help.html index e69de29..02113fb 100644 --- a/static/help.html +++ b/static/help.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + OwlBoard + + + + + + + + + + + OwlBoard Logo + +
+ BACK +
+

Help

+

OwlBoard gives you quick and easy access to departure boards for + all National Rail stations in the UK.

+

Just type a CRS or TIPLOC into the textbox on the homepage and tap + enter on the screen or your keypad.

+

For example, Portway Park & + Ride's CRS is 'PRI', and its TIPLOC is 'PTWYPR'; Portsmouth Harbour's + CRS is 'PMH', and its TIPLOC is 'PHBR'.

+

A CRS is always three letters, + a TIPLOC can be between 4-7 letters.

+
+

Don't know the CRS or TIPLOC?

+

Sorry, you can't search for them on OwlBoard yet but will be able to + in the future.

+

Spotted an issue with the site?

+

Let me know by reporting an issue.

+ + \ No newline at end of file diff --git a/static/styles/boards.css b/static/styles/boards.css index 222e0ab..0d38594 100644 --- a/static/styles/boards.css +++ b/static/styles/boards.css @@ -73,4 +73,8 @@ #footer img { height: 35px; +} + +.hide-when-loading { + display: none; } \ No newline at end of file