diff --git a/content/build/index.md b/content/build/index.md index b63167e9c..d18b202ee 100644 --- a/content/build/index.md +++ b/content/build/index.md @@ -24,6 +24,7 @@ extra: ) }} +
@@ -45,17 +46,13 @@ extra: -
- - ## Build with ThreeFold -
@@ -93,8 +90,7 @@ extra: - - +
@@ -110,11 +106,12 @@ extra: - - +
+ + + - +
@@ -238,7 +235,7 @@ extra:
- + {{ cta( title_1="Building a", diff --git a/content/farm/index.md b/content/farm/index.md new file mode 100644 index 000000000..ab37c763a --- /dev/null +++ b/content/farm/index.md @@ -0,0 +1,243 @@ +--- +title: "Farm" +description: "TF offers a secure, sovereign infrastructure layer for Web4, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used +template: "page.html" +insert_anchor_links: "left" +extra: + author: ThreeFold + imgPath: tf.png +--- + + + +{{ hero_text_center( + image_src="/images/become_farmer.png", + image_alt="", + title="Become a Farmer", + subtitle="", + description="and provide storage, compute & network capacity to the ThreeFold Grid", + button1_text="Get Started", + button1_link="hhttps://docs.threefold.io/docs/category/become-a-farmer" + target="_blank" +) }} + + + + + +
+ +## What is Farming? + +ThreeFold Farming is a unique concept in the ThreeFold ecosystem where individuals (farmers) can: + +
+ +- Deploy nodes (3Nodes) that connect to the ThreeFold Grid +- Contribute computing resources (data, cloud and network) to the decentralized ThreeFold Grid +- Earn rewards whenever your nodes provide capacity and are actively utilized on the grid. +- Support a peer-to-peer cloud infrastructure alternative to centralized providers + +
+ + + + + +
+
+ +## The Farming Process + +Anyone can become a ThreeFold Farmer by running nodes that contribute capacity to the grid. + +
+ +### **3NODES** + +The ThreeFold Nodes are self-healing and autonomous. They provide data, network and cloud resources to the ThreeFold Platform, becoming active contributors to a decentralized digital infrastructure. +While rewards are now based on actual usage, each node still delivers a powerful combination of modern technology and thoughtfully crafted design. + +
+ +
+ +
+ +**A new bare metal operating system** +Zero-OS supports all required Web2 and Web3 workloads and allows millions of nodes to operate in full autonomous mode providing lower cost, better energy efficiency, more reliability and security. + +
+ +**A Quantum Safe Storage System** +The Quantum Safe Storage System is capable of storing data indestructible, efficient, and ultra-scalable. Previous versions of this system are widely used to store Zetabytes of information by large organizations. + +
+ +**A Quantum Safe Network System** +Mycelium can look for the shortest path, has a built-in naming & CDN (Content Delivery) system, can survive disaster and network cuts much more efficiently as is possible today. + +
+
+
+
+ + + + + +
+
+ +## Get Started + +Start providing capacity to others and join our Farmers community + +
+
+ +{{ image_card( + header="Create a Farm", + target="_blank", + tooltip=" ", + card_link="https://docs.threefold.io/docs/become-a-farmer/create_a_farm" +) }} + +{{ image_card( + header="Get a 3Node", + target="_blank", + tooltip=" ", + card_link="https://docs.threefold.io/docs/become-a-farmer/get_started" +) }} + +{{ image_card( + header="Farmers community", + tooltip=" ", + card_link="/community" +) }} + +
+
+
+
+ + + + + +
+
+ +## The Evolution of Farming + +The upcoming ThreeFold Marketplace (expected late Summer 2025) introduces a new chapter for farmers in the ecosystem, making it easier to share resources and earn through a transparent, peer-to-peer platform. + +
+
+ + + + + +
+
+ +## Discover ThreeFold’s Ecosystem + +
+ +There are many ways to join our journey and help build a new internet infrastructure. +Farming is just one core part of our ecosystem, here are all the products driving us toward a more open, autonomous, and interconnected digital future. + +
+ +
+
+ +{{ image_card( + image_src="/images/3node.png", + image_alt="3node", + title="3Node", + tooltip="The backbone of storage and infrastructure, providing compute and data resources.", + card_link="Dashboard" +) }} + +{{ image_card( + image_src="/images/mycelium.png", + image_alt="mycelium", + title="MYCELIUM", + tooltip="End-to-end encrypted overlay network, always looking for the shortest possible path between participants ", + card_link="Dashboard" +) }} + +{{ image_card( + image_src="/images/aibox.png", + image_alt="aibox", + title="AIBOX", + tooltip="A self-hosted AI compute solution powered by ThreeFold. ", + card_link="Dashboard" +) }} + +{{ image_card( + image_src="/images/3phone.png", + image_alt="3phone", + title="3PHONE", + tooltip="OwnPhone is the first secure device in the 3Phone family designed to work seamlessly with the ThreeFold Grid.", + card_link="Dashboard" +) }} + +{{ image_card( + image_src="/images/3router.png", + image_alt="ThreeFold Cloud", + title="3ROUTER", + tooltip="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption.", + card_link="Dashboard" +) }} +
+
+ + +
+
+ + + + + +{{ cta( + title_1="Building a", + title_2="New Internet,", + title_3="Together", + button_text_1="Participate", + button_link_1="https://form.typeform.com/to/GO9G8ZBa", + button_text_2="Stay Updated", + button_link_2="https://t.me/threefoldnews", + button_text_3="Chat", + button_link_3="https://t.me/threefold" +) }} + + + + + + + + + + + diff --git a/content/farm/tf.png b/content/farm/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/farm/tf.png differ diff --git a/content/header/index.md b/content/header/index.md index 62dd55dc2..55b05a14d 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -9,6 +9,7 @@ extra: - [About]("/about") - [Build]("/build") +- [Farm]("/farm") - [Take Action]("/action") - Info diff --git a/templates/shortcodes/hero_text_center.html b/templates/shortcodes/hero_text_center.html index 4561b37b7..9a46e46a8 100644 --- a/templates/shortcodes/hero_text_center.html +++ b/templates/shortcodes/hero_text_center.html @@ -18,10 +18,10 @@

{{ title }}

-

{{ description }}

+

{{ description }}

{% if image_src %} -
+
{{ image_alt }}
{% endif %} diff --git a/templates/shortcodes/image_card.html b/templates/shortcodes/image_card.html index fe7edc897..26952db00 100644 --- a/templates/shortcodes/image_card.html +++ b/templates/shortcodes/image_card.html @@ -19,7 +19,7 @@
{% if header %} -

{{ header }}

+

{{ header }}

{% endif %} {% if image_src %}