diff --git a/content/about/index.md b/content/farmer/index.md similarity index 92% rename from content/about/index.md rename to content/farmer/index.md index dc1a2f6..a2e24ca 100644 --- a/content/about/index.md +++ b/content/farmer/index.md @@ -1,8 +1,8 @@ --- -title: "About AIBOX" +title: "Become Farmer" description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold." insert_anchor_links: "left" -template: "layouts/about.html" +template: "layouts/farmer.html" extra: author: AIBOX imgPath: tf.png diff --git a/content/header/index.md b/content/header/index.md index f472dcb..a7bea1d 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -7,7 +7,7 @@ extra: --- -- [Powered by __ThreeFold__]("about") +- [Become a farmer]("farmer") - [Docs]("https://threefold.info/aibox/docs/") diff --git a/static/images/aibox_farming.png b/static/images/aibox_farming.png new file mode 100644 index 0000000..f2b57a7 Binary files /dev/null and b/static/images/aibox_farming.png differ diff --git a/static/images/aibox_farming1.png b/static/images/aibox_farming1.png new file mode 100644 index 0000000..111fc84 Binary files /dev/null and b/static/images/aibox_farming1.png differ diff --git a/static/images/aibox_farming2.png b/static/images/aibox_farming2.png new file mode 100644 index 0000000..7462c47 Binary files /dev/null and b/static/images/aibox_farming2.png differ diff --git a/templates/layouts/about.html b/templates/layouts/about.html deleted file mode 100644 index e30267c..0000000 --- a/templates/layouts/about.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/about/about1.html" %} -{% include "partials/about/grid_stats.html" %} -{% include "partials/about/farmers.html" %} -{% include "partials/about/about2.html" %} -{% include "partials/about/cta.html" %} - -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/farmer.html b/templates/layouts/farmer.html new file mode 100644 index 0000000..2746c22 --- /dev/null +++ b/templates/layouts/farmer.html @@ -0,0 +1,10 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% 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" %} + +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/about/farmers.html b/templates/partials/about/farmers.html deleted file mode 100644 index 891cfa3..0000000 --- a/templates/partials/about/farmers.html +++ /dev/null @@ -1,80 +0,0 @@ -
-
-
-

How it works

-

- Regardless of technical expertise, anyone can deploy nodes (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.

-

-

-
-
-
-
- 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. -

-

- -

-
-
-
-
- -
-
- - - diff --git a/templates/partials/about/about1.html b/templates/partials/farmer/about1.html similarity index 50% rename from templates/partials/about/about1.html rename to templates/partials/farmer/about1.html index 51aedd9..7724037 100644 --- a/templates/partials/about/about1.html +++ b/templates/partials/farmer/about1.html @@ -2,17 +2,23 @@

Powered by ThreeFold

-

AIBOX is a development by the team at ThreeFold, building decentralized Internet infrastructure for 10+ years. +

AIBOX is a project by ThreeFold, a team with over 10 years of experience + building decentralized internet infrastructure.

-

Internet infrastructure for everyone, by everyone, everywhere. +

ThreeFold empowers individuals and organizations to share compute, storage, + and network resources on the ThreeFold Grid—creating a truly decentralized and autonomous internet.

-

ThreeFold enables individuals and organizations to contribute compute, storage, and network resources to the ThreeFold Grid, forming the foundation for a truly decentralized and autonomous Internet. -

-

Today, a Proof-of-Concept Network is live worldwide, running on v3.15.0 technology. +

Today, our Proof-of-Concept Network is live globally, running on v3.15.0 technology.

+
- + + diff --git a/templates/partials/about/grid_stats.html b/templates/partials/farmer/grid_stats.html similarity index 100% rename from templates/partials/about/grid_stats.html rename to templates/partials/farmer/grid_stats.html diff --git a/templates/partials/farmer/hero_section.html b/templates/partials/farmer/hero_section.html new file mode 100644 index 0000000..50c9668 --- /dev/null +++ b/templates/partials/farmer/hero_section.html @@ -0,0 +1,69 @@ +
+
+
+ + + +
+ AIBox Specifications +
+
+ +

+

+
+
+
+
+ + + + + + diff --git a/templates/partials/farmer/show_images.html b/templates/partials/farmer/show_images.html new file mode 100644 index 0000000..4075cf1 --- /dev/null +++ b/templates/partials/farmer/show_images.html @@ -0,0 +1,55 @@ +
+
+
+ {#

Powered by ThreeFold

#} + {#

AIBOX is a project by ThreeFold, a team with over 10 years of experience + building decentralized internet infrastructure. +

#} +
+ AIBox Specifications +
+
+ AIBox Specifications +
+ {# #} +
+
+
+ + + \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 68fecb9..9100ffa 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -36,7 +36,7 @@ {% set current = get_url(path=link_path[1]) ~ "/" %} {% if header_label is containing("http") %} {% if header_label is not containing("threefold") %} - + {{link_label}} {% endif %} @@ -45,7 +45,7 @@ {{link_label}} {% else %} - + {{link_label}} {% endif %} @@ -61,7 +61,7 @@ {% endif %} {% endfor %} + class="text-lg py-3 leading-6 font-normal text-pretty tracking-wide text-gray-600 focus:outline-none focus:text-gray-200 transition ease-in-out duration-150" target="_blank"> Docs @@ -169,7 +169,7 @@ {% endif %} {% else %} - + {{link_label}} {% endif %} @@ -224,7 +224,8 @@ } .active{ - color: #c7c7c7 !important; + color: #3d3d3d !important; + font-weight:700 !important } .nav_btn:hover { color: #c7c7c7 !important; diff --git a/templates/partials/hero/aihero1.html b/templates/partials/hero/aihero1.html index 505ac34..ba4e7b6 100644 --- a/templates/partials/hero/aihero1.html +++ b/templates/partials/hero/aihero1.html @@ -6,7 +6,7 @@
- + Learn more