diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 00000000..99b0a9f8 Binary files /dev/null and b/assets/android-chrome-192x192.png differ diff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png new file mode 100644 index 00000000..69f67822 Binary files /dev/null and b/assets/android-chrome-512x512.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 00000000..ca0c34fc Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon-120.png b/assets/favicon-120.png deleted file mode 100644 index 1fa60cd8..00000000 Binary files a/assets/favicon-120.png and /dev/null differ diff --git a/assets/favicon-128.png b/assets/favicon-128.png deleted file mode 100644 index 45f37fce..00000000 Binary files a/assets/favicon-128.png and /dev/null differ diff --git a/assets/favicon-144.png b/assets/favicon-144.png deleted file mode 100644 index 5f822567..00000000 Binary files a/assets/favicon-144.png and /dev/null differ diff --git a/assets/favicon-152.png b/assets/favicon-152.png deleted file mode 100644 index afa2e978..00000000 Binary files a/assets/favicon-152.png and /dev/null differ diff --git a/assets/favicon-167.png b/assets/favicon-167.png deleted file mode 100644 index d39f8a0c..00000000 Binary files a/assets/favicon-167.png and /dev/null differ diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 00000000..a08e2326 Binary files /dev/null and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-180.png b/assets/favicon-180.png deleted file mode 100644 index 67a23392..00000000 Binary files a/assets/favicon-180.png and /dev/null differ diff --git a/assets/favicon-195.png b/assets/favicon-195.png deleted file mode 100644 index bb763ea5..00000000 Binary files a/assets/favicon-195.png and /dev/null differ diff --git a/assets/favicon-196.png b/assets/favicon-196.png deleted file mode 100644 index 8ca0f0b9..00000000 Binary files a/assets/favicon-196.png and /dev/null differ diff --git a/assets/favicon-228.png b/assets/favicon-228.png deleted file mode 100644 index 3df9e05c..00000000 Binary files a/assets/favicon-228.png and /dev/null differ diff --git a/assets/favicon-32.png b/assets/favicon-32.png deleted file mode 100644 index 045edd37..00000000 Binary files a/assets/favicon-32.png and /dev/null differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 00000000..d6352560 Binary files /dev/null and b/assets/favicon-32x32.png differ diff --git a/assets/favicon-96.png b/assets/favicon-96.png deleted file mode 100644 index ab851902..00000000 Binary files a/assets/favicon-96.png and /dev/null differ diff --git a/assets/logo.svg b/assets/logo.svg index d3d94d78..839e5b6e 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,59 +1,44 @@ - - - - 6EF867FA-4ABB-444A-A5BB-8FA5D52E0EEB - Created with sketchtool. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + diff --git a/assets/safari-pinned-tab.svg b/assets/safari-pinned-tab.svg new file mode 100644 index 00000000..adc6c676 --- /dev/null +++ b/assets/safari-pinned-tab.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/browserconfig.xml b/browserconfig.xml deleted file mode 100644 index a1ff7e28..00000000 --- a/browserconfig.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - #0297F8 - - - \ No newline at end of file diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 00000000..b3930d0f --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 00000000..65da6b67 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/mstile-144x144.png b/public/mstile-144x144.png new file mode 100644 index 00000000..949cf8f7 Binary files /dev/null and b/public/mstile-144x144.png differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 00000000..3b89dc2b Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/mstile-310x150.png b/public/mstile-310x150.png new file mode 100644 index 00000000..f637d097 Binary files /dev/null and b/public/mstile-310x150.png differ diff --git a/public/mstile-310x310.png b/public/mstile-310x310.png new file mode 100644 index 00000000..2e913dc5 Binary files /dev/null and b/public/mstile-310x310.png differ diff --git a/public/mstile-70x70.png b/public/mstile-70x70.png new file mode 100644 index 00000000..103aa34b Binary files /dev/null and b/public/mstile-70x70.png differ diff --git a/server/layout.js b/server/layout.js index b6a43b47..576075f1 100644 --- a/server/layout.js +++ b/server/layout.js @@ -3,19 +3,11 @@ const assets = require('../common/assets'); const initScript = require('./initScript'); module.exports = function(state, body = '') { - const firaTag = state.fira - ? html` - - ` - : ''; return html` + ${state.title} @@ -36,66 +28,38 @@ module.exports = function(state, body = '') { content="${state.baseUrl}${assets.get('send-twitter.jpg')}" /> - - + + - ${state.title} + - - - - - - - - - - - - - - - - - + + - - - - - ${firaTag}