diff --git a/content/page/tft/farmingProcess/main/index.md b/content/page/tft/farmingProcess/main/index.md new file mode 100644 index 000000000..3b08499f0 --- /dev/null +++ b/content/page/tft/farmingProcess/main/index.md @@ -0,0 +1,5 @@ +--- +id: FP_main +title: PROOF OF CAPACITY +subtitle: THE FARMING PROCESS +--- \ No newline at end of file diff --git a/content/page/tft/farmingProcess/process_1/index.md b/content/page/tft/farmingProcess/process_1/index.md new file mode 100644 index 000000000..7fe85fcc0 --- /dev/null +++ b/content/page/tft/farmingProcess/process_1/index.md @@ -0,0 +1,5 @@ +--- +id: process_1 +image: ./tft_hardware.png +--- +Anyone can connect hardware to the ThreeFold Grid and become a Farmer (miner). diff --git a/content/page/tft/farmingProcess/process_1/tft_hardware.png b/content/page/tft/farmingProcess/process_1/tft_hardware.png new file mode 100644 index 000000000..10557d848 Binary files /dev/null and b/content/page/tft/farmingProcess/process_1/tft_hardware.png differ diff --git a/content/page/tft/farmingProcess/process_2/index.md b/content/page/tft/farmingProcess/process_2/index.md new file mode 100644 index 000000000..893ce2ac7 --- /dev/null +++ b/content/page/tft/farmingProcess/process_2/index.md @@ -0,0 +1,4 @@ +--- +id: process_2 +image: ./tft_process.png +--- \ No newline at end of file diff --git a/content/page/tft/farmingProcess/process_2/tft_process.png b/content/page/tft/farmingProcess/process_2/tft_process.png new file mode 100644 index 000000000..e9d191ca8 Binary files /dev/null and b/content/page/tft/farmingProcess/process_2/tft_process.png differ diff --git a/content/page/tft/farmingProcess/process_3/index.md b/content/page/tft/farmingProcess/process_3/index.md new file mode 100644 index 000000000..dd6421757 --- /dev/null +++ b/content/page/tft/farmingProcess/process_3/index.md @@ -0,0 +1,5 @@ +--- +id: process_3 +image: ./tft_farmers_earn.png +--- +Farmers earn TFT for achieving a certain uptime and as proof of capacity. We call that ‘Farming’. diff --git a/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png b/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png new file mode 100644 index 000000000..1f8423358 Binary files /dev/null and b/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png differ diff --git a/content/page/tft/tft.md b/content/page/tft/tft.md index 34a2036a7..05a449fa4 100644 --- a/content/page/tft/tft.md +++ b/content/page/tft/tft.md @@ -17,4 +17,6 @@ carousel: [slide1, slide2, slide3, slide4, slide5, slide6 , slide7] sliderMain: slider_main useTftMain: useTft_main tftUses: [col1, col2, col3] +farmingMain: FP_main +farmingProcess: [process_1, process_2, process_3] --- diff --git a/gridsome.config.js b/gridsome.config.js index 07c43fa0f..f59a24723 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -403,6 +403,22 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FarmingProcessMain', + path: './content/page/**/farmingProcess/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FarmingProcess', + path: './content/page/**/farmingProcess/**/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -465,7 +481,9 @@ module.exports = { carousel: 'Carousel', sliderMain: 'CarouselMain', useTftMain: 'TftUsesMain', - tftUses: 'TftUses' + tftUses: 'TftUses', + farmingMain: 'FarmingProcessMain', + farmingProcess: 'FarmingProcess' } } }, 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 b07c11821..039d114ad 100644 --- a/src/components/marketing/sections/team-sections/with_large_images.vue +++ b/src/components/marketing/sections/team-sections/with_large_images.vue @@ -1,26 +1,9 @@