diff --git a/content/page/token/partenerships/main/main.md b/content/page/token/partenerships/main/main.md new file mode 100644 index 000000000..049895c37 --- /dev/null +++ b/content/page/token/partenerships/main/main.md @@ -0,0 +1,7 @@ +--- +id: cryptocurrency_main +title: NOT YOUR AVERAGE DIGITAL CURRENCY +slogan: +--- + +TFT is a cryptocurrency. It is a scarce digital currency that you can use on the Internet - similar to Bitcoin, but actually very different. If you’re new to crypto, here are some key characteristics of TFT. diff --git a/content/page/token/partenerships/sec1/be_ur_bank.png b/content/page/token/partenerships/sec1/be_ur_bank.png new file mode 100644 index 000000000..02bc22f62 Binary files /dev/null and b/content/page/token/partenerships/sec1/be_ur_bank.png differ diff --git a/content/page/token/partenerships/sec1/index.md b/content/page/token/partenerships/sec1/index.md new file mode 100644 index 000000000..8c8b64f1f --- /dev/null +++ b/content/page/token/partenerships/sec1/index.md @@ -0,0 +1,7 @@ +--- +id: be_ur_bank +img: ./be_ur_bank.png +title: Be Your Own Bank +--- + +TFT lets you be your own bank. You can control your own funds with your wallets as proof of ownership – no third parties needed. diff --git a/content/page/token/partenerships/sec2/index.md b/content/page/token/partenerships/sec2/index.md new file mode 100644 index 000000000..f95cf59f7 --- /dev/null +++ b/content/page/token/partenerships/sec2/index.md @@ -0,0 +1,7 @@ +--- +id: secure +img: ./secure.png +title: Always Stay Secure +--- + +Internet money may be new but it's secured by proven cryptography. This protects your wallet, your TFT, and your transactions. diff --git a/content/page/token/partenerships/sec2/secure.png b/content/page/token/partenerships/sec2/secure.png new file mode 100644 index 000000000..8a8bd72fc Binary files /dev/null and b/content/page/token/partenerships/sec2/secure.png differ diff --git a/content/page/token/partenerships/sec3/index.md b/content/page/token/partenerships/sec3/index.md new file mode 100644 index 000000000..e75fa29d7 --- /dev/null +++ b/content/page/token/partenerships/sec3/index.md @@ -0,0 +1,8 @@ +--- +id: transact_p2p +img: ./transact_p2p.png +title: Transact Peer-to-Peer +--- + +You can send your TFT directly to your contacts, without any intermediaries such as banks. It's like handing cash over in-person, +but you can do it securely with anyone, anywhere ,anytime. diff --git a/content/page/token/partenerships/sec3/transact_p2p.png b/content/page/token/partenerships/sec3/transact_p2p.png new file mode 100644 index 000000000..919214520 Binary files /dev/null and b/content/page/token/partenerships/sec3/transact_p2p.png differ diff --git a/content/page/token/partenerships/sec4/backed.png b/content/page/token/partenerships/sec4/backed.png new file mode 100644 index 000000000..a15ff1619 Binary files /dev/null and b/content/page/token/partenerships/sec4/backed.png differ diff --git a/content/page/token/partenerships/sec4/index.md b/content/page/token/partenerships/sec4/index.md new file mode 100644 index 000000000..ec9ce463e --- /dev/null +++ b/content/page/token/partenerships/sec4/index.md @@ -0,0 +1,7 @@ +--- +id: backed +img: ./backed.png +title: Be Backed by Storage +--- + +1 TFT represents a unit of storage and/or compute (CPU, RAM, SDD/HDD) on the ThreeFold Grid - the peer-to-peer alternative to the current Internet & cloud. diff --git a/content/page/token/partenerships/sec5/decentralized.png b/content/page/token/partenerships/sec5/decentralized.png new file mode 100644 index 000000000..6019c4cde Binary files /dev/null and b/content/page/token/partenerships/sec5/decentralized.png differ diff --git a/content/page/token/partenerships/sec5/index.md b/content/page/token/partenerships/sec5/index.md new file mode 100644 index 000000000..e16429747 --- /dev/null +++ b/content/page/token/partenerships/sec5/index.md @@ -0,0 +1,7 @@ +--- +id: decentralized +img: ./decentralized.png +title: Be Decentralized +--- + +TFT is decentralized and global. There's no company or bank that can decide to print more TFT, or change the terms of use. The maximum supply for TFT is capped at 4 billion. More tokens can never be created. diff --git a/content/page/token/partenerships/sec6/index.md b/content/page/token/partenerships/sec6/index.md new file mode 100644 index 000000000..f14f6caf2 --- /dev/null +++ b/content/page/token/partenerships/sec6/index.md @@ -0,0 +1,7 @@ +--- +id: lives_stellar +img: ./lives_stellar.png +title: Lives on Stellar +--- + +Using Stellar as the transactional blockchain gives TFT holders access to a wide range of proven wallets and exchange opportunities. More blockchains are to be integrated in 2021. diff --git a/content/page/token/partenerships/sec6/lives_stellar.png b/content/page/token/partenerships/sec6/lives_stellar.png new file mode 100644 index 000000000..a467c629e Binary files /dev/null and b/content/page/token/partenerships/sec6/lives_stellar.png differ diff --git a/content/page/token/token.md b/content/page/token/token.md index a6a4d9e83..fbdfb9d70 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -9,4 +9,7 @@ button: Get Tokens link: / comparisonMain: token_comparison comparisonSecs: [expand_grid, invest_token, earn_more] +partenershipsMain: cryptocurrency_main +partnerships: + [be_ur_bank, secure, transact_p2p, backed, decentralized, lives_stellar] --- diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 84e97c36f..56ee5077a 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -235,6 +235,9 @@ export default { return name; }, }, + mounted() { + console.log(this.$page.markdownPage); + }, };