From 28cd9cef40846a736d625c879ff3d73ac0868aab Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 16 Jun 2025 13:15:00 +0300 Subject: [PATCH] fix links at home --- content/home/index.md | 25 ++++++++++++++---------- templates/shortcodes/header_section.html | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/content/home/index.md b/content/home/index.md index 08b683b6b..24dacf766 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -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:
- Become a Farmer + Become a Farmer
@@ -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" ) }}
- Join ThreeFold’s Ecosystem + Join ThreeFold’s Ecosystem
@@ -245,7 +250,7 @@ plore all the products that are driving this transformation.
-# More Resilient, More Powerful,
More Diverse With You +## More Resilient, More Powerful,
More Diverse With You {{ text_center( title="", diff --git a/templates/shortcodes/header_section.html b/templates/shortcodes/header_section.html index db1147c65..b9901a771 100644 --- a/templates/shortcodes/header_section.html +++ b/templates/shortcodes/header_section.html @@ -24,7 +24,7 @@ \ No newline at end of file