diff --git a/package-lock.json b/package-lock.json index c54a084c..bac6b022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9673,318 +9673,6 @@ } } }, - "gatsby-cli": { - "version": "2.8.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.8.22.tgz", - "integrity": "sha512-uZix0CalIzZ6Wx5pbu5VoWA7KalWdWdfofm+thXRe4VlyJ9VnKmHAslBB03NOl707JoMsBLshHsGYynHwp0jdA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.5.5", - "@babel/runtime": "^7.7.6", - "@hapi/joi": "^15.1.1", - "better-opn": "^1.0.0", - "bluebird": "^3.7.2", - "chalk": "^2.4.2", - "clipboardy": "^2.1.0", - "common-tags": "^1.8.0", - "configstore": "^5.0.0", - "convert-hrtime": "^3.0.0", - "core-js": "^2.6.11", - "envinfo": "^7.5.0", - "execa": "^3.4.0", - "fs-exists-cached": "^1.0.0", - "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.25", - "gatsby-telemetry": "^1.1.46", - "hosted-git-info": "^3.0.2", - "ink": "^2.6.0", - "ink-spinner": "^3.0.1", - "is-valid-path": "^0.1.1", - "lodash": "^4.17.15", - "meant": "^1.0.1", - "node-fetch": "^2.6.0", - "object.entries": "^1.1.0", - "opentracing": "^0.14.4", - "pretty-error": "^2.1.1", - "progress": "^2.0.3", - "prompts": "^2.3.0", - "react": "^16.12.0", - "redux": "^4.0.4", - "resolve-cwd": "^2.0.0", - "semver": "^6.3.0", - "signal-exit": "^3.0.2", - "source-map": "0.7.3", - "stack-trace": "^0.0.10", - "strip-ansi": "^5.2.0", - "update-notifier": "^3.0.1", - "uuid": "3.3.3", - "yargs": "^12.0.5", - "yurnalist": "^1.1.1" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "clipboardy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.1.0.tgz", - "integrity": "sha512-2pzOUxWcLlXWtn+Jd6js3o12TysNOOVes/aQfg+MT/35vrxWzedHlLwyoJpXjsFKWm95BTNEcMGD9+a7mKzZkQ==", - "dev": true, - "requires": { - "arch": "^2.1.1", - "execa": "^1.0.0" - }, - "dependencies": { - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - } - } - }, - "configstore": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz", - "integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==", - "dev": true, - "requires": { - "dot-prop": "^5.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - } - }, - "core-js": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", - "dev": true - }, - "crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "dev": true - }, - "dot-prop": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", - "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", - "dev": true, - "requires": { - "is-obj": "^2.0.0" - } - }, - "execa": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", - "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "get-stream": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", - "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", - "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", - "dev": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "dev": true - } - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "hosted-git-info": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.2.tgz", - "integrity": "sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw==", - "dev": true, - "requires": { - "lru-cache": "^5.1.1" - } - }, - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz", - "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dev": true, - "requires": { - "crypto-random-string": "^2.0.0" - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "write-file-atomic": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.1.tgz", - "integrity": "sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } - } - }, "gatsby-core-utils": { "version": "1.0.25", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.25.tgz", diff --git a/package.json b/package.json index 3314f6de..8d072d7a 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,6 @@ "eslint-plugin-mocha": "^6.2.2", "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-react": "^7.10.0", - "gatsby-cli": "^2.8.22", "json-loader": "^0.5.7", "postcss": "^7.0.26", "postcss-cli": "^5.0.1", diff --git a/src/images/app-icons/apple-icon.png b/src/images/app-icons/apple-icon.png index 724f9a29..24629a7d 100755 Binary files a/src/images/app-icons/apple-icon.png and b/src/images/app-icons/apple-icon.png differ diff --git a/src/images/app-icons/icon.png b/src/images/app-icons/icon.png index 724f9a29..24629a7d 100755 Binary files a/src/images/app-icons/icon.png and b/src/images/app-icons/icon.png differ diff --git a/src/layouts/index.js b/src/layouts/index.js index 09235d5a..f772ed63 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -182,32 +182,3 @@ Layout.propTypes = { }; export default Layout; - -// eslint-disable-next-line no-undef -/* -export const postQuery = graphql` - query LayoutQuery { - pages: allMarkdownRemark( - filter: { fileAbsolutePath: { regex: "//pages//" }, fields: { prefix: { regex: "/^\\d+$/" } } } - sort: { fields: [fields___prefix], order: ASC } - ) { - edges { - node { - fields { - slug - prefix - } - frontmatter { - title - } - } - } - } - footnote: markdownRemark(fileAbsolutePath: { regex: "/footnote/" }) { - id - html - } - } -`; - -*/ diff --git a/src/pages/index.js b/src/pages/index.js index ef6ba47a..102cd435 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -80,7 +80,6 @@ IndexPage.propTypes = { export default IndexPage; -// eslint-disable-next-line no-undef export const query = graphql` query IndexQuery { posts: allMarkdownRemark( @@ -110,21 +109,19 @@ export const query = graphql` } } bgDesktop: imageSharp(fluid: { originalName: { regex: "/lucas-background/" } }) { - resize(width: 1200, quality: 90, cropFocus: CENTER) { + resize(width: 1200, quality: 90, cropFocus: ATTENTION) { src } } bgTablet: imageSharp(fluid: { originalName: { regex: "/lucas-background/" } }) { - resize(width: 800, height: 600, quality: 90, cropFocus: CENTER) { + resize(width: 800, height: 600, quality: 90, cropFocus: ATTENTION) { src } } bgMobile: imageSharp(fluid: { originalName: { regex: "/lucas-background/" } }) { - resize(width: 600, height: 350, quality: 90, cropFocus: CENTER) { + resize(width: 600, height: 350, quality: 90, cropFocus: ATTENTION) { src } } } `; - -// hero-background diff --git a/src/pages/project.js b/src/pages/project.js index 02ca57f4..167565b4 100644 --- a/src/pages/project.js +++ b/src/pages/project.js @@ -90,7 +90,6 @@ ProjectPage.propTypes = { export default ProjectPage; -// eslint-disable-next-line no-undef export const query = graphql` query PostsQuery { posts: allMarkdownRemark( diff --git a/src/templates/CategoryTemplate.js b/src/templates/CategoryTemplate.js index 2392a34c..1e8a32ac 100644 --- a/src/templates/CategoryTemplate.js +++ b/src/templates/CategoryTemplate.js @@ -48,7 +48,6 @@ CategoryTemplate.propTypes = { export default CategoryTemplate; -// eslint-disable-next-line no-undef export const categoryQuery = graphql` query PostsByCategory($category: String) { allMarkdownRemark( diff --git a/src/templates/PageTemplate.js b/src/templates/PageTemplate.js index 647ab2dc..4308bf19 100644 --- a/src/templates/PageTemplate.js +++ b/src/templates/PageTemplate.js @@ -32,7 +32,6 @@ PageTemplate.propTypes = { export default PageTemplate; -// eslint-disable-next-line no-undef export const pageQuery = graphql` query PageByPath($slug: String!) { page: markdownRemark(fields: { slug: { eq: $slug } }) { diff --git a/src/templates/PostTemplate.js b/src/templates/PostTemplate.js index 16c81426..baaadb8f 100644 --- a/src/templates/PostTemplate.js +++ b/src/templates/PostTemplate.js @@ -39,7 +39,6 @@ PostTemplate.propTypes = { export default PostTemplate; -// eslint-disable-next-line no-undef export const postQuery = graphql` query PostBySlug($slug: String!) { post: markdownRemark(fields: { slug: { eq: $slug } }) { diff --git a/src/templates/TechnologyTemplate.js b/src/templates/TechnologyTemplate.js index be9f1ced..dc084662 100644 --- a/src/templates/TechnologyTemplate.js +++ b/src/templates/TechnologyTemplate.js @@ -59,7 +59,6 @@ TechnologyTemplate.propTypes = { export default TechnologyTemplate; -// eslint-disable-next-line no-undef export const technologyQuery = graphql` query PostsByTechnology { allMarkdownRemark(limit: 1000, sort: { fields: [fields___prefix], order: DESC }) { diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index f4531ca3..00000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/icons/apple-icon-114x114.png b/static/icons/apple-icon-114x114.png deleted file mode 100644 index cc30d0d8..00000000 Binary files a/static/icons/apple-icon-114x114.png and /dev/null differ diff --git a/static/icons/apple-icon-120x120.png b/static/icons/apple-icon-120x120.png deleted file mode 100644 index d0b48e45..00000000 Binary files a/static/icons/apple-icon-120x120.png and /dev/null differ diff --git a/static/icons/apple-icon-144x144.png b/static/icons/apple-icon-144x144.png deleted file mode 100644 index 43c1e11c..00000000 Binary files a/static/icons/apple-icon-144x144.png and /dev/null differ diff --git a/static/icons/apple-icon-152x152.png b/static/icons/apple-icon-152x152.png deleted file mode 100644 index 4d6dda3a..00000000 Binary files a/static/icons/apple-icon-152x152.png and /dev/null differ diff --git a/static/icons/apple-icon-180x180.png b/static/icons/apple-icon-180x180.png deleted file mode 100644 index 99344c54..00000000 Binary files a/static/icons/apple-icon-180x180.png and /dev/null differ diff --git a/static/icons/apple-icon-57x57.png b/static/icons/apple-icon-57x57.png deleted file mode 100644 index f267a2b8..00000000 Binary files a/static/icons/apple-icon-57x57.png and /dev/null differ diff --git a/static/icons/apple-icon-60x60.png b/static/icons/apple-icon-60x60.png deleted file mode 100644 index 025a63ed..00000000 Binary files a/static/icons/apple-icon-60x60.png and /dev/null differ diff --git a/static/icons/apple-icon-72x72.png b/static/icons/apple-icon-72x72.png deleted file mode 100644 index b17729c2..00000000 Binary files a/static/icons/apple-icon-72x72.png and /dev/null differ diff --git a/static/icons/apple-icon-76x76.png b/static/icons/apple-icon-76x76.png deleted file mode 100644 index 1a208075..00000000 Binary files a/static/icons/apple-icon-76x76.png and /dev/null differ diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png deleted file mode 100644 index bd3115b6..00000000 Binary files a/static/icons/favicon-16x16.png and /dev/null differ diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png deleted file mode 100644 index cb75b0d0..00000000 Binary files a/static/icons/favicon-32x32.png and /dev/null differ diff --git a/static/icons/favicon-96x96.png b/static/icons/favicon-96x96.png deleted file mode 100644 index 80a046d5..00000000 Binary files a/static/icons/favicon-96x96.png and /dev/null differ diff --git a/static/icons/icon-144x144.png b/static/icons/icon-144x144.png deleted file mode 100644 index 1f655de7..00000000 Binary files a/static/icons/icon-144x144.png and /dev/null differ diff --git a/static/icons/icon-192x192.png b/static/icons/icon-192x192.png deleted file mode 100644 index 32081ef5..00000000 Binary files a/static/icons/icon-192x192.png and /dev/null differ diff --git a/static/icons/icon-256x256.png b/static/icons/icon-256x256.png deleted file mode 100644 index f02877a6..00000000 Binary files a/static/icons/icon-256x256.png and /dev/null differ diff --git a/static/icons/icon-384x384.png b/static/icons/icon-384x384.png deleted file mode 100644 index fc447422..00000000 Binary files a/static/icons/icon-384x384.png and /dev/null differ diff --git a/static/icons/icon-48x48.png b/static/icons/icon-48x48.png deleted file mode 100644 index 85483777..00000000 Binary files a/static/icons/icon-48x48.png and /dev/null differ diff --git a/static/icons/icon-512x512.png b/static/icons/icon-512x512.png deleted file mode 100644 index 5ed4a93a..00000000 Binary files a/static/icons/icon-512x512.png and /dev/null differ diff --git a/static/icons/icon-96x96.png b/static/icons/icon-96x96.png deleted file mode 100644 index 80a046d5..00000000 Binary files a/static/icons/icon-96x96.png and /dev/null differ