diff --git a/web/config.json b/web/config.json index 5188c63..7e598d9 100644 --- a/web/config.json +++ b/web/config.json @@ -11,9 +11,14 @@ "bundles": { "/css/all.css": [ + "/css/bootstrap.min.css", "/css/materialize.css", - "/css/style.css" + "/css/style.css", + "/css/mobile.css" ], + "/js/bootstrap.min.js": [ + "/js/lib/bootstrap.min.js" + ], "/js/client.js": [ "/js/contracts.js", "/js/load_deps.js", @@ -43,7 +48,10 @@ "/js/client/capabilities.js", "/js/withdraw/withdraw_form.js", "/js/withdraw_base.js" - ] + ], + "/js/main.js": [ + "/js/main.js" + ] } } diff --git a/web/contents/shared.json b/web/contents/shared.json index 771244d..32739da 100644 --- a/web/contents/shared.json +++ b/web/contents/shared.json @@ -1,6 +1,6 @@ { "site-title": "TinyPay", - "footer-text": "Copyright 2016 MustWin LLC, all rights reserved", + "footer-text": "Copyright 2017 Lovable Tech LLC, all rights reserved", "navbar": [ { "label": "Home", "href": "/" }, { "label": "How it works", "href": "/howitworks" }, diff --git a/web/templates/_footer.handlebars b/web/templates/_footer.handlebars index f5bb313..f210095 100644 --- a/web/templates/_footer.handlebars +++ b/web/templates/_footer.handlebars @@ -1,11 +1,16 @@ -