diff --git a/assets/favicon.ico b/assets/favicon.ico deleted file mode 100644 index 792e8b2..0000000 Binary files a/assets/favicon.ico and /dev/null differ diff --git a/assets/images/android-chrome-192x192.png b/assets/images/android-chrome-192x192.png new file mode 100644 index 0000000..ef75414 Binary files /dev/null and b/assets/images/android-chrome-192x192.png differ diff --git a/assets/images/android-chrome-384x384.png b/assets/images/android-chrome-384x384.png new file mode 100644 index 0000000..5cebdc5 Binary files /dev/null and b/assets/images/android-chrome-384x384.png differ diff --git a/assets/images/apple-touch-icon.png b/assets/images/apple-touch-icon.png new file mode 100644 index 0000000..06873f9 Binary files /dev/null and b/assets/images/apple-touch-icon.png differ diff --git a/assets/images/favicon-16x16.png b/assets/images/favicon-16x16.png new file mode 100644 index 0000000..a5e96d3 Binary files /dev/null and b/assets/images/favicon-16x16.png differ diff --git a/assets/images/favicon-32x32.png b/assets/images/favicon-32x32.png new file mode 100644 index 0000000..3a04938 Binary files /dev/null and b/assets/images/favicon-32x32.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..a758055 Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/mstile-150x150.png b/assets/images/mstile-150x150.png new file mode 100644 index 0000000..e9699b7 Binary files /dev/null and b/assets/images/mstile-150x150.png differ diff --git a/assets/images/og_image.png b/assets/images/og_image.png new file mode 100644 index 0000000..9775b8c Binary files /dev/null and b/assets/images/og_image.png differ diff --git a/assets/images/pretendo-logo.png b/assets/images/pretendo-logo.png index 792e8b2..dbace6f 100644 Binary files a/assets/images/pretendo-logo.png and b/assets/images/pretendo-logo.png differ diff --git a/assets/images/pretendo-logo.svg b/assets/images/pretendo-logo.svg index b041217..ac75612 100644 --- a/assets/images/pretendo-logo.svg +++ b/assets/images/pretendo-logo.svg @@ -1,26 +1,39 @@ - - - - -Created by potrace 1.15, written by Peter Selinger 2001-2017 - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/site.webmanifest b/assets/images/site.webmanifest new file mode 100644 index 0000000..2184bc1 --- /dev/null +++ b/assets/images/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Pretendo", + "short_name": "Pretendo", + "icons": [ + { + "src": "/assets/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/images/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#673db6", + "background_color": "#673db6", + "display": "standalone" +} diff --git a/views/partials/metatags.hbs b/views/partials/metatags.hbs index dce6bda..25f4193 100644 --- a/views/partials/metatags.hbs +++ b/views/partials/metatags.hbs @@ -1,11 +1,15 @@ - + - + + + + + @@ -15,7 +19,7 @@ - + - \ No newline at end of file + \ No newline at end of file