diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..6fa77ea Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..f7b33fa Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..8ef7c5a Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..939e6c8 Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..28f805a Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..2585759 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000..e2a9c6d Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/views/about.ejs b/views/about.ejs index 4016a32..92d6ba3 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -13,6 +13,12 @@ + + + + + + diff --git a/views/blog-post.ejs b/views/blog-post.ejs index 39166d9..5662d2e 100644 --- a/views/blog-post.ejs +++ b/views/blog-post.ejs @@ -12,7 +12,12 @@ - + + + + + + diff --git a/views/contact.ejs b/views/contact.ejs index 2104b8a..54333a9 100644 --- a/views/contact.ejs +++ b/views/contact.ejs @@ -14,6 +14,12 @@ + + + + + + diff --git a/views/index.ejs b/views/index.ejs index eee22b4..1e975d8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -7,6 +7,12 @@ <%= title %> + + + + + +