From: Adam Dullage Date: Wed, 3 Aug 2022 12:19:33 +0000 (+0100) Subject: Implement new logo. Resolves #6. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3fb44779ceef851df0085d2a98455e6bd6e710db;p=flatnotes.git Implement new logo. Resolves #6. --- diff --git a/flatnotes/src/assets/android-chrome-192x192.png b/flatnotes/src/assets/android-chrome-192x192.png new file mode 100644 index 0000000..892d6fe Binary files /dev/null and b/flatnotes/src/assets/android-chrome-192x192.png differ diff --git a/flatnotes/src/assets/android-chrome-512x512.png b/flatnotes/src/assets/android-chrome-512x512.png new file mode 100644 index 0000000..f5f3774 Binary files /dev/null and b/flatnotes/src/assets/android-chrome-512x512.png differ diff --git a/flatnotes/src/assets/apple-touch-icon.png b/flatnotes/src/assets/apple-touch-icon.png new file mode 100644 index 0000000..ca88d02 Binary files /dev/null and b/flatnotes/src/assets/apple-touch-icon.png differ diff --git a/flatnotes/src/assets/browserconfig.xml b/flatnotes/src/assets/browserconfig.xml new file mode 100644 index 0000000..8828c5d --- /dev/null +++ b/flatnotes/src/assets/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/flatnotes/src/assets/favicon-16x16.png b/flatnotes/src/assets/favicon-16x16.png new file mode 100644 index 0000000..654c02c Binary files /dev/null and b/flatnotes/src/assets/favicon-16x16.png differ diff --git a/flatnotes/src/assets/favicon-32x32.png b/flatnotes/src/assets/favicon-32x32.png new file mode 100644 index 0000000..f4e5ae6 Binary files /dev/null and b/flatnotes/src/assets/favicon-32x32.png differ diff --git a/flatnotes/src/assets/favicon.ico b/flatnotes/src/assets/favicon.ico new file mode 100644 index 0000000..675d561 Binary files /dev/null and b/flatnotes/src/assets/favicon.ico differ diff --git a/flatnotes/src/assets/logo.svg b/flatnotes/src/assets/logo.svg new file mode 100644 index 0000000..d08bdf9 --- /dev/null +++ b/flatnotes/src/assets/logo.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/flatnotes/src/assets/mstile-144x144.png b/flatnotes/src/assets/mstile-144x144.png new file mode 100644 index 0000000..7bdc738 Binary files /dev/null and b/flatnotes/src/assets/mstile-144x144.png differ diff --git a/flatnotes/src/assets/mstile-150x150.png b/flatnotes/src/assets/mstile-150x150.png new file mode 100644 index 0000000..5f7429a Binary files /dev/null and b/flatnotes/src/assets/mstile-150x150.png differ diff --git a/flatnotes/src/assets/mstile-310x150.png b/flatnotes/src/assets/mstile-310x150.png new file mode 100644 index 0000000..6c81b70 Binary files /dev/null and b/flatnotes/src/assets/mstile-310x150.png differ diff --git a/flatnotes/src/assets/mstile-310x310.png b/flatnotes/src/assets/mstile-310x310.png new file mode 100644 index 0000000..d8e8400 Binary files /dev/null and b/flatnotes/src/assets/mstile-310x310.png differ diff --git a/flatnotes/src/assets/mstile-70x70.png b/flatnotes/src/assets/mstile-70x70.png new file mode 100644 index 0000000..288f1f7 Binary files /dev/null and b/flatnotes/src/assets/mstile-70x70.png differ diff --git a/flatnotes/src/assets/safari-pinned-tab.svg b/flatnotes/src/assets/safari-pinned-tab.svg new file mode 100644 index 0000000..ddfa208 --- /dev/null +++ b/flatnotes/src/assets/safari-pinned-tab.svg @@ -0,0 +1,30 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/flatnotes/src/assets/site.webmanifest b/flatnotes/src/assets/site.webmanifest new file mode 100644 index 0000000..1edcfef --- /dev/null +++ b/flatnotes/src/assets/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/flatnotes/src/components/App.js b/flatnotes/src/components/App.js index 028ba30..4a0b674 100644 --- a/flatnotes/src/components/App.js +++ b/flatnotes/src/components/App.js @@ -2,7 +2,7 @@ import { Editor } from "@toast-ui/vue-editor"; import { Viewer } from "@toast-ui/vue-editor"; import RecentlyModified from "./RecentlyModified"; -import LoadingIndicator from "./LoadingIndicator.vue"; +import LoadingIndicator from "./LoadingIndicator"; import api from "../api"; import * as constants from "../constants"; diff --git a/flatnotes/src/components/App.vue b/flatnotes/src/components/App.vue index 3b6bbbc..60bf9dc 100644 --- a/flatnotes/src/components/App.vue +++ b/flatnotes/src/components/App.vue @@ -4,7 +4,9 @@

- flatnotes +

diff --git a/flatnotes/src/index.html b/flatnotes/src/index.html index f831cda..a205981 100644 --- a/flatnotes/src/index.html +++ b/flatnotes/src/index.html @@ -6,6 +6,16 @@ + + + + + + + + + + flatnotes @@ -15,4 +25,4 @@ - + \ No newline at end of file diff --git a/flatnotes/src/main.scss b/flatnotes/src/main.scss index 6bcae3f..047fd82 100644 --- a/flatnotes/src/main.scss +++ b/flatnotes/src/main.scss @@ -11,7 +11,7 @@ @import "prismjs/themes/prism.css"; @import "@toast-ui/editor-plugin-code-syntax-highlight/dist/toastui-editor-plugin-code-syntax-highlight.css"; -// Google Fonts +// Google Font @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap"); // Variables