review what and why

This commit is contained in:
2025-06-08 14:08:24 +03:00
parent 633af885cc
commit 762225e816
3 changed files with 9 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ extra:
description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.", description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.",
button1_text="Dive Deeper", button1_text="Dive Deeper",
button1_link="https://docs.threefold.io/docs/introduction" button1_link="https://docs.threefold.io/docs/introduction"
target="_blank"
) }} ) }}

View File

@@ -27,7 +27,7 @@ The Internet brings the world together, yet much of it is now concentrated in th
<!-- section 2 --> <!-- section 2 (reason) -->
{{ description_blockquote( {{ description_blockquote(
title="The Reason Behind It All", title="The Reason Behind It All",
@@ -76,7 +76,7 @@ We must not repeat mistakes of the past. Without decentralization, AI will remai
<div class="max-w-3xl"> <div class="max-w-3xl">
Unlike traditional internet infrastructure, which relies on centralized data centers and corporate control, ThreeFold is built on a global mesh of independent cloud providers—individuals and organizations who contribute data, cloud and network power directly to the ecosytem. Unlike traditional internet infrastructure, which relies on centralized data centers and corporate control, ThreeFold is built on a global mesh of independent cloud providers—individuals and organizations who contribute data, cloud and network power directly to the ecosystem.
<br> <br>
@@ -103,15 +103,15 @@ Over the past decades, weve tackled complex challenges in areas such as data
subtitle_1="Phase I", subtitle_1="Phase I",
title_1="Creation of Core Technology", title_1="Creation of Core Technology",
point_1_1="Open Source Development.", point_1_1="Open Source Development.",
point_1_2="Built decentralized, autonomous, edge internet technology", point_1_2="Built decentralized, autonomous, edge internet technology.",
point_1_3="Self-funded and private investment from founders, community, and TF Tech investors", point_1_3="Self-funded and private investment from founders, community, and TF Tech investors.",
subtitle_2="Phase II", subtitle_2="Phase II",
title_2="Global Proof Of Concept", title_2="Global Proof Of Concept.",
point_2_1="Open Source Development.", point_2_1="Open Source Development.",
point_2_2="50+ Countries.", point_2_2="50+ Countries.",
point_2_3="50,000+ Cores.", point_2_3="50,000+ Cores.",
point_2_4="25,000,000 GB of Storage", point_2_4="25,000,000 GB of Storage.",
point_2_5="Thousands of enthusiasts actively engage with and contribute to the evolution of the ThreeFold Network.", point_2_5="Thousands of enthusiasts actively engage with and contribute to the evolution of the ThreeFold Network.",
point_2_6="Decentralized reliable compute, network and storage layer for Web 2-3.", point_2_6="Decentralized reliable compute, network and storage layer for Web 2-3.",
point_2_7="Commitments from wonderful projects to build on top of us.", point_2_7="Commitments from wonderful projects to build on top of us.",

View File

@@ -4,6 +4,7 @@
{% set description = description | default(value="") %} {% set description = description | default(value="") %}
{% set button1_text = button1_text | default(value="") %} {% set button1_text = button1_text | default(value="") %}
{% set button1_link = button1_link | default(value="") %} {% set button1_link = button1_link | default(value="") %}
{% set target = target | default(value="") %}
{% set button2_text = button2_text | default(value="") %} {% set button2_text = button2_text | default(value="") %}
{% set button2_link = button2_link | default(value="") %} {% set button2_link = button2_link | default(value="") %}
{% set button3_text = button3_text | default(value="") %} {% set button3_text = button3_text | default(value="") %}
@@ -26,7 +27,7 @@
<div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8"> <div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8">
{% if button1_link %} {% if button1_link %}
<a href="{{ button1_link }}" <a href="{{ button1_link }}" target="{{ target }}"
class="fade-in rounded-2xl bg-white px-4 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">{{ button1_text }}</a> class="fade-in rounded-2xl bg-white px-4 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">{{ button1_text }}</a>
{% endif %} {% endif %}
{% if button3_link %} {% if button3_link %}