updatecss
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
id: dive_TFT
|
id: dive_TFT
|
||||||
title: Dive Deeper into TFT
|
title: Dive Deeper into TFT
|
||||||
subtitle:
|
subtitle:
|
||||||
sourceUrl:
|
sourceUrl: https://threefold.io/farming/token
|
||||||
btnTxt: Learn More
|
btnTxt: Learn More
|
||||||
img: ./dive-into.png
|
img: ./dive-into.png
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -10,4 +10,10 @@ button3:
|
|||||||
link3:
|
link3:
|
||||||
---
|
---
|
||||||
|
|
||||||
Not satisfied with payments, the ThreeFold community is building a whole financial system that's peer-to-peer and accessible to everyone. In 2021, TFT will run on a peer-to-peer exchange, providing the ThreeFold community with protection mechanisms for a resilient economy.
|
Not satisfied with payments, the ThreeFold community is building a whole
|
||||||
|
<br>
|
||||||
|
financial system that's peer-to-peer and accessible to everyone. In 2021,
|
||||||
|
<br>
|
||||||
|
TFT will run on a peer-to-peer exchange, providing the ThreeFold community
|
||||||
|
<br>
|
||||||
|
with protection mechanisms for a resilient economy.
|
||||||
|
|||||||
@@ -18,8 +18,16 @@ For TFT holders, TFT is valuable because it is worth actual compute and storage
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
Today, TFT is becoming valuable to developers and enterprises deploying their solutions on the ThreeFold Grid. That's because you can use TFT to reserve fully private and secure capacity in the most technologically advanced Internet architecture.
|
Today, TFT is becoming valuable to developers and enterprises deploying their solutions on
|
||||||
|
<br />
|
||||||
|
the ThreeFold Grid. That's because you can use TFT to reserve fully private and secure capacity
|
||||||
|
<br />
|
||||||
|
in the most technologically advanced Internet architecture.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
Of course many also see it as an investment, similar to Bitcoin or other cryptocurrencies. But it shouldn’t be seen as an investment vehicle or way for short term gains or speculation as it is just a way to participate in the p2p Internet.
|
Of course many also see it as an investment, similar to Bitcoin or other cryptocurrencies.
|
||||||
|
<br />
|
||||||
|
But it shouldn’t be seen as an investment vehicle or way for short term gains or speculation
|
||||||
|
<br />
|
||||||
|
as it is just a way to participate in the p2p Internet.
|
||||||
|
|||||||
@@ -47,13 +47,13 @@
|
|||||||
<div class="w-full max-w-7xl mx-auto" v-else>
|
<div class="w-full max-w-7xl mx-auto" v-else>
|
||||||
<h2
|
<h2
|
||||||
v-if="cta.title"
|
v-if="cta.title"
|
||||||
class="text-4xl leading-tight font-semibold font-heading"
|
class="text-4xl mb-2 leading-tight font-semibold font-heading"
|
||||||
>
|
>
|
||||||
{{ cta.title }}
|
{{ cta.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
v-html="cta.content"
|
v-html="cta.content"
|
||||||
class="mt-6 mb-8 text-gray-700 leading-relaxed"
|
class="mt-6 mb-8 text-lg text-gray-700 leading-relaxed"
|
||||||
></div>
|
></div>
|
||||||
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
|
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
></div>
|
></div>
|
||||||
<a
|
<a
|
||||||
v-if="brand.btnTxt"
|
v-if="brand.btnTxt"
|
||||||
|
target="_blank"
|
||||||
:href="brand.sourceUrl"
|
:href="brand.sourceUrl"
|
||||||
class="bg-gray-800 text-sm learn-button hover:bg-57EEF8-400 text-white px-12 py-2 mr-3 shadow rounded-full"
|
class="bg-gray-800 text-sm learn-button hover:bg-57EEF8-400 text-white px-12 py-2 mr-3 shadow rounded-full"
|
||||||
>{{ brand.btnTxt }}</a
|
>{{ brand.btnTxt }}</a
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
>
|
>
|
||||||
<div class="space-y-12">
|
<div class="space-y-12">
|
||||||
<div class="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl">
|
<div class="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl">
|
||||||
<h1 class="text-3xl text-gray-900 font-light sm:text-9xl sm:leading-10">
|
<h1 class="text-4xl mb-2 leading-tight font-semibold font-heading">
|
||||||
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
|
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
|
||||||
</h1>
|
</h1>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user