diff --git a/README.md b/README.md new file mode 100644 index 0000000..42b9fa1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Speedometer web app +###### Keith Irwin + +This web app shows the user's current speed using [geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API). + +### Image credits: +Icon: [pixabay.com](https://pixabay.com/en/speedo-speedometer-speed-auto-icon-1970476/) diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..c554148 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..cc74168 Binary files /dev/null and b/favicon.ico differ diff --git a/img/android-icon-144x144.png b/img/android-icon-144x144.png new file mode 100644 index 0000000..31b8160 Binary files /dev/null and b/img/android-icon-144x144.png differ diff --git a/img/android-icon-192x192.png b/img/android-icon-192x192.png new file mode 100644 index 0000000..556a571 Binary files /dev/null and b/img/android-icon-192x192.png differ diff --git a/img/android-icon-36x36.png b/img/android-icon-36x36.png new file mode 100644 index 0000000..c828dc0 Binary files /dev/null and b/img/android-icon-36x36.png differ diff --git a/img/android-icon-48x48.png b/img/android-icon-48x48.png new file mode 100644 index 0000000..d496f0c Binary files /dev/null and b/img/android-icon-48x48.png differ diff --git a/img/android-icon-72x72.png b/img/android-icon-72x72.png new file mode 100644 index 0000000..9ffa596 Binary files /dev/null and b/img/android-icon-72x72.png differ diff --git a/img/android-icon-96x96.png b/img/android-icon-96x96.png new file mode 100644 index 0000000..298f3a8 Binary files /dev/null and b/img/android-icon-96x96.png differ diff --git a/img/apple-icon-114x114.png b/img/apple-icon-114x114.png new file mode 100644 index 0000000..c2eb06a Binary files /dev/null and b/img/apple-icon-114x114.png differ diff --git a/img/apple-icon-120x120.png b/img/apple-icon-120x120.png new file mode 100644 index 0000000..e4e272f Binary files /dev/null and b/img/apple-icon-120x120.png differ diff --git a/img/apple-icon-144x144.png b/img/apple-icon-144x144.png new file mode 100644 index 0000000..31b8160 Binary files /dev/null and b/img/apple-icon-144x144.png differ diff --git a/img/apple-icon-152x152.png b/img/apple-icon-152x152.png new file mode 100644 index 0000000..8b8aed5 Binary files /dev/null and b/img/apple-icon-152x152.png differ diff --git a/img/apple-icon-180x180.png b/img/apple-icon-180x180.png new file mode 100644 index 0000000..72fb521 Binary files /dev/null and b/img/apple-icon-180x180.png differ diff --git a/img/apple-icon-57x57.png b/img/apple-icon-57x57.png new file mode 100644 index 0000000..000b628 Binary files /dev/null and b/img/apple-icon-57x57.png differ diff --git a/img/apple-icon-60x60.png b/img/apple-icon-60x60.png new file mode 100644 index 0000000..8b0af87 Binary files /dev/null and b/img/apple-icon-60x60.png differ diff --git a/img/apple-icon-72x72.png b/img/apple-icon-72x72.png new file mode 100644 index 0000000..9ffa596 Binary files /dev/null and b/img/apple-icon-72x72.png differ diff --git a/img/apple-icon-76x76.png b/img/apple-icon-76x76.png new file mode 100644 index 0000000..8f65e55 Binary files /dev/null and b/img/apple-icon-76x76.png differ diff --git a/img/apple-icon-precomposed.png b/img/apple-icon-precomposed.png new file mode 100644 index 0000000..f14b67c Binary files /dev/null and b/img/apple-icon-precomposed.png differ diff --git a/img/apple-icon.png b/img/apple-icon.png new file mode 100644 index 0000000..f14b67c Binary files /dev/null and b/img/apple-icon.png differ diff --git a/img/favicon-16x16.png b/img/favicon-16x16.png new file mode 100644 index 0000000..ec3e412 Binary files /dev/null and b/img/favicon-16x16.png differ diff --git a/img/favicon-32x32.png b/img/favicon-32x32.png new file mode 100644 index 0000000..df7dd3a Binary files /dev/null and b/img/favicon-32x32.png differ diff --git a/img/favicon-96x96.png b/img/favicon-96x96.png new file mode 100644 index 0000000..298f3a8 Binary files /dev/null and b/img/favicon-96x96.png differ diff --git a/img/icon-128.png b/img/icon-128.png new file mode 100644 index 0000000..04f3030 Binary files /dev/null and b/img/icon-128.png differ diff --git a/img/icon-144.png b/img/icon-144.png new file mode 100644 index 0000000..99f9fbd Binary files /dev/null and b/img/icon-144.png differ diff --git a/img/icon-152.png b/img/icon-152.png new file mode 100644 index 0000000..b6ef720 Binary files /dev/null and b/img/icon-152.png differ diff --git a/img/icon-192.png b/img/icon-192.png new file mode 100644 index 0000000..5a5e16c Binary files /dev/null and b/img/icon-192.png differ diff --git a/img/icon-384.png b/img/icon-384.png new file mode 100644 index 0000000..8bf8f95 Binary files /dev/null and b/img/icon-384.png differ diff --git a/img/icon-512.png b/img/icon-512.png new file mode 100644 index 0000000..6891b55 Binary files /dev/null and b/img/icon-512.png differ diff --git a/img/icon-72.png b/img/icon-72.png new file mode 100644 index 0000000..1ee41c0 Binary files /dev/null and b/img/icon-72.png differ diff --git a/img/icon-96.png b/img/icon-96.png new file mode 100644 index 0000000..36def6d Binary files /dev/null and b/img/icon-96.png differ diff --git a/img/icon.svg b/img/icon.svg new file mode 100644 index 0000000..8f831ee --- /dev/null +++ b/img/icon.svg @@ -0,0 +1,509 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/ms-icon-144x144.png b/img/ms-icon-144x144.png new file mode 100644 index 0000000..31b8160 Binary files /dev/null and b/img/ms-icon-144x144.png differ diff --git a/img/ms-icon-150x150.png b/img/ms-icon-150x150.png new file mode 100644 index 0000000..31c59e3 Binary files /dev/null and b/img/ms-icon-150x150.png differ diff --git a/img/ms-icon-310x310.png b/img/ms-icon-310x310.png new file mode 100644 index 0000000..32b8402 Binary files /dev/null and b/img/ms-icon-310x310.png differ diff --git a/img/ms-icon-70x70.png b/img/ms-icon-70x70.png new file mode 100644 index 0000000..751cda4 Binary files /dev/null and b/img/ms-icon-70x70.png differ diff --git a/index.html b/index.html index 225d193..5e3d59f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,29 @@ + Spedometer + + + + + + + + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..de15559 --- /dev/null +++ b/manifest.json @@ -0,0 +1,51 @@ +{ + "name": "Speedometer", + "theme_color": "#080808", + "background_color": "#080808", + "display": "standalone", + "Scope": "/", + "start_url": "/", + "icons": [ + { + "src": "img/icon-72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "img/icon-96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "img/icon-128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "img/icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "img/icon-152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "img/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "img/icon-384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "img/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "splash_pages": null +} \ No newline at end of file