running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit 76f513a5d4ee7351051f06209ec192c414d0c62e
parent 11b02ecbe7dd41a513466091f4b9086af069315e
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu,  5 Sep 2024 14:31:24 -0700

Add new iOS splash screens

Diffstat:
Mindex.html | 8+++++++-
Apublic/img/icons/apple-splash-1488x2266.png | 0
Apublic/img/icons/apple-splash-1640x2360.png | 0
Apublic/img/icons/apple-splash-2266x1488.png | 0
Apublic/img/icons/apple-splash-2360x1640.png | 0
5 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -32,6 +32,10 @@ <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-2388x1668.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-1536x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-2048x1536.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> + <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-1488x2266.png" media="(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> + <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-2266x1488.png" media="(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> + <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-1640x2360.png" media="(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> + <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-2360x1640.png" media="(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-1668x2224.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-2224x1668.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> <link rel="apple-touch-startup-image" href="/img/icons/apple-splash-1620x2160.png" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> @@ -59,7 +63,9 @@ </head> <body> <noscript> - <header><h1>Running Tools</h1></header> + <header> + <h1>Running Tools</h1> + </header> <p style="margin: 1em; font-weight: bold; text-align: center"> Running Tools requires JavaScript. Please enable it to continue. </p> diff --git a/public/img/icons/apple-splash-1488x2266.png b/public/img/icons/apple-splash-1488x2266.png Binary files differ. diff --git a/public/img/icons/apple-splash-1640x2360.png b/public/img/icons/apple-splash-1640x2360.png Binary files differ. diff --git a/public/img/icons/apple-splash-2266x1488.png b/public/img/icons/apple-splash-2266x1488.png Binary files differ. diff --git a/public/img/icons/apple-splash-2360x1640.png b/public/img/icons/apple-splash-2360x1640.png Binary files differ.