diff --git a/config.toml b/config.toml index cafb8d0..0ca0c2d 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://ourworld.tf" # Change this to your own URL! Please note this variable **must** be uncommented. -title = "Our World" +title = "ThreeFold" description="Our global digital backbone" # When set to "true", a feed is automatically generated. diff --git a/content/header/_index.md b/content/header/_index.md index c3fc393..1e87767 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -96,4 +96,5 @@ Be a part of the new internet - [Mission]("/mission") - [Grid]("/grid") - [Farm]("/farm") +- [TFT]("/tft") - [Blog]("/blog") diff --git a/content/tft/_index.md b/content/tft/_index.md new file mode 100644 index 0000000..02541a6 --- /dev/null +++ b/content/tft/_index.md @@ -0,0 +1,275 @@ +--- +title: "TFT" +template: "section.html" +insert_anchor_links: "left" +--- + + + + + +{% row(style="center narrow") %} + +![Image](/images/tft_header.png#medium) + + + +## **DECENTRALIZING THE INTERNET ECONOMY** + + +The People’s Internet creates an entirely new decentralized Internet economy that allows anyone to join the world’s fastest growing market – the Internet. + +
+ + cointelegraph + + + + + +
+ + + +{% end %} + + + +
+ +
+ + + + + +{% row(style="center narrow") %} + +## **Meeting Emerging Demand** + + +Data has become the most valuable commodity on earth, the Internet infrastructure is experiencing significant growth. While the current centralized model is facing limitations, ThreeFold can scale to the edge to service the emerging demand. + +{% end %} + +{% row(style="center") %} + +![Image](/images/tft_125zb.png#medium) + +
+ +125 zetabytes of storage capacity needs to be +created to meet demand for data in the upcoming years. +That is a number with 21 zeroes! + +||| + +| | | +| ----------- | ----------- | +| ![Image](/images/tft_800.png#tft_img) | $800 billion of revenue is expected for the cloud market by 2025 | +| ![Image](/images/tft_70b.png#tft_img) | Over seventy billion new devices are expected to be online by 2025 | +| ![Image](/images/tft_1b.png#tft_img) | Over one billion people are still expected to get digital access by 2025| + + + +{% end %} + + +
+ +
+ + + + + +{% row(style="center between") %} + + +## **THE MISSING LAYERS** + + +While many projects have created bits and pieces of what a decentralized Internet would look like, ThreeFold is decentralizing the entire Internet model. The blockchain world is missing this decentralized foundational layer. ThreeFold provides the peer-to-peer Internet infrastructure to interconnect the entire blockchain and web3 space. + +
+
+ +![Image](/images/tft_table.png#mx-auto) + + + + +{% end %} + +
+
+ + + +{% row() %} + +![Image](/images/tft_currency.png#medium) + +||| + +## **THE CURRENCY OF THE DECENTRALIZED INTERNET** + +TFT is a utility token that allows people to hold current and future Internet capacity on the ThreeFold Grid. It incentivizes an open ecosystem where anyone can connect and utilize Internet capacity without any intermediaries. + + + +{% end %} + + + + +{% row(style="center narrow") %} + + +## **OPEN NETWORK** + +3Nodes provide Internet capacity for millions of people using ThreeFold’s Planetary Network, and you earn TFT for doing so. And because of a unique operating system, called Zero-OS, once turned on your 3Node runs by itself. + +{% end %} + +{% row(style="center") %} + + + + +### Proof-Of-Capacity + +People earn TFT as monthly income for connecting Internet capacity to the ThreeFold Grid. + +||| + +![Image](/images/tft_network.png) + + +||| + +### Proof-Of-Utilization + +People buy TFT to store data and run applications privately on a peer-to-peer Internet infrastructure. + +{% end %} + +
+
+ + + + +{% row() %} + +## **LOYALTY REWARDS** + +The ThreeFold blockchain automatically scans wallets and provides up-to 60% discounts on the utilization of the ThreeFold Grid. The more TFT you hold across time, the higher the discounts. + + + +||| + +![Image](/images/tft_loyalty.jpg) + +{% end %} + + +
+
+ + + + +{% row() %} + +![Image](/images/tft_utility.jpg) + +||| + +## **A REAL UTILITY TOKEN** + +TFT is minted only when new Internet capacity is added to the ThreeFold Grid. A limited supply of 4 Billion TFT has been set to ensure the value keeps steady for the years to come with rising demand for a decentralized Internet. + + +{% end %} + + +
+
+ + + + +{% row() %} + +## **BURN AND FARM EQUILIBRIUM** + +Burning permanently removes TFT from the circulating supply when the ThreeFold Grid gets used. It ensures a positive impact on pricing while ensuring rewards for all current and future nodes. + + + +||| + +![Image](/images/tft_burn.jpg) + +{% end %} + +
+
+ + + + +{% row(style="center") %} + +## **JOIN THE PEOPLE'S INTERNET** + +Get TFT today and participate in the realization of a truly decentralized world. + + + +{% end %} + +{% row(style="lean") %} + +![Image](/images/tft_join_internet.png#mx-auto) + + + +{% end %} + + +
+
+ + + + +{% row(style="center moderate") %} + +## **BELIEVERS IN TFT** + + +![Image](/images/ourpartners.png) + + + +{% end %} diff --git a/css/index.css b/css/index.css index d95fe03..a12b413 100644 --- a/css/index.css +++ b/css/index.css @@ -34,7 +34,7 @@ img[src*="#small"] { } img[src*="#medium"] { - width: 500px; + width: 400px; margin: auto; } @@ -48,6 +48,15 @@ img[src*="#large"] { margin: auto; } +img[src*="#tft_img"] { + width: 150px; + margin: 8px; +} + +.logo_size{ + width:200px +} + @layer components { h1 { @apply text-3xl lg:text-7xl font-normal; @@ -126,4 +135,42 @@ header { padding: 0 !important; border: none !important; box-shadow: none !important; +} + +.quicklinks { + box-sizing: border-box; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: auto; + display: inline-block; + margin: 0 auto; + border-radius: 10px; + margin-top: 30px; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-bottom: 20px; +} +.quicklinks img { + height: auto; + max-width: 200px; + display: inline-block; + padding: 10px; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + position: relative; + margin-right: 30px; + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; + opacity: 0.5; +} + +.quicklinks img:hover { + opacity: 1; + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; + -webkit-filter: grayscale(0%); + filter: grayscale(0%); } \ No newline at end of file diff --git a/static/images/coin_logo.png b/static/images/coin_logo.png new file mode 100644 index 0000000..d639a1d Binary files /dev/null and b/static/images/coin_logo.png differ diff --git a/static/images/cointelegraph_logo.png b/static/images/cointelegraph_logo.png new file mode 100644 index 0000000..1e47691 Binary files /dev/null and b/static/images/cointelegraph_logo.png differ diff --git a/static/images/get_tft_button.png b/static/images/get_tft_button.png new file mode 100644 index 0000000..3c89d85 Binary files /dev/null and b/static/images/get_tft_button.png differ diff --git a/static/images/iinch_button.png b/static/images/iinch_button.png new file mode 100644 index 0000000..2b2038b Binary files /dev/null and b/static/images/iinch_button.png differ diff --git a/static/images/pancack_button.png b/static/images/pancack_button.png new file mode 100644 index 0000000..5761a19 Binary files /dev/null and b/static/images/pancack_button.png differ diff --git a/static/images/tft_125zb.png b/static/images/tft_125zb.png new file mode 100644 index 0000000..739cb3d Binary files /dev/null and b/static/images/tft_125zb.png differ diff --git a/static/images/tft_1b.png b/static/images/tft_1b.png new file mode 100644 index 0000000..0fdd676 Binary files /dev/null and b/static/images/tft_1b.png differ diff --git a/static/images/tft_70b.png b/static/images/tft_70b.png new file mode 100644 index 0000000..38d64eb Binary files /dev/null and b/static/images/tft_70b.png differ diff --git a/static/images/tft_800.png b/static/images/tft_800.png new file mode 100644 index 0000000..546c370 Binary files /dev/null and b/static/images/tft_800.png differ diff --git a/static/images/tft_burn.jpg b/static/images/tft_burn.jpg new file mode 100644 index 0000000..1c47b41 Binary files /dev/null and b/static/images/tft_burn.jpg differ diff --git a/static/images/tft_currency.png b/static/images/tft_currency.png new file mode 100644 index 0000000..84d26f6 Binary files /dev/null and b/static/images/tft_currency.png differ diff --git a/static/images/tft_header.png b/static/images/tft_header.png new file mode 100644 index 0000000..370e211 Binary files /dev/null and b/static/images/tft_header.png differ diff --git a/static/images/tft_join_internet.png b/static/images/tft_join_internet.png new file mode 100644 index 0000000..76656e6 Binary files /dev/null and b/static/images/tft_join_internet.png differ diff --git a/static/images/tft_loyalty.jpg b/static/images/tft_loyalty.jpg new file mode 100644 index 0000000..82ed6d0 Binary files /dev/null and b/static/images/tft_loyalty.jpg differ diff --git a/static/images/tft_network.png b/static/images/tft_network.png new file mode 100644 index 0000000..ff39430 Binary files /dev/null and b/static/images/tft_network.png differ diff --git a/static/images/tft_table.png b/static/images/tft_table.png new file mode 100644 index 0000000..8ba6aaf Binary files /dev/null and b/static/images/tft_table.png differ diff --git a/static/images/tft_utility.jpg b/static/images/tft_utility.jpg new file mode 100644 index 0000000..93683aa Binary files /dev/null and b/static/images/tft_utility.jpg differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index b2a7f5c..eb3b59c 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -34,6 +34,13 @@ Parameters: {% set col_class = "flex-1 m-4 lg:m-0" %} {% endif %} + + {% if "between" in style %} + {% set row_class = row_class ~ " lg:max-w-6xl" %} + {% elif "moderate" in style %} + {% set row_class = row_class ~ " lg:m-20" %} + {% endif %} + {% if "narrow" in style %} {% set row_class = row_class ~ " lg:max-w-3xl" %}