diff --git a/client/components/App.js b/client/components/App.js index 8edbfff..f237058 100644 --- a/client/components/App.js +++ b/client/components/App.js @@ -14,24 +14,6 @@ export default class App extends React.Component { - - - - - - - - - - - - - - - - - - diff --git a/static/images/favicon.ico b/static/favicon.ico similarity index 100% rename from static/images/favicon.ico rename to static/favicon.ico diff --git a/static/images/android-icon-144x144.png b/static/images/android-icon-144x144.png deleted file mode 100755 index 8b83599..0000000 Binary files a/static/images/android-icon-144x144.png and /dev/null differ diff --git a/static/images/android-icon-192x192.png b/static/images/android-icon-192x192.png deleted file mode 100755 index c6b501a..0000000 Binary files a/static/images/android-icon-192x192.png and /dev/null differ diff --git a/static/images/android-icon-36x36.png b/static/images/android-icon-36x36.png deleted file mode 100755 index cc7739c..0000000 Binary files a/static/images/android-icon-36x36.png and /dev/null differ diff --git a/static/images/android-icon-48x48.png b/static/images/android-icon-48x48.png deleted file mode 100755 index 652475a..0000000 Binary files a/static/images/android-icon-48x48.png and /dev/null differ diff --git a/static/images/android-icon-72x72.png b/static/images/android-icon-72x72.png deleted file mode 100755 index e1727a1..0000000 Binary files a/static/images/android-icon-72x72.png and /dev/null differ diff --git a/static/images/android-icon-96x96.png b/static/images/android-icon-96x96.png deleted file mode 100755 index be4e5b2..0000000 Binary files a/static/images/android-icon-96x96.png and /dev/null differ diff --git a/static/images/apple-icon-114x114.png b/static/images/apple-icon-114x114.png deleted file mode 100755 index aa74df8..0000000 Binary files a/static/images/apple-icon-114x114.png and /dev/null differ diff --git a/static/images/apple-icon-120x120.png b/static/images/apple-icon-120x120.png deleted file mode 100755 index afd5d5f..0000000 Binary files a/static/images/apple-icon-120x120.png and /dev/null differ diff --git a/static/images/apple-icon-144x144.png b/static/images/apple-icon-144x144.png deleted file mode 100755 index 8b83599..0000000 Binary files a/static/images/apple-icon-144x144.png and /dev/null differ diff --git a/static/images/apple-icon-152x152.png b/static/images/apple-icon-152x152.png deleted file mode 100755 index 8fafba3..0000000 Binary files a/static/images/apple-icon-152x152.png and /dev/null differ diff --git a/static/images/apple-icon-180x180.png b/static/images/apple-icon-180x180.png deleted file mode 100755 index 7f3a692..0000000 Binary files a/static/images/apple-icon-180x180.png and /dev/null differ diff --git a/static/images/apple-icon-57x57.png b/static/images/apple-icon-57x57.png deleted file mode 100755 index 8a65995..0000000 Binary files a/static/images/apple-icon-57x57.png and /dev/null differ diff --git a/static/images/apple-icon-60x60.png b/static/images/apple-icon-60x60.png deleted file mode 100755 index 5ebd190..0000000 Binary files a/static/images/apple-icon-60x60.png and /dev/null differ diff --git a/static/images/apple-icon-72x72.png b/static/images/apple-icon-72x72.png deleted file mode 100755 index e1727a1..0000000 Binary files a/static/images/apple-icon-72x72.png and /dev/null differ diff --git a/static/images/apple-icon-76x76.png b/static/images/apple-icon-76x76.png deleted file mode 100755 index 1c3ca45..0000000 Binary files a/static/images/apple-icon-76x76.png and /dev/null differ diff --git a/static/images/apple-icon-precomposed.png b/static/images/apple-icon-precomposed.png deleted file mode 100755 index 55dd39c..0000000 Binary files a/static/images/apple-icon-precomposed.png and /dev/null differ diff --git a/static/images/apple-icon.png b/static/images/apple-icon.png deleted file mode 100755 index 55dd39c..0000000 Binary files a/static/images/apple-icon.png and /dev/null differ diff --git a/static/images/browserconfig.xml b/static/images/browserconfig.xml deleted file mode 100755 index c554148..0000000 --- a/static/images/browserconfig.xml +++ /dev/null @@ -1,2 +0,0 @@ - -#ffffff \ No newline at end of file diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png deleted file mode 100755 index af5b8fd..0000000 Binary files a/static/images/favicon-16x16.png and /dev/null differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png deleted file mode 100755 index 543d7c3..0000000 Binary files a/static/images/favicon-32x32.png and /dev/null differ diff --git a/static/images/favicon-96x96.png b/static/images/favicon-96x96.png deleted file mode 100755 index be4e5b2..0000000 Binary files a/static/images/favicon-96x96.png and /dev/null differ diff --git a/static/images/html-reference.txt b/static/images/html-reference.txt deleted file mode 100644 index 83d41f2..0000000 --- a/static/images/html-reference.txt +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/manifest.json b/static/images/manifest.json deleted file mode 100755 index 013d4a6..0000000 --- a/static/images/manifest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "App", - "icons": [ - { - "src": "\/android-icon-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": "0.75" - }, - { - "src": "\/android-icon-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": "1.0" - }, - { - "src": "\/android-icon-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": "1.5" - }, - { - "src": "\/android-icon-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": "2.0" - }, - { - "src": "\/android-icon-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": "3.0" - }, - { - "src": "\/android-icon-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -} \ No newline at end of file diff --git a/static/images/ms-icon-144x144.png b/static/images/ms-icon-144x144.png deleted file mode 100755 index 8b83599..0000000 Binary files a/static/images/ms-icon-144x144.png and /dev/null differ diff --git a/static/images/ms-icon-150x150.png b/static/images/ms-icon-150x150.png deleted file mode 100755 index 261f468..0000000 Binary files a/static/images/ms-icon-150x150.png and /dev/null differ diff --git a/static/images/ms-icon-310x310.png b/static/images/ms-icon-310x310.png deleted file mode 100755 index 1b6abaa..0000000 Binary files a/static/images/ms-icon-310x310.png and /dev/null differ diff --git a/static/images/ms-icon-70x70.png b/static/images/ms-icon-70x70.png deleted file mode 100755 index 26cc85c..0000000 Binary files a/static/images/ms-icon-70x70.png and /dev/null differ