updatecss

This commit is contained in:
2021-04-05 18:01:20 +02:00
parent 386835b9a4
commit cae7f18cea
6 changed files with 22 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
id: dive_TFT
title: Dive Deeper into TFT
subtitle:
sourceUrl:
sourceUrl: https://threefold.io/farming/token
btnTxt: Learn More
img: ./dive-into.png
---

View File

@@ -10,4 +10,10 @@ button3:
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.

View File

@@ -18,8 +18,16 @@ For TFT holders, TFT is valuable because it is worth actual compute and storage
<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 />
Of course many also see it as an investment, similar to Bitcoin or other cryptocurrencies. But it shouldnt 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 shouldnt 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.

View File

@@ -47,13 +47,13 @@
<div class="w-full max-w-7xl mx-auto" v-else>
<h2
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 }}
</h2>
<div
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 class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
<a

View File

@@ -28,6 +28,7 @@
></div>
<a
v-if="brand.btnTxt"
target="_blank"
: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"
>{{ brand.btnTxt }}</a

View File

@@ -4,7 +4,7 @@
>
<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">
<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>
</h1>
<div