update farmer

This commit is contained in:
2025-06-24 12:27:39 +03:00
parent 64cf405eb5
commit 0c2bee3d96
4 changed files with 33 additions and 16 deletions

View File

@@ -2,22 +2,42 @@
title: "Become Farmer"
description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold."
insert_anchor_links: "left"
template: "layouts/farmer.html"
template: "page.html"
extra:
author: AIBOX
imgPath: tf.png
---
<!-- section 1 (Hero) -->
<div class="fade-in lg:h-screen px-6 flex flex-col text-center pt-10 justify-center items-center">
<div class="fade-in-image mx-auto text-center lg:flex lg:justify-center">
<!--
This page is made by combining different 'section' (partial html pages) together.
To edit the page content, please go to specific 'section' that you would like to edit (stored inside templates/partials folders).
To see the list of the section blocks in this page, add or remove some of the partial pages,
go to: static/templates/layouts/index.html.
![AIBox Specifications](/images/aibox_farming.png)
HOMEPAGE (static/templates/layouts/about.html) contains:
1. Hero section: "templates/partials/about/about1.html
2. Hero section: "templates/partials/about/about2.html
</div>
# Own Your AI GPU <br>& Share Capacity
</div>
<!-- -------------------------------------------------------------------------------------------------------- -->
<!-- section 8 Cta -->
{{ cta(
title_1="Own",
title_2="Your AI",
title_3="",
button_text_1="Register Now",
button_link_1="/signup",
button_text_2="",
button_link_2="",
button_text_3="Learn More",
button_link_3="https://threefold.info/aibox/docs/"
) }}