fix farm header
This commit is contained in:
@@ -10,7 +10,7 @@ header_image: ./farm_header.jpg
|
|||||||
button: Become a Farmer
|
button: Become a Farmer
|
||||||
link: https://shop.threefold.tech/index.php?route=product/category&path=59
|
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 connecting 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
|
||||||
productData: [farm_product1, farm_product2, farm_product3]
|
productData: [farm_product1, farm_product2, farm_product3]
|
||||||
cta: farm_cta
|
cta: farm_cta
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: product_farm
|
id: product_farm
|
||||||
title: "Farm"
|
title: "Farm"
|
||||||
subtitle: A new Way of growing the internet.
|
subtitle: A new way of growing the internet.
|
||||||
---
|
---
|
||||||
|
|
||||||
3Nodes are servers that provide the compute, storage and network capacity needed to store data and run applications on the global internet. Thanks to ThreeFold’s innovative Proof-of-Capacity model, you are rewarded with TFT for doing this.
|
3Nodes are servers that provide the compute, storage and network capacity needed to store data and run applications on the global internet. Thanks to ThreeFold’s innovative Proof-of-Capacity model, you are rewarded with TFT for doing this.
|
||||||
|
|||||||
@@ -179,10 +179,10 @@
|
|||||||
v-if="id == 'farm'"
|
v-if="id == 'farm'"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 px-2"><g-image :src="img" :alt="altImg" /></div>
|
<div class="lg:w-1/2 px-2"><g-image :src="img" :alt="altImg" /></div>
|
||||||
<div class="lg:w-1/2 px-10 lg:mt-10 order-1 lg:order-none lg:max-w-2xl lg:mx-10">
|
<div class="lg:w-1/2 px-10 lg:mt-10 order-1 lg:order-none lg:max-w-2xl">
|
||||||
<h1
|
<h2
|
||||||
class="
|
class="
|
||||||
lg:text-left lg:text-6xl
|
lg:text-left lg:text-7xl
|
||||||
font-normal
|
font-normal
|
||||||
uppercase
|
uppercase
|
||||||
mb-6
|
mb-6
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
{{ title }}
|
{{ title }}
|
||||||
<br />
|
<br />
|
||||||
<span class="block leading-none font-bold">{{ title2 }}</span>
|
<span class="block leading-none font-bold">{{ title2 }}</span>
|
||||||
</h1>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
mb-8
|
mb-8
|
||||||
|
|||||||
Reference in New Issue
Block a user