finish farm page

This commit is contained in:
Ehab Hassan 2022-04-03 10:02:59 +02:00
parent 349d4e0277
commit dbf9d0dc99
6 changed files with 87 additions and 8 deletions

View File

@ -4,8 +4,9 @@ template: "section.html"
insert_anchor_links: "left" insert_anchor_links: "left"
--- ---
<br>
<!-- section 1 (be the Internet) -->
{% row() %} {% row() %}
@ -15,19 +16,23 @@ insert_anchor_links: "left"
# BE THE <br> INTERNET # BE THE <br> INTERNET
<br>
The Peoples Internet is powered by an entirely new incentive model made possible by the ThreeFold Blockchain. The Peoples Internet is powered by an entirely new incentive model made possible by the ThreeFold Blockchain.
<button>[Get a 3Node](/deploy)</button> <button>[Get a 3Node](https://shop.threefold.tech/index.php?route=product/category&path=59)</button>
{% end %} {% end %}
<br> <br>
<br> <br>
<!-- section 2 (Farm) -->
{% row(style="center narrow") %} {% row(style="center narrow") %}
# FARM # FARM
@ -55,11 +60,23 @@ The 3Nodes Internet capacity is automatically registered in the blockchain.
Every month, you earn TFT for keeping the 3Node connected to the network. Every month, you earn TFT for keeping the 3Node connected to the network.
{% end %}
{% row(style="center") %}
<button>[Build My 3Node](https://library.threefold.me/info/manual/#/manual__create_farm)</button>
{% end %} {% end %}
<br> <br>
<br> <br>
<!-- section 3 (world of farmers) -->
{% row(style="center") %} {% row(style="center") %}
@ -71,7 +88,7 @@ Every month, you earn TFT for keeping the 3Node connected to the network.
![Image](/images/farm_map.png#mx-auto) ![Image](/images/farm_map.png#mx-auto)
<button>[Explore ThreeFold Grid Capacity](/become-farmer)</button> <button>[Explore ThreeFold Grid Capacity](https://explorer.threefold.io/all)</button>
{% end %} {% end %}
@ -79,6 +96,8 @@ Every month, you earn TFT for keeping the 3Node connected to the network.
<br> <br>
<br> <br>
<!-- section 4 (Hello Titan) -->
{% row() %} {% row() %}
# HELLO <br> TITAN # HELLO <br> TITAN
@ -88,7 +107,7 @@ Every month, you earn TFT for keeping the 3Node connected to the network.
The Titan was designed to fit in any home or office. It's compact, optimized for performance, and comes plug-and-farm. Just connect the Titan to electricity and network to start earning. Yes, it's that simple! The Titan was designed to fit in any home or office. It's compact, optimized for performance, and comes plug-and-farm. Just connect the Titan to electricity and network to start earning. Yes, it's that simple!
<button>[Get Titan](/deploy)</button> <button>[Get Titan](https://shop.threefold.tech/index.php?route=product/category&path=59)</button>
||| |||
@ -99,6 +118,8 @@ The Titan was designed to fit in any home or office. It's compact, optimized for
<br> <br>
<br> <br>
<!-- section 5 (Do It Yourself) -->
{% row(bgColor="#f2f2f2" style="narrow") %} {% row(bgColor="#f2f2f2" style="narrow") %}
![Image](/images/farm_do_it.png) ![Image](/images/farm_do_it.png)
@ -113,6 +134,64 @@ ThreeFolds operating system, Zero-OS, can run on any Intel or AMD hardware. F
<br> <br>
<button>[See Requirements](/learn-more)</button> <button>[See Requirements](https://forum.threefold.io/t/diy-nodes-guide/837)</button>
{% end %} {% end %}
<br>
<br>
<!-- section 6 (How To Earn TFT) -->
{% row(style="center narrow") %}
## How to earn **TFT**
Farmers earn TFT according to the amount of Internet capacity their 3Nodes connect to the ThreeFold Grid. The Internet capacity is verified by the ThreeFold Blockchain on an ongoing basis using the “Proof-of-Capacity” algorithm.
<br>
#### PROOF OF CAPACITY
### THE FARMING PROCESS
{% end %}
{% row(style="center") %}
![Image](/images/farm_capacity.png#mx-auto)
TFT is minted only when new Internet capacity is added to the ThreeFold Grid.
|||
![Image](/images/farm_center.png#mx-auto)
|||
![Image](/images/farm_tft.png#mx-auto)
Farmers earn the TFT after meeting the minimum uptime as proof-of-capacity.
{% end %}
<br>
<br>
<!-- section 7 (THE VALUE OF TFT) -->
{% row(style="center narrow") %}
## THE **VALUE OF TFT**
The ThreeFold Grid is the only Internet infrastructure that can scale to the far edges of our world and meet the insatiable demands of emerging IT workloads. The more the ThreeFold Grid is used, the more TFT are “burnt” to reduce the total circulating supply..
{% end %}
{% row(style="center") %}
![Image](/images/farm_value_tft.jpg#large)
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
static/images/farm_tft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -10,7 +10,7 @@ Parameters:
--> -->
{% set columns = body | safe | markdown | split(pat="|||") %} {% set columns = body | safe | markdown | split(pat="|||") %}
{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-12 lg:py-16"%} {% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-4 lg:py-4"%}
<!-- aligns columns depending on col number--> <!-- aligns columns depending on col number-->
{% if 2 < columns | length %} {% if 2 < columns | length %}