diff --git a/UpNext.md b/UpNext.md index 96c5686..25a3bcc 100644 --- a/UpNext.md +++ b/UpNext.md @@ -9,12 +9,12 @@ * Enable text search for `locationName` on find-code page. * Recreate raster logos with the new vector file. * Responsive text sizes for boards. -* Change dockerfile to deploy with brotli support for faster laoding. ### In Progress: ### Completed - Testing: +* Change dockerfile to deploy with brotli support for faster laoding. * Implement calling list. * Support multiple origins/destinations: NOT INCLUDING ON CALLING LIST * Frontend Code Refactor diff --git a/static/help.html b/static/help.html index 2479cc4..ed654e3 100644 --- a/static/help.html +++ b/static/help.html @@ -8,6 +8,7 @@ + @@ -25,21 +26,61 @@ OwlBoard Logo -

Help

-

OwlBoard gives you quick and easy access to departure boards for +

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?

+

Just type a CRS, TIPLOC or STANOX into the textbox on the homepage and tap + enter on the screen or your keypad. You can also select a differnt board type, + more details on your choices below.

+

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 by name but you can use our + Code Lookup page to help.

+

Board Types

+

Basic Board - Default

+

The basic board shows the next 10 train arrival and departures, as well as + bus and ferry departures where available.

+

You can tap on a trains origin or destination to see service details.

+
+

Glossary

+

Some of the terms may be new to you or different from those commonly used.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermDefinition
CANCancelled
CRSComputer Reservation System Code - correctly termed as '3ALPHA'
NLCNational Location Code - Used for finance & accounting
RTRight rime (On time)
STANOXStation Number
TIPLOCTiming Point Location (Name)
+
+

Spotted an issue with the site?

Let me know by reporting an issue.

\ No newline at end of file diff --git a/static/styles/help.css b/static/styles/help.css new file mode 100644 index 0000000..d53978f --- /dev/null +++ b/static/styles/help.css @@ -0,0 +1,13 @@ +/* Glossary */ +table, th, td { + border: 1px solid; + border-color: lightgrey; + border-collapse: collapse; + } + +#table { + color: lightgrey; + width: 80%; + max-width: 700px; + margin: auto; +} \ No newline at end of file diff --git a/static/styles/main.css b/static/styles/main.css index fdce122..690cf9e 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -294,6 +294,7 @@ label { white-space: nowrap; transition: 0.5s; } + /* Footer Styles */ footer { background-color: var(--accent-color);