diff --git a/content/page/token/aboutTft/decenterlize_cloud.png b/content/page/token/aboutTft/decenterlize_cloud.png new file mode 100644 index 000000000..63063aa30 Binary files /dev/null and b/content/page/token/aboutTft/decenterlize_cloud.png differ diff --git a/content/page/token/aboutTft/index.md b/content/page/token/aboutTft/index.md new file mode 100644 index 000000000..3074475a8 --- /dev/null +++ b/content/page/token/aboutTft/index.md @@ -0,0 +1,9 @@ +--- +id: decentralized_cloud +title: DECENTRALIZED CLOUD NEEDED A CURRENCY. +subtitle: IT NOW HAS ONE +image: ./decenterlize_cloud.png +button: Learn about TFT +link: '#' +--- +TFT is a digital currency and utility token that allows people to hold current and future cloud capacity on the ThreeFold Grid. It incentivizes an open system where anyone can provide, sell and utilize compute, storage and network resources without any intermediaries diff --git a/content/page/token/token.md b/content/page/token/token.md index 761de5dbc..b54fbeace 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -15,4 +15,5 @@ marketInfoMain: marketMain mainItem: sec1 marketInfo: [sec2, sec3, sec4] cta: token_cta +tft: decentralized_cloud --- diff --git a/gridsome.config.js b/gridsome.config.js index 254aeacf0..2912ca6e2 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -393,6 +393,15 @@ module.exports = { } }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'AboutTft', + path: './content/page/**/aboutTft/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -446,7 +455,8 @@ module.exports = { roadmap: 'Roadmap', marketInfoMain: 'MarketInfoMain', marketInfo: 'MarketInfo', - mainItem:'MainItem' + mainItem: 'MainItem', + tft: 'AboutTft' } } }, diff --git a/src/components/custom/SplitWithImage.vue b/src/components/custom/SplitWithImage.vue new file mode 100644 index 000000000..503bfb4c3 --- /dev/null +++ b/src/components/custom/SplitWithImage.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/src/components/marketing/sections/cta-sections/Header.vue b/src/components/marketing/sections/cta-sections/Header.vue index d26cf6498..e6576a248 100644 --- a/src/components/marketing/sections/cta-sections/Header.vue +++ b/src/components/marketing/sections/cta-sections/Header.vue @@ -360,7 +360,7 @@
-

+

{{ title }}

diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 297290946..f4279c58e 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -45,7 +45,6 @@ " :cta="$page.markdownPage.cta" /> - +