From d4b2c4135ec0d0d7fe60d061ead70d2a8fa9fb5d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 14 Sep 2022 18:03:43 -0700 Subject: feat(modules): create cryptocurrency dashboard --- content/blogs/news/20220914.gmi | 10 +++++++++- content/json/cryptocurrency_referrals.json | 32 ++++++++++++++++++++++++++++++ content/json/stock_market_referrals.json | 22 ++++++++++++++++++++ content/json/stock_referrals.json | 27 ------------------------- 4 files changed, 63 insertions(+), 28 deletions(-) create mode 100644 content/json/cryptocurrency_referrals.json create mode 100644 content/json/stock_market_referrals.json delete mode 100644 content/json/stock_referrals.json (limited to 'content') diff --git a/content/blogs/news/20220914.gmi b/content/blogs/news/20220914.gmi index e57d4c8..c081ab1 100644 --- a/content/blogs/news/20220914.gmi +++ b/content/blogs/news/20220914.gmi @@ -5,4 +5,12 @@ ## Miscellaneous -* Remove trailing whitespace from news entries \ No newline at end of file +* Remove trailing whitespace from news entries + +## Cryptocurrency + +* Create cryptocurrency dashboard + referrals page + +## Stock Market Dashboard + +* Add links to the cryptocurrency dashboard \ No newline at end of file diff --git a/content/json/cryptocurrency_referrals.json b/content/json/cryptocurrency_referrals.json new file mode 100644 index 0000000..964c6a6 --- /dev/null +++ b/content/json/cryptocurrency_referrals.json @@ -0,0 +1,32 @@ +[ + { + "name": "TradingView", + "description": "Easily track and analyse all financial markets", + "url": "https://www.tradingview.com/gopro/?share_your_love=Fuwn" + }, + { + "name": "Webull", + "description": "Invest in stocks, forex, cryptocurrencies, and more, all on one platform", + "url": "https://act.webull.com/on/teiSmEbEldwm/m32/inviteUs/" + }, + { + "name": "Strike", + "description": "Send and receive money instantly. Buy bitcoin. Get paid in bitcoin.", + "url": "https://invite.strike.me/PWQW0K" + }, + { + "name": "Cash App", + "description": "The easy way to send, spend, bank, and invest", + "url": "https://cash.app/app/JBQKJJZ" + }, + { + "name": "FTX US", + "description": "Cryptocurrency Derivatives Exchange", + "url": "https://ftx.us/home/#a=fuwn" + }, + { + "name": "Coinbase", + "description": "Buy and Sell Bitcoin, Ethereum, and more with trust", + "url": "https://coinbase.com/join/nefjwn" + } +] diff --git a/content/json/stock_market_referrals.json b/content/json/stock_market_referrals.json new file mode 100644 index 0000000..2161ea7 --- /dev/null +++ b/content/json/stock_market_referrals.json @@ -0,0 +1,22 @@ +[ + { + "name": "TradingView", + "description": "Easily track and analyse all financial markets", + "url": "https://www.tradingview.com/gopro/?share_your_love=Fuwn" + }, + { + "name": "Webull", + "description": "Invest in stocks, forex, cryptocurrencies, and more, all on one platform", + "url": "https://act.webull.com/on/teiSmEbEldwm/m32/inviteUs/" + }, + { + "name": "Cash App", + "description": "The easy way to send, spend, bank, and invest", + "url": "https://cash.app/app/JBQKJJZ" + }, + { + "name": "TIKR Terminal", + "description": "Best Free Fundamental Screener to Filter 100k+ Stocks Worldwide", + "url": "https://app.tikr.com/register?ref=ahy1qu" + } +] diff --git a/content/json/stock_referrals.json b/content/json/stock_referrals.json deleted file mode 100644 index 6cf45f5..0000000 --- a/content/json/stock_referrals.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "TradingView", - "description": "Easily track and analyse all financial markets", - "url": "https://www.tradingview.com/gopro/?share_your_love=Fuwn" - }, - { - "name": "Webull", - "description": "Invest in stocks, forex, cryptocurrencies, and more, all on one platform", - "url": "https://act.webull.com/on/teiSmEbEldwm/m32/inviteUs/" - }, - { - "name": "Strike", - "description": "Send and receive money instantly. Buy bitcoin. Get paid in bitcoin.", - "url": "https://invite.strike.me/PWQW0K" - }, - { - "name": "Cash App", - "description": "The easy way to send, spend, bank, and invest", - "url": "https://cash.app/app/JBQKJJZ" - }, - { - "name": "TIKR Terminal", - "description": "Best Free Fundamental Screener to Filter 100k+ Stocks Worldwide", - "url": "https://app.tikr.com/register?ref=ahy1qu" - } -] -- cgit v1.2.3