update home

This commit is contained in:
Ehab Hassan 2025-06-18 16:38:46 +03:00
parent 2a637ea9e3
commit 9f4c9bd702
5 changed files with 8 additions and 11 deletions

View File

@ -6,12 +6,12 @@ title = "AIBOX"
description = "Your Personal AI Powerhouse" description = "Your Personal AI Powerhouse"
# When set to "true", a feed is automatically generated. # When set to "true", a feed is automatically generated.
generate_feed = true #generate_feed = true
# The filename to use for the feed. Used as the template filename, too. # The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed. # Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed. # There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
feed_filename = "atom.xml" #feed_filename = "atom.xml"
# The number of articles to include in the feed. All items are included if # The number of articles to include in the feed. All items are included if
# this limit is not set (the default). # this limit is not set (the default).
@ -51,8 +51,7 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc # For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true smart_punctuation = true
[build]
not_found = "404.md"
[[taxonomies]] [[taxonomies]]
name = "categories" name = "categories"

View File

@ -1,8 +1,8 @@
--- ---
title: "AIBOX" title: "AIBOX"
description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold. " # quotation marks to allow colons where used description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold. " # quotation marks to allow colons where used
date: 2025-01-14T21:00:00-05:00 #date: 2025-01-14T21:00:00-05:00
updated: 2025-02-25T14:40:00-06:00 #updated: 2025-02-25T14:40:00-06:00
draft: false draft: false
extra: extra:
author: ThreeFold author: ThreeFold

View File

@ -7,7 +7,7 @@ extra:
--- ---
- [Become a farmer]("farmer") - [Host a Box]("farmer")
- [Docs]("https://threefold.info/aibox/docs/") - [Docs]("https://threefold.info/aibox/docs/")

View File

@ -6,8 +6,6 @@
{% include "partials/hero/aihero8.html" %} {% include "partials/hero/aihero8.html" %}
{% include "partials/hero/aihero4.html" %} {% include "partials/hero/aihero4.html" %}
{% include "partials/hero/aihero5.html" %} {% include "partials/hero/aihero5.html" %}
{% include "partials/hero/aihero6.html" %}
{% include "partials/hero/aihero9.html" %}
{% include "partials/hero/faq.html" %} {% include "partials/hero/faq.html" %}
{% include "partials/hero/aihero10.html" %} {% include "partials/hero/aihero10.html" %}
{% endblock content %} {% endblock content %}

View File

@ -110,7 +110,7 @@
</a> </a>
</li> </li>
</ul> #} </ul> #}
<a href="/signup" target="_blank" onclick="window.open(this.href, '_blank'); return false;" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-800 hover:bg-gray-900">Pre-Order Now</a> <a href="/signup" target="_blank" onclick="window.open(this.href, '_blank'); return false;" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-300 hover:bg-gray-900">Register Now</a>
</div> </div>
</div> </div>
</div> </div>
@ -200,7 +200,7 @@
</div> #} </div> #}
<div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4"> <div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4">
<a href="/signup" target="_blank" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Pre-Order Now</a><br> <a href="/signup" target="_blank" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Register Now</a><br>
<a href="https://threefold.info/aibox/docs/" <a href="https://threefold.info/aibox/docs/"
class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank"> class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
Docs Docs