Update and format content

This commit is contained in:
samaradel
2021-05-26 05:43:11 +02:00
parent 2e2f68bd1f
commit 1c49d364af
13 changed files with 32 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
---
id: fix_internet
title: Join the ThreeFold Movement
title: Join the ThreeFold Community
subtitle: ''
sourceUrl: /token
btnTxt: Discover the ThreeFold Token
sourceUrl: https://t.me/threefold
btnTxt: Join the community
image: token_header.png # src/assets/brandPanel/..
---

View File

@@ -3,11 +3,11 @@ id: home_cta
title: Join the ThreeFold Movement
button: ThreeFold Connect
link: https://threefold.io/info/threefold#/internet4__threefold_wallets?id=the-threefold-connect-app
button2: Buy the token
button2: Buy the Token
link2: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell
button3: Grow the grid
button3: Grow the Grid
link3: https://threefold.io/farming
button4: Join the community
button4: Stay Updated
link4: https://t.me/threefoldnews
---

View File

@@ -3,7 +3,7 @@ id: Features_home_2
title: INTRODUCING THE TITAN V2 3NODE
subtitle: Work with technology that can truly help change the world.
btn: Reserve your 3Node
link: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes
link: /farming/get_3node
btn2: What is ThreeFold Token
link2: /token
---

View File

@@ -4,4 +4,4 @@ img: ./digibyte.png
title: Decentralizing Everything
---
ThreeFold is will develop uend-user and enterprise peer-to-peer solutions using ThreeFolds peer-to-peer infrastructure and Digibyte's most secure blockchain to enable true data sovereignty for humanity. Together, we are paving the way to an equal, secure and fairly-distributed world.
ThreeFold is will develop end-user and enterprise peer-to-peer solutions using ThreeFolds peer-to-peer infrastructure and Digibyte's most secure blockchain to enable true data sovereignty for humanity. Together, we are paving the way to an equal, secure and fairly-distributed world.

View File

@@ -10,5 +10,4 @@ btn2: What is Internet Capacity?
link2: https://threefold.io/info/threefold#/threefold__grid_intro
---
The ThreeFold Grid is formed by a global network of independent Farmers people
and organizations who expand the Internet capacity to where it is needed the most.
The ThreeFold Grid is formed by a global network of independent Farmers people and organizations who expand Internet capacity to where it is needed the most.

View File

@@ -3,7 +3,7 @@ id: token_comparison
title: TFT powers an Internet owned by all of us
description: The official medium of exchange for capacity on ThreeFold
button: Expand ThreeFold
link: https://threefold.io/farming
link: /farming
button2: Use ThreeFold
link2: https://threefold.io/info/threefold#/threefold__use_tfgrid
link2: /universe
---

View File

@@ -4,4 +4,4 @@ svg: ./expand_grid.png
title: Expand the Grid
---
ThreeFold Tokens are created when people and organizations add capacity to the ThreeFold Grid. The token economy is limited to 4 Billion TFT.
TFT are created when people and organizations add capacity to the ThreeFold Grid. The token economy is limited to 4 Billion TFT.

View File

@@ -2,7 +2,7 @@
id: better_solution
title: A solution to regenerate our planet
subtitle:
sourceUrl: /blog/post/for_our_planet/
sourceUrl: /blog/post/what_is_peer_to_peer/
btnTxt: Learn More
image: better_solution.png
---

View File

@@ -2,16 +2,14 @@
id: why_cta2
title: THE INTERNET CHANGES LIVES
slogan: A BETTER INTERNET CHANGES THE WORLD
button: "Join the movement"
link: https://threefold.io/farming
button: Join the Movement
link: https://t.me/threefold
button2: ""
link2: ""
button3: ""
link3: ""
---
ThreeFold exists to help humanity to thrive.
We dont see ourselves as a company, but more like humans helping other humans.
ThreeFold exists to help humanity to thrive. We dont see ourselves as a company, but more like humans helping other humans.
Our mission is bold and motivates every step we take.

View File

@@ -2,9 +2,9 @@
id: partenerships_main
title: ACHIEVING GOALS THROUGH
slogan: PARTNERSHIPS
button : See Our Partners
button : Meet our Partners
link : /partners
button2 : ACI
button2 : Meet the Alliance
link2 : https://threefold.io/aci
---

View File

@@ -20,7 +20,7 @@
<div v-else>
<span v-if="index !== 4" class="img-border"></span>
<h5>
<h5 class="capitalize">
{{ feature.title }}
</h5>
<div

View File

@@ -84,8 +84,19 @@
brand.subtitle
}}</span>
</h2>
<div class="mt-4 mx-4 mb-10 text-black" v-html="brand.content"></div>
<div
class="mt-4 mx-4 mb-10 text-black"
v-html="brand.content"
></div>
<a
v-if="brand.sourceUrl.includes('http')"
:href="brand.sourceUrl"
target="_blank"
class="bg-teal-300 text-sm learn-button hover:bg-57EEF8-400 text-gray-900 px-12 py-2 mr-3 shadow rounded-full"
>{{ brand.btnTxt }}</a
>
<a
v-else
:href="brand.sourceUrl"
class="bg-teal-300 text-sm learn-button hover:bg-57EEF8-400 text-gray-900 px-12 py-2 mr-3 shadow rounded-full"
>{{ brand.btnTxt }}</a

View File

@@ -87,6 +87,7 @@
/>
<CallToAction
class="mt-20"
:id="$page.markdownPage.id"
v-if="$page.markdownPage.cta3"
:cta="$page.markdownPage.cta3"