From 3d76039a7d42fea74fcc8db525564660573e96b4 Mon Sep 17 00:00:00 2001 From: Alexa101101 <75085330+Alexa101101@users.noreply.github.com> Date: Thu, 26 Nov 2020 11:31:42 -0500 Subject: [PATCH] Update data.json.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Changed copyright to 2021 (from 2019) and capitalized All Rights Reserved 2. Added Bilaxy as USDT exchange (erased Livecoin) 3. Testnet Faucet link https://faucet.testnet.shiftproject.com/ and Shift Demo link https://demo.shiftproject.com/ do not work because the source domain is not active (shiftproject.com) so I erased those links (unless we can get the website back under our control but it sounds like its not worth the money) 4. Erased “old” from reddit link (someone complained about this a few days ago on reddit: a. why “old.reddit” and b. shiftproject links not working (see above #3) 5. Cant upload white paper because: “Uploads are disabled. File uploads require push access to this repository.” So instead I uploaded the PDF to a free public PDF website and edited the link to direct there instead 6. Working on Cookie Banner consent but waiting to hear back from y’all if it would be useful --- data/index/data.json.js | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/data/index/data.json.js b/data/index/data.json.js index 2a565d8..a4f7a26 100644 --- a/data/index/data.json.js +++ b/data/index/data.json.js @@ -653,14 +653,6 @@ window.indexData = { text: 'Web Wallet', link: 'https://wallet.shiftnrg.org' }, - { - text: 'Interactive Demo', - link: 'https://demo.shiftproject.com' - }, - { - text: 'Testnet Faucet', - link: 'https://faucet.testnet.shiftproject.com' - } ] }, { @@ -677,18 +669,8 @@ window.indexData = { { text: 'White Paper', link: - 'https://www.shiftproject.com/download/shift-introductory-paper.pdf' + 'https://pdfhost.io/v/WUg~hSshl_Shift_NRG_Project_White_Paper.pdf' }, - { - text: 'Chinese Paper', - link: - 'https://www.shiftproject.com/download/shift-%E5%85%A5%E9%97%A8%E7%99%BD%E7%9A%AE%E4%B9%A6.pdf' - }, - { - text: 'Korean Paper', - link: - 'https://www.shiftproject.com/download/shift-%EC%86%8C%EA%B0%9C%20%EB%B0%B1%EC%84%9C.pdf' - } ] }, { @@ -712,7 +694,7 @@ window.indexData = { }, { text: 'Reddit', - link: 'https://old.reddit.com/r/ShiftProject' + link: 'https://reddit.com/r/ShiftProject' } ] }, @@ -738,8 +720,8 @@ window.indexData = { ], links: [ { - text: 'Livecoin (BTC/ETH/USD)', - link: 'https://www.livecoin.net/en/trading/SHIFT_BTC' + text: 'Bilaxy (USDT)', + link: 'https://bilaxy.com/trade/SHIFT_USDT' }, { text: 'Altilly (BTC/ETH/XQR)', @@ -750,7 +732,7 @@ window.indexData = { ], bottomItems: [ { - text: '© Shift 2019 - All rights reserved' + text: '© Shift 2021 - All Rights Reserved' } ] }, @@ -766,4 +748,8 @@ window.indexData = { Facebook: 'https://www.facebook.com/ShiftNrg' } } + + { + +} }