fix links at home

This commit is contained in:
2025-06-16 13:15:00 +03:00
parent 7339145a69
commit 28cd9cef40
2 changed files with 16 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ extra:
title="ThreeFold is a Decentralized Infrastructure Layer for The Internet",
description_1="We have built a foundational platform that runs directly on bare metal, offering a scalable solution focused on the essential building blocks of the Internet and Cloud: compute, data, and network.",
button_text="Discover How It Works",
button_link="/what"
button_link="/build"
) }}
@@ -130,7 +130,7 @@ extra:
</dl>
</div>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="https://docs.threefold.io/docs/category/become-a-farmer" target="_blank" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Become a Farmer</a>
<a href="/farm" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Become a Farmer</a>
</div>
</div>
@@ -177,7 +177,8 @@ plore all the products that are driving this transformation.
image_alt="3node",
title="3Node",
tooltip="The backbone of storage and infrastructure, providing compute and data resources.",
card_link="Dashboard"
target="_blank",
card_link="https://docs.threefold.io/docs/components/3node"
) }}
{{ image_card(
@@ -185,15 +186,17 @@ plore all the products that are driving this transformation.
image_alt="mycelium",
title="MYCELIUM",
tooltip="End-to-end encrypted overlay network, always looking for the shortest possible path between participants ",
card_link="Dashboard"
target="_blank",
card_link="https://mycelium.threefold.io/"
) }}
{{ image_card(
image_src="/images/aibox.png",
image_alt="aibox",
title="AIBOX",
tooltip="A self-hosted AI compute solution powered by ThreeFold. ",
card_link="Dashboard"
tooltip="A self-hosted AI compute solution powered by ThreeFold.",
target="_blank",
card_link="https://www.aibox.threefold.io/"
) }}
{{ image_card(
@@ -201,7 +204,8 @@ plore all the products that are driving this transformation.
image_alt="3phone",
title="3PHONE",
tooltip="OwnPhone is the first secure device in the 3Phone family designed to work seamlessly with the ThreeFold Grid.",
card_link="Dashboard"
target="_blank",
card_link="https://docs.threefold.io/docs/components/3phone/"
) }}
{{ image_card(
@@ -209,12 +213,13 @@ plore all the products that are driving this transformation.
image_alt="ThreeFold Cloud",
title="3ROUTER",
tooltip="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption.",
card_link="Dashboard"
target="_blank",
card_link="https://docs.threefold.io/docs/components/3router"
) }}
</div>
</div>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="https://docs.threefold.io/docs/category/become-a-farmer" target="_blank" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Join ThreeFolds Ecosystem</a>
<a href="/signup" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Join ThreeFolds Ecosystem</a>
</div>
</div>
</div>
@@ -245,7 +250,7 @@ plore all the products that are driving this transformation.
<div class="lg:py-24 py-12 text-center">
# More Resilient, More Powerful, <br> More Diverse With You
## More Resilient, More Powerful, <br> More Diverse With You
{{ text_center(
title="",

View File

@@ -24,7 +24,7 @@
<div class="mt-6 lg:mt-12 flex flex-col lg:flex-row items-center justify-center gap-x-6">
<a href="/deploy" class="mr-2 my-2 fade-in rounded-2xl bg-white px-8 py-2.5 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Start Deploying</a>
<a href="/build" class="mr-2 my-2 fade-in rounded-2xl bg-white px-8 py-2.5 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Start Deploying</a>
<a href="https://dashboard.grid.tf/#/tf-grid/node-statistics/" class="mr-2 my-2 fade-in rounded-2xl bg-white px-8 py-2.5 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2" target="_blank">Explore Dashboard</a>
</div>