diff --git a/content/why/about_hero.png b/content/why/about_hero.png deleted file mode 100644 index ad28e13b8..000000000 Binary files a/content/why/about_hero.png and /dev/null differ diff --git a/content/why/index.md b/content/why/index.md index 57e793552..51114f8cd 100644 --- a/content/why/index.md +++ b/content/why/index.md @@ -1,59 +1,182 @@ --- title: "ThreeFold's Vision and Mission" description: "Our mission is to empower individuals and organizations with secure, private, and autonomous access to computing resources, ensuring fair cloud access for everyone." # quotation marks to allow colons where used -template: "layouts/why.html" +template: "page.html" insert_anchor_links: "left" extra: author: ThreeFold imgPath: tf.png --- + + +
+
+ +# The Internet Needs an Upgrade + +The Internet brings the world together, yet much of it is now concentrated in the hands of a few powerful corporations. This wasn't its original intent. The Internet was envisioned as a decentralized, open space. A tool for freedom, collaboration, and equal access for all. + +
+ +**ThreeFold has invented a new Data, Network, and Cloud system as an engine for the new Internet.** + +
+
+ + + +{{ desciption_blockquote( + title="The Reason Behind It All", + + description_1="The Internet started as a peer-to-peer network, but over time it has become fragile and overly centralized. This shift has led to serious issues: data centers are extremely expensive to build and maintain, privacy and security are compromised, misinformation is rampant, and half the world remains poorly connected.", + + description_2="Big tech companies now dominate the Internet, tracking our activities and influencing our decisions, consolidating control in ways that don't serve everyone equally.", + + description_3="For +30 years, we’ve dedicated ourselves to this vision, and ThreeFold is the culmination of that journey. Today, we have a fully operational product (V3) and a thriving community of farmers, users, and partners.", + + description_4="Therefore we believe the Internet needs a fresh start—one that addresses these challenges with a focus on authenticity, equality, and sustainability for everyone." + + +) }} + + +
+
+ +## AI needs to be decentralized + +We are at the dawn of AI, a transformative force that will redefine how we live, work, and interact with technology. AI presents an incredible opportunity for humanity, however, as AI systems become more powerful, their control sits in the hands of a few corporations, raising serious concerns around privacy, bias, accessibility, and so on. + +
+ +Further, centralized cloud providers are bottlenecks, as AI compute demand is outpacing supply and training AI models is too expensive. + +
+ +We must not repeat mistakes of the past. Without decentralization, AI will remain controlled by a few corporations—limiting accessibility, innovation, and independence. To ensure AI benefits everyone, we must advocate for decentralized, open-source AI models that are transparent, ethical, and community-driven. And this can only happen on an infrastructure like ThreeFold. + +
+
+ - - } - .white-gray{ - color: #9f9f9f; -} - \ No newline at end of file diff --git a/css/index.css b/css/index.css index a67bf9f24..d56f26cfa 100644 --- a/css/index.css +++ b/css/index.css @@ -250,7 +250,7 @@ a img:hover { } h2 { - @apply lg:text-5xl text-3xl leading-snug font-normal tracking-tight text-white capitalize; + @apply lg:text-5xl text-3xl leading-snug font-normal tracking-tight my-2 text-white capitalize; color: #ffffff; font-family: "Inter", sans-serif !important; } @@ -287,7 +287,7 @@ a img:hover { } p { - @apply text-pretty lg:text-xl text-lg font-light text-gray-200; + @apply text-pretty lg:text-xl text-lg font-light text-gray-200 my-2; font-family: "Inter", sans-serif !important; } diff --git a/templates/layouts/why.html b/templates/layouts/why.html index a88cbaf43..c5719f658 100644 --- a/templates/layouts/why.html +++ b/templates/layouts/why.html @@ -1,13 +1,11 @@ {% extends "_default/base.html" %} {% block content %} -{% include "partials/why/hero.html" %} -{% include "partials/why/reason.html" %} -{% include "partials/why/ai_decentralized.html" %} -{% include "partials/why/web4.html" %} -{% include "partials/why/timeline.html" %} -{% include "partials/why/values.html" %} -{% include "partials/why/team.html" %} -{% include "partials/home/cta.html" %} + +
+ {% set page = get_page(path="why/index.md") %} + {{page.content | safe}} +
+ {% endblock content %} \ No newline at end of file diff --git a/templates/shortcodes/desciption_blockquote.html b/templates/shortcodes/desciption_blockquote.html new file mode 100644 index 000000000..b96915b97 --- /dev/null +++ b/templates/shortcodes/desciption_blockquote.html @@ -0,0 +1,56 @@ +{% set title = title | default(value="") %} +{% set description_1 = description_1 | default(value="") %} +{% set description_2 = description_2 | default(value="") %} +{% set description_3 = description_3 | default(value="") %} +{% set description_4 = description_4 | default(value="") %} + + + +
+
+
+

{{ title }} +

+
+
+ +
+
+

+ {{ description_1 }} +

+ {{ description_2 }} +

+ {{ description_3 }} +

+
+
+ + +
+
+
+

{{ description_4 }} + +

+ Planet First. People First. +

+
+
+
+
+
+
+ + + + diff --git a/templates/shortcodes/timeline.html b/templates/shortcodes/timeline.html new file mode 100644 index 000000000..75e75c873 --- /dev/null +++ b/templates/shortcodes/timeline.html @@ -0,0 +1,174 @@ +{% set title_1 = title_1 | default(value="") %} +{% set subtitle_1 = subtitle_1 | default(value="") %} +{% set point_1_1 = point_1_1 | default(value="") %} +{% set point_1_2 = point_1_2 | default(value="") %} +{% set point_1_3 = point_1_3 | default(value="") %} +{% set title_2 = title_2 | default(value="") %} +{% set subtitle_2 = subtitle_2 | default(value="") %} +{% set point_2_1 = point_2_1 | default(value="") %} +{% set point_2_2 = point_2_2 | default(value="") %} +{% set point_2_3 = point_2_3 | default(value="") %} +{% set point_2_4 = point_2_4 | default(value="") %} +{% set point_2_5 = point_2_5 | default(value="") %} +{% set point_2_6 = point_2_6 | default(value="") %} +{% set point_2_7 = point_2_7 | default(value="") %} +{% set title_3 = title_3 | default(value="") %} +{% set subtitle_3 = subtitle_3 | default(value="") %} +{% set point_3_1 = point_3_1 | default(value="") %} +{% set point_3_2 = point_3_2 | default(value="") %} +{% set point_3_3 = point_3_3 | default(value="") %} +{% set point_3_4 = point_3_4 | default(value="") %} +{% set point_3_5 = point_3_5 | default(value="") %} +{% set point_3_6 = point_3_6 | default(value="") %} +{% set title_4 = title_4 | default(value="") %} +{% set subtitle_4 = subtitle_4 | default(value="") %} +{% set point_4_1 = point_4_1 | default(value="") %} +{% set point_4_2 = point_4_2 | default(value="") %} + + + +
+ + +
+
+ + + +
+
+
+
{{ subtitle_1 }}
+
+
{{ title_1 }}
+
+
    +
  • {{ point_1_1 }}
  • +
  • {{ point_1_2 }}
  • +
  • {{ point_1_3 }}
  • +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ subtitle_2 }}
+
+
{{ title_2 }}
+
+
    +
  • {{ point_2_1 }}
  • +
  • {{ point_2_2 }}
  • +
  • {{ point_2_3 }}
  • +
  • {{ point_2_4 }}
  • +
  • {{ point_2_5 }}
  • +
  • {{ point_2_6 }}
  • +
  • {{ point_2_7 }}
  • + +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ subtitle_3 }}
+
+
{{ title_3 }}
+
+ Q1 & Q2: +
    +
  • {{ point_3_1 }}
  • +
  • {{ point_3_2 }}
  • +
  • {{ point_3_3 }}
  • +
  • {{ point_3_4 }}
  • + +
+ Next: +
    +
  • {{ point_3_5 }}
  • +
  • {{ point_3_6 }}
  • + +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ subtitle_4 }}
+
+
{{ title_4 }}
+
+
    +
  • {{ point_4_1 }}
  • +
  • {{ point_4_2 }}
  • +
+
+
+
+
+
+ + + + + + +