Compare commits

...

5 Commits

14 changed files with 82 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore 'more/reg/submit'",
"postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore '**/reg/submit'",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

View File

@ -204,7 +204,7 @@
.tableTxt {
text-align: left;
padding-left: 2px;
color: var(--second-text-color);
color: var(--secondary-text-color);
vertical-align: top;
font-size: 12px;
padding-bottom: 10px;

View File

@ -48,6 +48,7 @@
border-top: none;
border-bottom: none;
border-color: var(--box-shadow-color);
color: var(--main-text-color);
text-decoration: double;
font-weight: 600;
}

View File

@ -23,16 +23,20 @@
--second-bg-color: #2b343c;
--main-header-color: #dff3f3;
--main-text-color: #cce9e9;
--secondary-text-color: #02fcfc;
--main-link-color: #00b7b7;
--island-bg-color: #3c6f79de;
--island-bg-solid: #3c6f79;
--island-button-color: #404c55;
--island-link-color: #cce9e9;
--island-link-color: #e1ebeb;
--island-header-color: #4fd1d1;
--island-text-color: #cce9e9;
--island-text-color: #e1ebeb;
--overlay-island-bg-color: #3c6f79;
--box-shadow-color: rgba(0,0,0,0.19);
--box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
--main-alert-color: #ed6d00;
--second-alert-color: #e77f00;
--main-warning-color: orange;
}

View File

@ -143,7 +143,7 @@
.pis {
font-size: 18px;
font-weight: 600;
color: var(--island-header-color);
color: var(--main-text-color);
margin-top: 10px;
margin-bottom: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 819 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -5,7 +5,7 @@
"scope": "/",
"display": "standalone",
"background_color": "#404c55",
"description": "Live station departures, PIS Code Lookup, Reference Data, Timetable search, with enhanced data for staff.",
"description": "Get instant access to live train data, PIS codes, and location reference codes. Built by railway staff, for railway staff your fastest route to accurate information.",
"categories": "travel,utilities",
"lang": "en",
"orientation": "portrait",
@ -29,5 +29,76 @@
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/images/screenshots/narrow-home.png",
"type": "image/png",
"sizes": "720x1480",
"form_factor": "narrow",
"label": "Homescreen of OwlBoard"
},
{
"src": "/images/screenshots/narrow-ldbs.png",
"type": "image/png",
"sizes": "720x1480",
"form_factor": "narrow",
"label": "Live rail departure boards"
},
{
"src": "/images/screenshots/narrow-timetable.png",
"type": "image/png",
"sizes": "720x1480",
"form_factor": "narrow",
"label": "Train details and PIS Codes"
},
{
"src": "/images/screenshots/wide-home.png",
"type": "image/png",
"sizes": "2560x1600",
"form_factor": "wide",
"label": "Homescreen of OwlBoard"
},
{
"src": "/images/screenshots/wide-ldbs.png",
"type": "image/png",
"sizes": "2560x1600",
"form_factor": "wide",
"label": "Live rail departure boards"
},
{
"src": "/images/screenshots/wide-timetable.png",
"type": "image/png",
"sizes": "2560x1600",
"form_factor": "wide",
"label": "Train details and PIS Codes"
}
],
"shortcuts": [
{
"name": "Location Reference",
"short_name": "Loc Reference",
"description": "Lookup location reference data about the UK Rail network",
"url": "/more/corpus",
"icons": [
{
"src": "/images/shortcuts/location_ref.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Settings",
"description": "Your OwlBoard settings",
"url": "/more/settings",
"icons": [
{
"src": "/images/shortcuts/cog.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
]
}