diff --git a/content/page/token/marketInfo/main/main.md b/content/page/token/marketInfo/main/main.md new file mode 100644 index 000000000..da1863fa3 --- /dev/null +++ b/content/page/token/marketInfo/main/main.md @@ -0,0 +1,5 @@ +--- +id: marketMain +title: JOIN THE MOST VALUABLE MARKET IN THE WORLD +--- +With rising demand for capacity to hold the most valuable commodity on earth – data, TFT is the gateway to enter the largest and fastest growing industry in the world, the Internet and cloud diff --git a/content/page/token/marketInfo/mainItem/125zb.png b/content/page/token/marketInfo/mainItem/125zb.png new file mode 100644 index 000000000..a519f9911 Binary files /dev/null and b/content/page/token/marketInfo/mainItem/125zb.png differ diff --git a/content/page/token/marketInfo/mainItem/index.md b/content/page/token/marketInfo/mainItem/index.md new file mode 100644 index 000000000..90ca2a990 --- /dev/null +++ b/content/page/token/marketInfo/mainItem/index.md @@ -0,0 +1,5 @@ +--- +id: sec1 +image: ./125zb.png +--- +125 zetabytes of storage capacity needs to be created to meet demand for data in the upcoming years. That is a number with 21 zeroes! diff --git a/content/page/token/marketInfo/sec2/800b.png b/content/page/token/marketInfo/sec2/800b.png new file mode 100644 index 000000000..4f8741568 Binary files /dev/null and b/content/page/token/marketInfo/sec2/800b.png differ diff --git a/content/page/token/marketInfo/sec2/index.md b/content/page/token/marketInfo/sec2/index.md new file mode 100644 index 000000000..fe0a54a34 --- /dev/null +++ b/content/page/token/marketInfo/sec2/index.md @@ -0,0 +1,5 @@ +--- +id: sec2 +image: ./800b.png +--- +$800 billion of revenue is expected for the cloud market by 2025 \ No newline at end of file diff --git a/content/page/token/marketInfo/sec3/70b.png b/content/page/token/marketInfo/sec3/70b.png new file mode 100644 index 000000000..123ec7837 Binary files /dev/null and b/content/page/token/marketInfo/sec3/70b.png differ diff --git a/content/page/token/marketInfo/sec3/index.md b/content/page/token/marketInfo/sec3/index.md new file mode 100644 index 000000000..11adacc83 --- /dev/null +++ b/content/page/token/marketInfo/sec3/index.md @@ -0,0 +1,5 @@ +--- +id: sec3 +image: ./70b.png +--- +Over seventy billion new devices are expected to be online by 2025 \ No newline at end of file diff --git a/content/page/token/marketInfo/sec4/1b.png b/content/page/token/marketInfo/sec4/1b.png new file mode 100644 index 000000000..63d9b3885 Binary files /dev/null and b/content/page/token/marketInfo/sec4/1b.png differ diff --git a/content/page/token/marketInfo/sec4/index.md b/content/page/token/marketInfo/sec4/index.md new file mode 100644 index 000000000..28ee67be0 --- /dev/null +++ b/content/page/token/marketInfo/sec4/index.md @@ -0,0 +1,5 @@ +--- +id: sec4 +image: ./1b.png +--- +Over one billion people are still expected to get digital access by 2025 \ No newline at end of file diff --git a/content/page/token/token.md b/content/page/token/token.md index 9add7fcfe..11f307aec 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -1,14 +1,17 @@ --- id: token metaTitle: ThreeFold | Token -metaDesc: A digital currency that enables a peer-to-peer digital economy. +metaDesc: A digital currency that enables a peer-to-peer digital economy metaImg: ./token_header.png header_slogan: header_title: INSPIRED BY AUTONOMY header_image: ./token_header.png header_altImg: threefold -header_excerpt: A digital currency that enables a peer-to-peer digital economy. +header_excerpt: A digital currency that enables a peer-to-peer digital economy solution_image: button: link: +marketInfoMain: marketMain +mainItem: sec1 +marketInfo: [sec2, sec3, sec4] --- diff --git a/gridsome.config.js b/gridsome.config.js index fce18018b..254aeacf0 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -369,6 +369,30 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MarketInfoMain', + path: './content/page/**/marketInfo/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MarketInfo', + path: './content/page/**/marketInfo/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MainItem', + path: './content/page/**/marketInfo/mainItem/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -419,7 +443,10 @@ module.exports = { cultivationMain: 'CultivationProcessMain', cultivationProcess: 'CultivationProcess', map: 'Map', - roadmap: 'Roadmap' + roadmap: 'Roadmap', + marketInfoMain: 'MarketInfoMain', + marketInfo: 'MarketInfo', + mainItem:'MainItem' } } }, diff --git a/src/components/custom/MarketInfo.vue b/src/components/custom/MarketInfo.vue new file mode 100644 index 000000000..20cdccb4e --- /dev/null +++ b/src/components/custom/MarketInfo.vue @@ -0,0 +1,57 @@ + + + \ No newline at end of file diff --git a/src/components/marketing/sections/cta-sections/Header.vue b/src/components/marketing/sections/cta-sections/Header.vue index b9ce68da4..75815c881 100644 --- a/src/components/marketing/sections/cta-sections/Header.vue +++ b/src/components/marketing/sections/cta-sections/Header.vue @@ -4,7 +4,7 @@ :style="[ id == 'home' ? { background: 'url(' + img + ') center no-repeat' } - : { background: transparent }, + : { background: 'transparent' }, ]" >
- -
+ +