update action and clear archive

This commit is contained in:
2025-06-04 14:30:37 +03:00
parent b5bdd16bf5
commit 893e1ba615
1069 changed files with 216 additions and 17153 deletions

View File

@@ -1,58 +1,131 @@
---
title: "Take actions"
description: "Take actions and become a part of a pioneering Web4 movement with ThreeFold on 12.12.2024" # quotation marks to allow colons where used
template: "layouts/action.html"
template: "page.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.png
---
<!-- section 1 (header) -->
{{ hero_video(
title="Building A New Internet For Everyone",
subtitle="Unleashing the Power of Decentralized Networks",
description_1="The internet is a trillion-dollar industry, and we believe it should be built and owned by everyone—an internet created by all, for all",
description_2="Lets make this vision a reality.",
video_link="https://www.youtube.com/embed/64mbEewI0Ag?si=I0m_ShxlTUk3mok-",
button1_text="Take Action",
button1_link="/signup"
) }}
<!--section 2 (Portfolio)-->
<div class="lg:py-24 py-12 mx-auto max-w-7xl lg:px-8">
<div class="text-center">
## What It Enables
</div>
<dl class="pt-8 grid max-w-xl grid-cols-1 gap-x-8 gap-y-8 lg:max-w-none lg:grid-cols-3">
{{ portfolio(
title="Communicate securely",
description="Experience end-to-end encrypted communication in the shortest possible path, ensuring messages remain private and unalterable—even during disasters."
)}}
{{ portfolio(
title="Store effortlessly",
description="Securely share and store information with ease, with geo-aware capabilities that optimize data location and access. Scale seamlessly from personal use to billions of users."
)}}
{{ portfolio(
title="Restore authenticity",
description="Determine which information can be trusted, bringing clarity and confidence back to the digital space"
)}}
{{ portfolio(
title="Unlock limitless insights",
description="Discover, analyze, and find information with no boundaries, aided by a powerful personal AI assistant."
)}}
{{ portfolio(
title="Streamline your interactions",
description="Keep track of all your connections and simplify your life with an AI that optimizes your daily tasks and interactions."
)}}
{{ portfolio(
title="Take control of your digital presence",
description="Own and manage your data, identity, and interactions across platforms, ensuring transparency and sovereignty in the digital world."
)}}
</dl>
</div>
<!--section 3 (img_features)-->
<div class="lg:py-24 py-12 mx-auto max-w-7xl lg:px-8">
<div class="max-w-4xl">
## Take Action Now
Discover the key products that bring us closer to our vision of the new internet, laying the foundation for a more open, autonomous, and interconnected digital future.
</div>
{{ img_features(
image_src="/images/web4_tools3.png",
image_alt="TF_products ",
title_1="3Node",
description_1="The backbone of storage and infrastructure, providing compute and data resources. Order today.
",
button_text_1="Learn More",
button_link_1="https://docs.threefold.io/docs/components/3node/",
title_2="3Phone",
description_2="Secure smartphone that comes with built-indecentralized apps that seamlessly integrate with the ThreeFold Grid.",
button_text_2="Learn More",
button_link_2="https://docs.threefold.io/docs/components/3phone/",
title_3="3Bot",
description_3="An AI-powered virtual system administrator helps deploy and manage your digital life.",
button_text_3="Learn More",
button_link_3="https://docs.threefold.io/docs/components/3bot",
title_4="3Router",
description_4="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption. Unlocked after 10,000 pre-orders.",
button_text_4="Learn More",
button_link_4="https://docs.threefold.io/docs/components/3router/"
)}}
</div>
<!-- section 4 Cta -->
{{ cta(
title_1="Build the",
title_2="Internet of Tomorrow,",
title_3="Today",
button_text_1="Take the Next Step",
button_link_1="/signup",
button_text_2="Learn More",
button_link_2="/action"
) }}
<style>
.rounded_img img {
border-radius: 8px;
}
.person img{
border-radius: 100%;
max-width:100px;
}
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
background-color: whitesmoke;
}
.road_border{
border-left: 1px solid rgb(156, 156, 156);
}
.white-gray{
color: #9f9f9f;
}
</style>