From 449b185dff4763c6cb58d8f31f8689f89ec6d53e Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 6 Mar 2025 12:00:14 +0200 Subject: [PATCH] made images in seperated section --- templates/layouts/farmer.html | 1 + templates/partials/farmer/farmers.html | 91 ++++++++++------------ templates/partials/farmer/show_images.html | 55 +++++++++++++ 3 files changed, 98 insertions(+), 49 deletions(-) create mode 100644 templates/partials/farmer/show_images.html diff --git a/templates/layouts/farmer.html b/templates/layouts/farmer.html index d525fe9..2746c22 100644 --- a/templates/layouts/farmer.html +++ b/templates/layouts/farmer.html @@ -3,6 +3,7 @@ {% include "partials/farmer/hero_section.html" %} {% include "partials/farmer/farmers.html" %} +{% include "partials/farmer/show_images.html" %} {% include "partials/farmer/about1.html" %} {% include "partials/farmer/cta.html" %} diff --git a/templates/partials/farmer/farmers.html b/templates/partials/farmer/farmers.html index fcbeeb1..58d95e5 100644 --- a/templates/partials/farmer/farmers.html +++ b/templates/partials/farmer/farmers.html @@ -5,58 +5,51 @@

Regardless of technical expertise, anyone can deploy AIBOX (servers) from their homes or offices, and participate in a decentralized alternative to corporate-owned data centers – while earning rewards for their contributions. We call this process “farming.”

- -
-
-
-
-
-
- 1. HOST A NODE -
-
-

All you need to get started is a modern computer, electricity and network. Once booted with Zero OS, a computer becomes a ThreeFold Node.

-

-

-
+
+
+
+
+
+
+
+ 1. HOST A NODE +
+
+

All you need to get started is a modern computer, electricity and network. Once booted with Zero OS, a computer becomes a ThreeFold Node.

+

+

+
+
+
+
+ 2. OFFER CAPACITY +
+
+

The capacity of the node gets verified and registered in the ThreeFold Blockchain, securing access to a decentralized autonomous cloud for users and communities.

+

+ +

+
+
+
+
+ 3. EARN REWARDS +
+
+

After your node is set up and verified, you’ll be rewarded for the capacity that you provide to the ThreeFold Grid. +

+

+ +

+
+
+
-
-
- 2. OFFER CAPACITY -
-
-

The capacity of the node gets verified and registered in the ThreeFold Blockchain, securing access to a decentralized autonomous cloud for users and communities.

-

- -

-
-
-
-
- 3. EARN REWARDS -
-
-

After your node is set up and verified, you’ll be rewarded for the capacity that you provide to the ThreeFold Grid. -

-

- -

-
+
- -
- AIBox Specifications -
- -
- AIBox Specifications -
- - - - -
+ + + \ No newline at end of file