diff options
| author | Fuwn <[email protected]> | 2022-09-14 18:03:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-14 18:03:43 -0700 |
| commit | d4b2c4135ec0d0d7fe60d061ead70d2a8fa9fb5d (patch) | |
| tree | cbc4d90c2fc010624dbdcef7c67b0219841789b5 /content | |
| parent | feat(tor.gmi): add more links (diff) | |
| download | locus-d4b2c4135ec0d0d7fe60d061ead70d2a8fa9fb5d.tar.xz locus-d4b2c4135ec0d0d7fe60d061ead70d2a8fa9fb5d.zip | |
feat(modules): create cryptocurrency dashboard
Diffstat (limited to 'content')
| -rw-r--r-- | content/blogs/news/20220914.gmi | 10 | ||||
| -rw-r--r-- | content/json/cryptocurrency_referrals.json | 32 | ||||
| -rw-r--r-- | content/json/stock_market_referrals.json (renamed from content/json/stock_referrals.json) | 5 |
3 files changed, 41 insertions, 6 deletions
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_referrals.json b/content/json/stock_market_referrals.json index 6cf45f5..2161ea7 100644 --- a/content/json/stock_referrals.json +++ b/content/json/stock_market_referrals.json @@ -10,11 +10,6 @@ "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" |