From 26487ff4bd6ac632f93415f0a40d91b097c6a987 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sun, 30 Sep 2018 13:34:29 -0400 Subject: [PATCH] midway thru many things --- app/components/ecosystem/module-lbry.js | 2 +- app/components/ecosystem/module-lbrycrd.js | 2 +- app/components/resources-link-grid.js | 10 ++--- .../api-scripts.js => dist/scripts/api.js} | 0 app/sass/_layout.scss | 23 ----------- app/sass/pages/_api.scss | 9 +++- app/sass/pages/_home.scss | 17 ++++++++ app/sass/pages/_page.scss | 2 - app/sass/partials/_link-grid.scss | 5 ++- app/views/404.js | 0 app/views/api.js | 34 +++++++++++---- app/views/home.js | 41 +++++++------------ documents/resources.md | 14 +++---- .../{signing-claim.md => claim-signing.md} | 0 documents/resources/{pow.md => consensus.md} | 19 +++++---- documents/resources/schema.md | 14 +++---- 16 files changed, 98 insertions(+), 94 deletions(-) rename app/{components/client/api-scripts.js => dist/scripts/api.js} (100%) create mode 100644 app/views/404.js rename documents/resources/{signing-claim.md => claim-signing.md} (100%) rename documents/resources/{pow.md => consensus.md} (51%) diff --git a/app/components/ecosystem/module-lbry.js b/app/components/ecosystem/module-lbry.js index 7af3b27..561bf8f 100644 --- a/app/components/ecosystem/module-lbry.js +++ b/app/components/ecosystem/module-lbry.js @@ -35,7 +35,7 @@ module.exports = exports = () => `

Additional Resources