update farmer
This commit is contained in:
@@ -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.
|
||||

|
||||
|
||||
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/"
|
||||
) }}
|
||||
|
||||
|
Reference in New Issue
Block a user