diff --git a/content/_index.md b/content/_index.md index a21fa28..89726c8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,6 +7,66 @@ draft: false extra: author: ThreeFold imgPath: home/tf.png + title: "Pre-order Your AIBox" + subtitle: "Choose the box that's packed with the best features for your computing needs." + subtitle2: "The AI boxes are delivered by our hardware partners and they define the final price & specifications. Each AI boxes becomes part of the ThreeFold grid and earns rewards." + plans: + - name: "DIY" + description: "Add your own GPU's" + price: "1-1500" + features: + - name: "GPU your choice, minimal AMD Radeon RX 7900 XT" + included: true + - name: "64-128 GB Memory" + included: true + - name: "2-4 TB of SSD" + included: true + - name: "Integrated Mycelium" + included: true + - name: "Zero-OS" + included: false + rewards: + - name: "Proof of Capacity: between 500 and 2000 INCA per month depending on chosen GPU" + - name: "Proof of Utilization: 80% of INCA Revenue" + - name: "1 GPU" + description: "Enough for smaller but smart models and Smart Agents." + price: "2-2500" + features: + - name: "1x AMD Radeon RX 7900 XTX" + included: true + - name: "64-128 GB Memory" + included: true + - name: "2-4 TB of SSD" + included: true + - name: "Integrated Mycelium" + included: true + - name: "Zero-OS" + included: false + rewards: + - name: "Proof of Capacity: 1000 INCA per month" + - name: "Proof of Utilization: 80% of INCA Revenue" + + + - name: "2 GPU" + description: "Support for 48 GB models, a lot of power in your hands." + price: "4-5000" + features: + - name: "2x AMD Radeon RX 7900 XTX" + included: true + - name: "64-128 GB Memory" + included: true + - name: "2-4 TB of SSD" + included: true + - name: "Integrated Mycelium" + included: true + - name: "Zero-OS" + included: false + rewards: + - name: "Proof of Capacity: 2000 INCA per month" + - name: "Proof of Utilization: 80% of INCA Revenue" + + + --- @@ -45,8 +105,10 @@ ThreeFold is a peer-to-peer open-source Internet platform that connects users di {% end %} - + +{% include "partials/hero/pricing-hero.html" %} + {% grid_stats() %} diff --git a/templates/partials/hero/aihero7.html b/templates/partials/hero/aihero7.html index 4c50375..4a1ea84 100644 --- a/templates/partials/hero/aihero7.html +++ b/templates/partials/hero/aihero7.html @@ -1,317 +1 @@ -
-
-

Pre-order Your AIBox

-

Choose the box that’s packed with the best features for your computing needs.

-
-
-
-
-
-
-
-
-

Starter plan

-

Everything you need to get started.

-
-
$19
-
-

USD

-

per month

-
-
- -
-

Start selling with:

-
    -
  • - - - - - Custom domains -
  • -
  • - - - - - Edge content delivery -
  • -
  • - - - - - Advanced analytics -
  • -
  • - - - - Not included: - Quarterly workshops -
  • -
  • - - - - Not included: - Single sign-on (SSO) -
  • -
  • - - - - Not included: - Priority phone support -
  • -
-
-
-
-
-
-
-
-

Growth plan

-

All the extras for your necessities.

-
-
$49
-
-

USD

-

per month

-
-
- -
-

Start selling with:

-
    -
  • - - - - - Custom domains -
  • -
  • - - - - - Edge content delivery -
  • -
  • - - - - - Advanced analytics -
  • -
  • - - - - - Quarterly workshops -
  • -
  • - - - - Not included: - Single sign-on (SSO) -
  • -
  • - - - - Not included: - Priority phone support -
  • -
-
-
-
-
-
-
-
-

Scale plan

-

Added flexibility at scale.

-
-
$99
-
-

USD

-

per month

-
-
- -
-

Start selling with:

-
    -
  • - - - - - Custom domains -
  • -
  • - - - - - Edge content delivery -
  • -
  • - - - - - Advanced analytics -
  • -
  • - - - - - Quarterly workshops -
  • -
  • - - - - - Single sign-on (SSO) -
  • -
  • - - - - - Priority phone support -
  • -
-
-
-
-
-
-
-
-
- - - - - - \ No newline at end of file +{% include "partials/hero/pricing-hero.html" %} diff --git a/templates/partials/hero/hero-title.html b/templates/partials/hero/hero-title.html new file mode 100644 index 0000000..bbc2fd5 --- /dev/null +++ b/templates/partials/hero/hero-title.html @@ -0,0 +1 @@ +

{% if text %}{{ text }}{% else %}Pre-order Your AIBox{% endif %}

diff --git a/templates/partials/hero/pricing-hero.html b/templates/partials/hero/pricing-hero.html new file mode 100644 index 0000000..3b9bed7 --- /dev/null +++ b/templates/partials/hero/pricing-hero.html @@ -0,0 +1,127 @@ +
+
+

{{ section.extra.title | default(value="Pre-order Your AIBox") }}

+

{{ section.extra.subtitle | default(value="Choose the box that's packed with the best features for your computing needs.") }}

+

{{ section.extra.subtitle2}}

+
+
+
+
+
+ {% for plan in section.extra.plans %} +
+
+
+

{{ plan.name }} plan

+

{{ plan.description }}

+
+
${{ plan.price }}
+
+
+
+ +
+

Includes:

+
    + {% for feature in plan.features %} +
  • + + + + {% if not feature.included %}Not included:{% endif %} + {{ feature.name }} +
  • + {% endfor %} +
+
+
+

Rewards:

+
    + {% for feature in plan.rewards %} +
  • + + + + {% if not feature.included %}Not included:{% endif %} + {{ feature.name }} +
  • + {% endfor %} +
+
+ +
+
+
+ {% endfor %} +
+
+
+
+ + + +