update token page
BIN
content/tft/application.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
content/tft/arrow_right.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
content/tft/arrow_right2.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
content/tft/capacity_2.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
content/tft/farming_process.png
Normal file
|
After Width: | Height: | Size: 155 KiB |
211
content/tft/index.md
Normal file
@@ -0,0 +1,211 @@
|
||||
---
|
||||
title: "TFT"
|
||||
description: "About a decade ago, a group of passionate Internet & Cloud veterans came together to build a system." # quotation marks to allow colons where used
|
||||
template: "page.html"
|
||||
insert_anchor_links: "left"
|
||||
extra:
|
||||
author: Your name here
|
||||
imgPath: tfy/tft_header.png
|
||||
---
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
<div class="container mx-auto">
|
||||
|
||||
{% row(style="header") %}
|
||||
|
||||
<h1 class="leading-none font-semibold"> All Transactions Use One Token: <span class="blue">TFT</span></h1>
|
||||
|
||||
#### <span class="blue">No Intermediaries</span>
|
||||
|
||||
<br>
|
||||
|
||||
Whether you are hosting the cloud or deploying solutions on the Grid you will earn or use TFT.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<button class="green">[Get A Node](https://marketplace.3node.global/?sl=en)</button>
|
||||
<button class="blue_b">[How To Buy TFT](https://manual.grid.tf/documentation/threefold_token/buy_sell_tft/buy_sell_tft.html)</button>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- section 2 arming Process -->
|
||||
|
||||
|
||||
<div style="background-color:#F6F6F6">
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
{% row( style="mtop semiNarrow") %}
|
||||
|
||||
### **<span class="green_text font-semibold">EARN TFT**</span>
|
||||
|
||||
## **The Farming Process**
|
||||
|
||||
#### <span class="blue">Host The Cloud </span> And Become A ThreeFold Farmer.
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row( style="center semiNarrow") %}
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**Set up and connect a node to the ThreeFold Grid.**
|
||||
|
||||
|||
|
||||
|
||||
<div class="arrow">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**Your node and its capacity is verified by the ThreeFold blockchain.**
|
||||
|
||||
|||
|
||||
|
||||
<div class="arrow">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**Earn TFT for the uptime and capacity you provide to the Grid.**
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row( style="mbottom center semiNarrow") %}
|
||||
|
||||
<button class="green">[Dive Deeoper](https://manual.grid.tf/documentation/farmers/farmers.html)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- section 3 Utilization Process -->
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
{% row( style="mtop semiNarrow") %}
|
||||
|
||||
### **<span class="green_text font-semibold">USE TFT**</span>
|
||||
|
||||
## **The Utilization Process**
|
||||
|
||||
#### <span class="blue">Access </span> ThreeFold Grid Capacity and <span class="blue">Build</span>
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row( style="center narrow") %}
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**Users pay utilization fees (using TFT) to use compute, storage and network capacity.**
|
||||
|
||||
|||
|
||||
|
||||
<div class="arrow">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**They can then use this capacity to build or deploy on top of the ThreeFold Grid.**
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row( style="mbottom center semiNarrow") %}
|
||||
|
||||
<button class="green">[Dive Deeoper](https://manual.grid.tf/knowledge_base/cloud/cloud_toc.html)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.green{
|
||||
background-color:#58CF77 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.green:hover {
|
||||
background-color:#7ad993 !important;
|
||||
}
|
||||
.green a{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.green:hover {
|
||||
background-color:#7ad993 !important;
|
||||
}
|
||||
|
||||
.green_text{
|
||||
color: #58CF77 ;
|
||||
}
|
||||
|
||||
.blue_b{
|
||||
|
||||
background-color:#2E83FF !important;
|
||||
color: #fff !important;
|
||||
|
||||
}
|
||||
.blue_b a{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.blue_b:hover {
|
||||
background-color:#5596f5 !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
BIN
content/tft/step1.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
content/tft/step2.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
content/tft/step3.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
content/tft/tft_header.png
Normal file
|
After Width: | Height: | Size: 119 KiB |