update action and clear archive
This commit is contained in:
@@ -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="Let’s 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>
|
||||
@@ -97,7 +97,7 @@ extra:
|
||||
|
||||
<div class="lg:py-24 py-12">
|
||||
|
||||
{{ center_text(
|
||||
{{ text_center(
|
||||
title="Anything That Runs on Linux Can Run on ThreeFold",
|
||||
description_1="The new internet infrastructure can be used by any Web2, Web3, AI, or Edge IT workload – enabling a world of possibilities.",
|
||||
button_text_1="",
|
||||
@@ -194,7 +194,7 @@ extra:
|
||||
|
||||
<div class="lg:py-24 py-12">
|
||||
|
||||
{{ center_text(
|
||||
{{ text_center(
|
||||
title="A Self-Healing Internet Infrastructure",
|
||||
subtitle="Scalable globally, Green, Unbreakable & Secure",
|
||||
description_1="",
|
||||
@@ -216,7 +216,7 @@ extra:
|
||||
|
||||
# More Resilient, More Powerful, <br> More Diverse With You
|
||||
|
||||
{{ center_text(
|
||||
{{ text_center(
|
||||
title="",
|
||||
description_1="Unlike the corporate internet, where users are the product, in the new internet, participants are the owners and beneficiaries.",
|
||||
description_2="By participating, you're not just using the technology, you're also helping to build a digital world that protects privacy, promotes fairness, and returns control to the people.",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 381 KiB |
@@ -17,43 +17,3 @@ extra:
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
@@ -1,58 +0,0 @@
|
||||
---
|
||||
title: "Solutions"
|
||||
description: "ThreeFold's Solutions." # quotation marks to allow colons where used
|
||||
template: "layouts/solutions.html"
|
||||
insert_anchor_links: "left"
|
||||
extra:
|
||||
author: Your name here
|
||||
imgPath: about/about_hero.png
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 510 B |
@@ -1,58 +0,0 @@
|
||||
---
|
||||
title: "What"
|
||||
description: "ThreeFold's Solutions." # quotation marks to allow colons where used
|
||||
template: "layouts/solutions.html"
|
||||
insert_anchor_links: "left"
|
||||
extra:
|
||||
author: Your name here
|
||||
imgPath: about/about_hero.png
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
@@ -152,7 +152,7 @@ Over the past decades, we’ve tackled complex challenges in areas such as data
|
||||
|
||||
<div class="lg:py-24 py-12 text-center">
|
||||
|
||||
{{ center_text(
|
||||
{{ text_center(
|
||||
title="Founded by Internet 1.0 Pioneers and All of You",
|
||||
description_1="The founders have been working in Internet technology since its early days when it operated as a decentralized, peer-to-peer network. ThreeFold is an open-source movement driven by a dedicated team and a vibrant community of contributors helping to bring our shared vision to life.",
|
||||
description_2="The project is supported by over 50 full-time active developers.",
|
||||
|
||||
Reference in New Issue
Block a user