diff --git a/content/page/tft/cultivationProcess/main/index.md b/content/page/tft/cultivationProcess/main/index.md new file mode 100644 index 000000000..68f9867a3 --- /dev/null +++ b/content/page/tft/cultivationProcess/main/index.md @@ -0,0 +1,5 @@ +--- +id: CP_main +title: PROOF OF UTILIZATION +subtitle: THE CULTIVATION PROCESS +--- \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_1/index.md b/content/page/tft/cultivationProcess/process_1/index.md new file mode 100644 index 000000000..7a599e396 --- /dev/null +++ b/content/page/tft/cultivationProcess/process_1/index.md @@ -0,0 +1,5 @@ +--- +id: CP_process_1 +image: ./tft_solution.png +--- +Solution Providers create experiences on the ThreeFold Grid. diff --git a/content/page/tft/cultivationProcess/process_1/tft_solution.png b/content/page/tft/cultivationProcess/process_1/tft_solution.png new file mode 100644 index 000000000..392c16dbc Binary files /dev/null and b/content/page/tft/cultivationProcess/process_1/tft_solution.png differ diff --git a/content/page/tft/cultivationProcess/process_2/index.md b/content/page/tft/cultivationProcess/process_2/index.md new file mode 100644 index 000000000..941b8107c --- /dev/null +++ b/content/page/tft/cultivationProcess/process_2/index.md @@ -0,0 +1,4 @@ +--- +id: CP_process_2 +image: ./tft_process.png +--- \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_2/tft_process.png b/content/page/tft/cultivationProcess/process_2/tft_process.png new file mode 100644 index 000000000..e9d191ca8 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_2/tft_process.png differ diff --git a/content/page/tft/cultivationProcess/process_3/index.md b/content/page/tft/cultivationProcess/process_3/index.md new file mode 100644 index 000000000..3758b8374 --- /dev/null +++ b/content/page/tft/cultivationProcess/process_3/index.md @@ -0,0 +1,5 @@ +--- +id: CP_process_3 +image: ./tft_farmers_earn.png +--- +ThreeFold Grid users pay cultivation fees (using TFT) for using compute, storage and network capacity. \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png new file mode 100644 index 000000000..1f8423358 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png differ diff --git a/content/page/tft/tft.md b/content/page/tft/tft.md index 05a449fa4..ee1b29913 100644 --- a/content/page/tft/tft.md +++ b/content/page/tft/tft.md @@ -8,6 +8,7 @@ header_title: THE WORLD IS USING A NEW INTERNET header_image: ./tft_header.jpg header_altImg: TFT header_excerpt: It runs on TFT +solution_image: ./tft_limited.jpg button: Get TFT link: / cta: tft_cta @@ -19,4 +20,6 @@ useTftMain: useTft_main tftUses: [col1, col2, col3] farmingMain: FP_main farmingProcess: [process_1, process_2, process_3] +cultivationMain: CP_main +cultivationProcess: [CP_process_1, CP_process_2, CP_process_3] --- diff --git a/content/page/tft/tft_limited.jpg b/content/page/tft/tft_limited.jpg new file mode 100644 index 000000000..0721d71e3 Binary files /dev/null and b/content/page/tft/tft_limited.jpg differ diff --git a/gridsome.config.js b/gridsome.config.js index f59a24723..4e586e9dc 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -419,6 +419,22 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CultivationProcessMain', + path: './content/page/**/cultivationProcess/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CultivationProcess', + path: './content/page/**/cultivationProcess/**/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -483,7 +499,9 @@ module.exports = { useTftMain: 'TftUsesMain', tftUses: 'TftUses', farmingMain: 'FarmingProcessMain', - farmingProcess: 'FarmingProcess' + farmingProcess: 'FarmingProcess', + cultivationMain: 'CultivationProcessMain', + cultivationProcess: 'CultivationProcess' } } }, diff --git a/src/components/marketing/sections/team-sections/with_large_images.vue b/src/components/marketing/sections/team-sections/with_large_images.vue index 0d6b4da60..6a9ae4ca3 100644 --- a/src/components/marketing/sections/team-sections/with_large_images.vue +++ b/src/components/marketing/sections/team-sections/with_large_images.vue @@ -1,8 +1,17 @@