update links

This commit is contained in:
2021-10-27 12:04:13 +02:00
parent 33e4e8420b
commit cf7673523a
11 changed files with 53 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ items:
- title: Participate - title: Participate
links: links:
- name: Start Farming - name: Start Farming
link: https://farming.threefold.io/farm link: /farm
- name: Buy the Token - name: Buy the Token
link: https://library.threefold.me/info/tfgrid/#/tokens/how_to_buy link: https://library.threefold.me/info/tfgrid/#/tokens/how_to_buy
- name: Test the Cloud - name: Test the Cloud

View File

@@ -3,6 +3,6 @@ id: farm_brandPanel
title: Hello, Titan title: Hello, Titan
image: farm_titan.jpg # src/assets/brandPanel/.. image: farm_titan.jpg # src/assets/brandPanel/..
btnTxt : Get a Titan Node btnTxt : Get a Titan Node
sourceUrl : '' sourceUrl : https://shop.threefold.tech/index.php?route=product/category&path=59
--- ---
The Titan node was designed to fit any home or office. It is packed with performance for its price and doesnt require any technical knowledge. Just order, plug it in and start earning. Yes, thats it! The Titan node was designed to fit any home or office. It is packed with performance for its price and doesnt require any technical knowledge. Just order, plug it in and start earning. Yes, thats it!

View File

@@ -4,8 +4,8 @@ title: GOT QUESTIONS
subtitle : FUTURE FARMER? subtitle : FUTURE FARMER?
image: farm_future.jpg # src/assets/brandPanel/.. image: farm_future.jpg # src/assets/brandPanel/..
btnTxt : Farming Library btnTxt : Farming Library
sourceUrl : '' sourceUrl : https://library.threefold.me/info/threefold#/tfgrid/farming/threefold__farming_home
btnTxt2 : Farming FAQs btnTxt2 : Farming FAQs
sourceUrl2 : '' sourceUrl2 : https://farming.threefold.io/faq
--- ---
We have an extensive library of information about farming and weve also gathered the most frequently asked questions and answers around farming in our forum. If you cant find the answer youre looking for, just ask away and our experts will get back to you. We have an extensive library of information about farming and weve also gathered the most frequently asked questions and answers around farming in our forum. If you cant find the answer youre looking for, just ask away and our experts will get back to you.

View File

@@ -4,6 +4,6 @@ title: SET UP YOUR
subtitle : OWN NODE subtitle : OWN NODE
image: setup_nodes .png # src/assets/brandPanel/.. image: setup_nodes .png # src/assets/brandPanel/..
btnTxt : See Requirements btnTxt : See Requirements
sourceUrl : '' sourceUrl : https://forum.threefold.io/t/diy-nodes-guide/837
--- ---
ThreeFolds operating system can run on any Intel or AMD powered computers. From building your own 3Node to using refurbished hardware, define your ideal configurations and start farming today. ThreeFolds operating system can run on any Intel or AMD powered computers. From building your own 3Node to using refurbished hardware, define your ideal configurations and start farming today.

View File

@@ -1,6 +1,7 @@
--- ---
id: farm_cta id: farm_cta
title: JOIN A WORLD OF FARMERS title: JOIN A
title2: WORLD OF FARMERS
image: ./farm_map.png image: ./farm_map.png
button: '' button: ''
link: '' link: ''

View File

@@ -8,7 +8,7 @@ header_title: BE THE
header_title2: internet header_title2: internet
header_image: ./farm_header.jpg header_image: ./farm_header.jpg
button: Become a Farmer button: Become a Farmer
link: '' link: https://shop.threefold.tech/index.php?route=product/category&path=59
header_altImg: threefold header_altImg: threefold
header_excerpt: Farming TFT is done by connection a node or server to the ThreeFold Grid. Yes, it's that simple. Join thousands that make the Internet of tomorrow possible. header_excerpt: Farming TFT is done by connection a node or server to the ThreeFold Grid. Yes, it's that simple. Join thousands that make the Internet of tomorrow possible.
productsMain: product_farm productsMain: product_farm

View File

@@ -2,4 +2,7 @@
id: FP_main id: FP_main
title: PROOF OF CAPACITY title: PROOF OF CAPACITY
subtitle: THE FARMING PROCESS subtitle: THE FARMING PROCESS
title2: EARNING
subtitle2: THREEFOLD TOKENS
subtext : Participants earn TFT for farming and expanding the ThreeFold Grids presence to new locations.
--- ---

View File

@@ -204,10 +204,11 @@
uppercase uppercase
mb-2 mb-2
leading-none leading-none
font-bold font-heading font-normal font-heading
" "
> >
{{ cta.title }} {{ cta.title }}
<span class="font-bold">{{ cta.title2 }}</span>
</h2> </h2>
<div v-html="cta.content" class="mt-6 mb-8 lg:text-2xl"></div> <div v-html="cta.content" class="mt-6 mb-8 lg:text-2xl"></div>
<g-image :src="cta.image" class="lg:my-20 mx-auto" /> <g-image :src="cta.image" class="lg:my-20 mx-auto" />

View File

@@ -498,6 +498,26 @@
" "
>{{ brand.btnTxt }}</a >{{ brand.btnTxt }}</a
> >
<a
v-if="brand.btnTxt2"
target="_blank"
:href="brand.sourceUrl2"
class="
inline-block
bg-white
text-lg
learn-button
hover:bg-gray-400
px-12
py-1
mr-5
my-4
border-2
shadow
border-black
"
>{{ brand.btnTxt2 }}</a
>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -9,7 +9,7 @@
max-w-screen-xl max-w-screen-xl
sm:px-6 sm:px-6
lg:px-8 lg:px-8
tft_section
" "
> >
<div <div
@@ -39,7 +39,7 @@
<div <div
v-else-if="id == 'farm' && (farmingProcess || cultivationProcess)" v-else-if="id == 'farm' && (farmingProcess || cultivationProcess)"
class="mx-auto lg:py-16 px-4 max-w-screen-xl sm:px-6 lg:px-8 tft_section" class="mx-auto lg:py-16 px-4 lg:max-w-screen-2xl sm:px-6 lg:px-8"
> >
<div class="space-y-12"> <div class="space-y-12">
<div <div
@@ -52,10 +52,19 @@
xl:max-w-none xl:max-w-none
" "
> >
<h3 class="text-4xl mb-2 leading-tight font-heading"> <div class="my-10 pb-10">
<h2 class="text-6xl font-normal">
{{ main.title2 }}
<span class="font-bold">{{ main.subtitle2 }}</span>
</h2>
<p class="text-xl font-normal">
{{ main.subtext }}
</p>
</div>
<h3 class="text-2xl font-normal">
{{ main.title }} {{ main.title }}
</h3> </h3>
<h2 class="text-8xl mb-2 leading-tight font-heading"> <h2 class="text-4xl font-bold">
{{ main.subtitle }} {{ main.subtitle }}
</h2> </h2>
</div> </div>

View File

@@ -464,6 +464,7 @@
} }
cta{ cta{
title title
title2
content content
image image
button button
@@ -509,6 +510,8 @@
subtitle subtitle
btnTxt btnTxt
sourceUrl sourceUrl
btnTxt2
sourceUrl2
content content
image image
} }
@@ -620,6 +623,10 @@
id id
title title
subtitle subtitle
title2
subtitle2
subtext
} }
farmingProcess{ farmingProcess{
id id