diff --git a/css/main.css b/assets/css/main.css similarity index 100% rename from css/main.css rename to assets/css/main.css diff --git a/css/main.min.css b/assets/css/main.min.css similarity index 100% rename from css/main.min.css rename to assets/css/main.min.css diff --git a/css/main.scss b/assets/css/main.scss similarity index 100% rename from css/main.scss rename to assets/css/main.scss diff --git a/js/components.js b/assets/js/components.js similarity index 100% rename from js/components.js rename to assets/js/components.js diff --git a/js/index.js b/assets/js/index.js similarity index 99% rename from js/index.js rename to assets/js/index.js index c46b379..b7c3526 100644 --- a/js/index.js +++ b/assets/js/index.js @@ -251,7 +251,7 @@ const siteMap = [ outlets: [ { name: "Bitcoin Bonds", - url: "bitcoinbonds", + url: "bitcoinbonds.html", brief: `Bondholders get a minimum guarantee of 13% interest per annum during the lock-in period or 50% of all Bitcoin price gains whichever is higher. It offers full capital protection if Bitcoin prices fall below acquisition price.`, isSold: true, @@ -260,7 +260,7 @@ const siteMap = [ }, { name: `Bob's Fund`, - url: `bob'sfund`, + url: `bob'sfund.html`, brief: `Bobs Fund is a 20 year long term Bitcoin price linked product. Investors are entitled to 100% of Bitcoin price gains, but they most hold for 20 years.`, isSold: true, buyUrl: `purchase_room` diff --git a/bitcoinbonds.html b/bitcoinbonds.html index d6e4b53..161acee 100644 --- a/bitcoinbonds.html +++ b/bitcoinbonds.html @@ -7,7 +7,7 @@