diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6536e86..3743344 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -34,6 +34,15 @@ {{ end }} {{ end }} + + + + + + + + + diff --git a/static/android-chrome-144x144.png b/static/android-chrome-144x144.png new file mode 100644 index 0000000..1d6450c Binary files /dev/null and b/static/android-chrome-144x144.png differ diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..3b4e0bd Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png new file mode 100644 index 0000000..0cb4508 Binary files /dev/null and b/static/android-chrome-256x256.png differ diff --git a/static/android-chrome-36x36.png b/static/android-chrome-36x36.png new file mode 100644 index 0000000..dadf165 Binary files /dev/null and b/static/android-chrome-36x36.png differ diff --git a/static/android-chrome-384x384.png b/static/android-chrome-384x384.png new file mode 100644 index 0000000..a1a7d55 Binary files /dev/null and b/static/android-chrome-384x384.png differ diff --git a/static/android-chrome-48x48.png b/static/android-chrome-48x48.png new file mode 100644 index 0000000..2ef4e29 Binary files /dev/null and b/static/android-chrome-48x48.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..70d3c95 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/android-chrome-72x72.png b/static/android-chrome-72x72.png new file mode 100644 index 0000000..f2d434e Binary files /dev/null and b/static/android-chrome-72x72.png differ diff --git a/static/android-chrome-96x96.png b/static/android-chrome-96x96.png new file mode 100644 index 0000000..eb86452 Binary files /dev/null and b/static/android-chrome-96x96.png differ diff --git a/static/apple-touch-icon-120x120.png b/static/apple-touch-icon-120x120.png new file mode 100644 index 0000000..f0ca57c Binary files /dev/null and b/static/apple-touch-icon-120x120.png differ diff --git a/static/apple-touch-icon-152x152.png b/static/apple-touch-icon-152x152.png new file mode 100644 index 0000000..eb05641 Binary files /dev/null and b/static/apple-touch-icon-152x152.png differ diff --git a/static/apple-touch-icon-180x180.png b/static/apple-touch-icon-180x180.png new file mode 100644 index 0000000..0e04cbf Binary files /dev/null and b/static/apple-touch-icon-180x180.png differ diff --git a/static/apple-touch-icon-60x60.png b/static/apple-touch-icon-60x60.png new file mode 100644 index 0000000..286c086 Binary files /dev/null and b/static/apple-touch-icon-60x60.png differ diff --git a/static/apple-touch-icon-76x76.png b/static/apple-touch-icon-76x76.png new file mode 100644 index 0000000..82b44b2 Binary files /dev/null and b/static/apple-touch-icon-76x76.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..0e04cbf Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..a47e5a5 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2d89ef + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..ac23374 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..c90b453 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico old mode 100755 new mode 100644 index f371679..5aee760 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..ecac8ae Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..7916119 --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,42 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..5296c7c --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,55 @@ +{ + "name": "eSolia", + "short_name": "eSolia", + "icons": [ + { + "src": "/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image/png" + }, + { + "src": "/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "start_url": "https://esolia.com", + "display": "standalone" +}