From 59afb3d0ba38ef8fe093e057fab52d8457df1d8b Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 17 Oct 2016 21:31:28 +1100 Subject: [PATCH] Setting up the look of the homepage design and desired features. Removes the about page Fixes issue with wallet linking --- web/app/index.html | 1 - web/app/views/about/about.html | 179 ------------------------------ web/app/views/about/about.js | 14 --- web/app/views/about/about_test.js | 16 --- web/app/views/home/home.html | 79 ++++++++----- web/app/views/wallets/wallets.js | 2 +- 6 files changed, 53 insertions(+), 238 deletions(-) delete mode 100644 web/app/views/about/about.html delete mode 100644 web/app/views/about/about.js delete mode 100644 web/app/views/about/about_test.js diff --git a/web/app/index.html b/web/app/index.html index e171f66a..2ad53cbd 100644 --- a/web/app/index.html +++ b/web/app/index.html @@ -33,7 +33,6 @@