diff --git a/views/layouts/base.php b/views/layouts/base.php index 34abcb5..48bd1e2 100644 --- a/views/layouts/base.php +++ b/views/layouts/base.php @@ -25,12 +25,15 @@ $bodyClass = isset($this->params['bodyClass']) ? $this->params['bodyClass'] : '' <?= $this->title ?> - <?= Yii::$app->name ?> + + + + + + - - - diff --git a/web/favicon.ico b/web/favicon.ico index cfc942f..33ee4fc 100644 Binary files a/web/favicon.ico and b/web/favicon.ico differ diff --git a/web/favicon.png b/web/favicon.png deleted file mode 100644 index 174a285..0000000 Binary files a/web/favicon.png and /dev/null differ diff --git a/web/img/android-chrome-192x192.png b/web/img/android-chrome-192x192.png new file mode 100644 index 0000000..5680f56 Binary files /dev/null and b/web/img/android-chrome-192x192.png differ diff --git a/web/img/android-chrome-512x512.png b/web/img/android-chrome-512x512.png new file mode 100644 index 0000000..da6cb4a Binary files /dev/null and b/web/img/android-chrome-512x512.png differ diff --git a/web/img/apple-touch-icon.png b/web/img/apple-touch-icon.png new file mode 100644 index 0000000..7525f9d Binary files /dev/null and b/web/img/apple-touch-icon.png differ diff --git a/web/img/browserconfig.xml b/web/img/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/web/img/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/web/img/favicon-16x16.png b/web/img/favicon-16x16.png new file mode 100644 index 0000000..4d1d52d Binary files /dev/null and b/web/img/favicon-16x16.png differ diff --git a/web/img/favicon-32x32.png b/web/img/favicon-32x32.png new file mode 100644 index 0000000..e17152d Binary files /dev/null and b/web/img/favicon-32x32.png differ diff --git a/web/img/favicon.ico b/web/img/favicon.ico new file mode 100644 index 0000000..33ee4fc Binary files /dev/null and b/web/img/favicon.ico differ diff --git a/web/img/mstile-150x150.png b/web/img/mstile-150x150.png new file mode 100644 index 0000000..9d42c16 Binary files /dev/null and b/web/img/mstile-150x150.png differ diff --git a/web/img/safari-pinned-tab.svg b/web/img/safari-pinned-tab.svg new file mode 100644 index 0000000..f9826b8 --- /dev/null +++ b/web/img/safari-pinned-tab.svg @@ -0,0 +1,72 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 0000000..9ee3d38 --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "Solomaha Home", + "icons": [ + { + "src": "img/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "img/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#009688", + "background_color": "#222222", + "display": "standalone" +} \ No newline at end of file