Merge branch 'development' of https://github.com/threefoldfoundation/www_threefold_io into development
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
id: tft_brandPanel2
|
id: tft_brandPanel2
|
||||||
title: DIVE INTO THREEFOLD TOKENOMICS
|
title: DIVE INTO THREEFOLD TOKENOMICS
|
||||||
subtitle: ''
|
subtitle: ''
|
||||||
sourceUrl: ''
|
sourceUrl: https://forum.threefold.io/t/tft-development-plan/1149
|
||||||
btnTxt: Know More
|
btnTxt: Know More
|
||||||
image: dive_into2.jpg # src/assets/brandPanel/..
|
image: dive_into2.jpg # src/assets/brandPanel/..
|
||||||
---
|
---
|
||||||
Tokenomics
|
* Tokenomics
|
||||||
|
|
||||||
Scarcity model
|
* Scarcity model
|
||||||
|
|
||||||
Staking
|
* Staking
|
||||||
|
|
||||||
Development plan
|
* Development plan
|
||||||
|
|||||||
@@ -308,13 +308,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-center
|
lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="lg:self-center">
|
<div class="lg:self-center">
|
||||||
<h2
|
<h2
|
||||||
class="
|
class="
|
||||||
text-6xl mb-6 lg:px-10 uppercase leading-none font-heading
|
text-6xl mb-8 uppercase leading-none font-heading
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<span class="block">{{ brand.title }}</span>
|
<span class="block">{{ brand.title }}</span>
|
||||||
@@ -322,7 +322,7 @@
|
|||||||
brand.subtitle
|
brand.subtitle
|
||||||
}}</span>
|
}}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="pb-4 text-gray-900 text-2xl leading-tight tft_subtitle tracking-wide" v-html="brand.content"></div>
|
<div class="pb-6 text-gray-900 text-2xl leading-tight tft_subtitle tracking-wide" v-html="brand.content"></div>
|
||||||
<a
|
<a
|
||||||
v-if="brand.btnTxt"
|
v-if="brand.btnTxt"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user