diff --git a/app/lib/sendNotification.js b/app/lib/sendNotification.js index 14e6b73..430d5f1 100644 --- a/app/lib/sendNotification.js +++ b/app/lib/sendNotification.js @@ -41,7 +41,7 @@ async function sendNotification(marketAlert) { Data: "Javimi alert" } }, - Source: "info@saburly.com" /* required */, + Source: 'Kivi.ba ' /* required */, ReplyToAddresses: ["info@saburly.com"] }; diff --git a/app/public/android-chrome-192x192.png b/app/public/android-chrome-192x192.png new file mode 100644 index 0000000..5998000 Binary files /dev/null and b/app/public/android-chrome-192x192.png differ diff --git a/app/public/android-chrome-512x512.png b/app/public/android-chrome-512x512.png new file mode 100644 index 0000000..6b09d1f Binary files /dev/null and b/app/public/android-chrome-512x512.png differ diff --git a/app/public/apple-touch-icon.png b/app/public/apple-touch-icon.png new file mode 100644 index 0000000..452b41d Binary files /dev/null and b/app/public/apple-touch-icon.png differ diff --git a/app/public/browserconfig.xml b/app/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/app/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/app/public/favicon-16x16.png b/app/public/favicon-16x16.png new file mode 100644 index 0000000..b41869e Binary files /dev/null and b/app/public/favicon-16x16.png differ diff --git a/app/public/favicon-32x32.png b/app/public/favicon-32x32.png new file mode 100644 index 0000000..211af7e Binary files /dev/null and b/app/public/favicon-32x32.png differ diff --git a/app/public/favicon.ico b/app/public/favicon.ico new file mode 100644 index 0000000..2b89365 Binary files /dev/null and b/app/public/favicon.ico differ diff --git a/app/public/main.css b/app/public/main.css index e43255f..22d0201 100644 --- a/app/public/main.css +++ b/app/public/main.css @@ -70,3 +70,14 @@ body { line-height: 30px; padding: 5px 5px 5px 10px; } + +.btn:hover { + background-color: white; + color: #02adba; + border: 1px solid rgb(0, 173, 187); +} + +h6.title { + margin-top: 0; + font-weight: bold; padding-top: 20px; +} \ No newline at end of file diff --git a/app/public/mstile-150x150.png b/app/public/mstile-150x150.png new file mode 100644 index 0000000..35167e1 Binary files /dev/null and b/app/public/mstile-150x150.png differ diff --git a/app/public/safari-pinned-tab.svg b/app/public/safari-pinned-tab.svg new file mode 100644 index 0000000..526fe4f --- /dev/null +++ b/app/public/safari-pinned-tab.svg @@ -0,0 +1,212 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/app/public/site.webmanifest b/app/public/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/app/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/app/views/layout.ejs b/app/views/layout.ejs index c4aed53..1927bf5 100644 --- a/app/views/layout.ejs +++ b/app/views/layout.ejs @@ -19,13 +19,27 @@ + + + + + + + + + + <%if (title) { %> + <%= title %> - Kivi.ba + <% } else { %> + Kivi.ba + <% } %> <%if (title) { %> <% } %> diff --git a/app/views/welcome.ejs b/app/views/welcome.ejs index 16b3b86..bfa640a 100644 --- a/app/views/welcome.ejs +++ b/app/views/welcome.ejs @@ -10,6 +10,6 @@
diff --git a/package-lock.json b/package-lock.json index b18ae09..51e7fd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1396,8 +1396,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -1418,14 +1417,12 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1440,20 +1437,17 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -1570,8 +1564,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -1583,7 +1576,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -1598,7 +1590,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -1606,14 +1597,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -1632,7 +1621,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -1713,8 +1701,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -1726,7 +1713,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -1812,8 +1798,7 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -1849,7 +1834,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -1869,7 +1853,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -1913,14 +1896,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true } } },