From e68d792ea593446dc3edfed3afafb7ac80eedcb6 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sat, 7 Jun 2025 18:56:10 +0300 Subject: [PATCH] update mediakit --- content/home/index.md | 13 +- content/media/index.md | 177 +++++++++++++++++- templates/layouts/media.html | 11 -- templates/partials/media/founders.html | 98 ---------- templates/partials/media/hero.html | 52 ----- templates/partials/media/social.html | 99 ---------- .../media => shortcodes}/branding.html | 24 +-- templates/shortcodes/founders.html | 75 ++++++++ templates/shortcodes/hero_side.html | 60 ++++++ .../media => shortcodes}/milestones.html | 10 +- templates/shortcodes/social.html | 19 ++ 11 files changed, 355 insertions(+), 283 deletions(-) delete mode 100644 templates/layouts/media.html delete mode 100644 templates/partials/media/founders.html delete mode 100644 templates/partials/media/hero.html delete mode 100644 templates/partials/media/social.html rename templates/{partials/media => shortcodes}/branding.html (93%) create mode 100644 templates/shortcodes/founders.html create mode 100644 templates/shortcodes/hero_side.html rename templates/{partials/media => shortcodes}/milestones.html (95%) create mode 100644 templates/shortcodes/social.html diff --git a/content/home/index.md b/content/home/index.md index 56e6fa74b..a56c2596e 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -153,14 +153,17 @@ extra:
+
- {{ text_left( - title="How it works", - description_1="At the base, nodes form the physical foundation—distributed computers that provide processing power, storage, and networking capabilities. These nodes work together to create a global, community-powered infrastructure.", - description_2="Regardless of technical expertise, anyone can deploy nodes from their homes or offices, and participate in a decentralized alternative to corporate-owned data centers – while earning rewards for their contributions. We call this process 'farming.'" + ## How It Works + At the base, nodes form the physical foundation—distributed computers that provide processing power, storage, and networking capabilities. These nodes work together to create a global, community-powered infrastructure. + +
- ) }} + Regardless of technical expertise, anyone can deploy nodes from their homes or offices, and participate in a decentralized alternative to corporate-owned data centers – while earning rewards for their contributions. We call this process 'farming.' + +
diff --git a/content/media/index.md b/content/media/index.md index 85251a16e..2dde16472 100644 --- a/content/media/index.md +++ b/content/media/index.md @@ -1,13 +1,188 @@ --- 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/media.html" +template: "page.html" insert_anchor_links: "left" extra: author: ThreeFold imgPath: tf.png --- + + +{{ hero_side( + title="Company Profile", + description_1="ThreeFold is a pioneering decentralized Internet project designed to create a more open, secure, and sustainable digital infrastructure. By leveraging a global peer-to-peer network of independent nodes, ThreeFold eliminates reliance on centralized cloud providers, ensuring greater privacy, resilience, and accessibility. This innovative model empowers individuals and organizations to contribute computing, storage, and networking resources to the ThreeFold Grid, forming the foundation for a truly autonomous and resilient", + description_2="We are currently running V3.16, a large-scale proof of concept network and are now preparing for Version 4, a major upgrade to enable our Web4 vision. The ThreeFold Grid is in more than 50 countries with +2000 nodes online providing data, network and cloud resources to users.", + image_src="/images/media_kit.png", + image_alt="AIBox Specifications" + + +) }} + + + + +{{ milestones() }} + + + + + +{{ branding() }} + + + + +
+
+ +## Founders & Key Voices + +
+ +{{ founders( + name="KRISTOF DE SPIEGELEER", + title="Co-Founder & CEO", + description_1="Is a serial entrepreneur with 30+ years of experience in Internet infrastructure and cloud technology, holding multiple patents and world records in storage and automation solutions used by industry giants like Oracle, Verizon, and Western Digital. He has founded over ten companies, with seven successful exits totaling over $600M. A pioneer in building the Internet and data center business in Europe, Kristof is now focused on creating a decentralized, sovereign Internet through ThreeFold. Guided by a belief that doing good for the world and delivering investor returns can coexist, he champions respect, transparency, and innovation in every venture. Kristof has previously spoken at Davos.", + image_src="/images/people/kristof_de_spiegeleer.jpeg", + image_alt="KRISTOF DE SPIEGELEER", + linkedin_link="https://www.linkedin.com/in/despiegk/" +) }} + +{{ founders( + name="FLORIAN FOURNIER", + title="Co-Founder & CMO", + description_1="Florian Fournier is a serial entrepreneur and ex marketing director at Apple. He's a co-founder at ThreeFold primarily focused on marketing and business development.", + image_src="/images/people/florian_fournier.jpeg", + image_alt="FLORIAN FOURNIER", + description_2="Florian aims to help in bringing new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, through unpacking current scenarios and anticipating future perspectives. He has previously spoken at Davos and at Balaji Srinivasan’s event Network State, to great acclaim.", + linkedin_link="/images/people/florian_fournier.jpeg" +) }} + +
+ + + + + +
+ +## Social Media & Community + + + +
+
+ + +{{ social( + link="https://forum.threefold.io/", + image_src="/images/discourse_dark.png", + image_alt="Forum", + title="Forum", + subtitle="Ask Questions" +) }} + +{{ social( + link="https://github.com/threefoldfoundation", + image_src="/images/github_dark.png", + image_alt="GitHub | Tech", + title="GitHub | Tech", + subtitle="Open-Source Collaboration for Tech Development" +) }} + +{{ social( + link="https://github.com/threefoldtech", + image_src="/images/github_dark.png", + image_alt="GitHub | Foundation", + title="GitHub | Foundation", + subtitle="Open-source Collaboration for Websites and Online Info" +) }} + +{{ social( + link="https://x.com/threefold_io", + image_src="/images/twitter.png", + image_alt="X | Twitter", + title="X | Twitter", + subtitle="Connect With Us" +) }} + +{{ social( + link="https://t.me/threefoldnews", + image_src="/images/telegram.png", + image_alt="Telegram News", + title="Telegram News", + subtitle="Stay Updated" +) }} + +{{ social( + link="https://t.me/threefold", + image_src="/images/telegram.png", + image_alt="Telegram Main Chat", + title="Telegram Main Chat", + subtitle="Community Conversation" +) }} + +{{ social( + link="https://t.me/threefoldfarmers", + image_src="/images/telegram.png", + image_alt="Telegram Farmers Chat", + title="Telegram Farmers Chat", + subtitle="Farming Community" +) }} + +{{ social( + link="https://t.me/threefoldtesting", + image_src="/images/linkedin_dark.png", + image_alt="Telegram News", + title="Telegram Grid User Chat", + subtitle="Grid User Community" +) }} + +{{ social( + link="https://www.reddit.com/r/threefold/", + image_src="/images/reddit_dark.png", + image_alt="Reddit", + title="Reddit", + subtitle="Join In" +) }} + +{{ social( + link="https://www.youtube.com/@ThreeFoldFoundation", + image_src="/images/youtube.png", + image_alt="Telegram News", + title="Telegram Grid User Chat", + subtitle="Grid User Community" +) }} + + + +
+ E-mail Newsletter +
+
E-mail Newsletter
+

Updates in Your Inbox

+
+ + +{{ social( + link="https://www.linkedin.com/company/threefold-io/", + image_src="/images/linkedin_dark.png", + image_alt="LinkedIn", + title="LinkedIn", + subtitle="Let's Network" +) }} + + + + + +
+
+ + + diff --git a/templates/layouts/media.html b/templates/layouts/media.html deleted file mode 100644 index ce84f6dd1..000000000 --- a/templates/layouts/media.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/media/hero.html" %} -{% include "partials/media/milestones.html" %} -{% include "partials/media/branding.html" %} -{% include "partials/media/founders.html" %} -{% include "partials/media/social.html" %} - - -{% endblock content %} \ No newline at end of file diff --git a/templates/partials/media/founders.html b/templates/partials/media/founders.html deleted file mode 100644 index 1a65bc440..000000000 --- a/templates/partials/media/founders.html +++ /dev/null @@ -1,98 +0,0 @@ -
-
-

Founders & Key Voices

-
- -
-
- -
- AIBox Specifications -
- - -
-
-

- KRISTOF DE SPIEGELEER -

- - - - - -
-

Co-Founder & CEO

-

- is a serial entrepreneur with 30+ years of experience in Internet infrastructure and cloud technology, holding multiple patents and world records in storage and automation solutions used by industry giants like Oracle, Verizon, and Western Digital. He has founded over ten companies, with seven successful exits totaling over $600M. A pioneer in building the Internet and data center business in Europe, Kristof is now focused on creating a decentralized, sovereign Internet through ThreeFold. Guided by a belief that doing good for the world and delivering investor returns can coexist, he champions respect, transparency, and innovation in every venture. Kristof has previously spoken at Davos. -

-
-
-
-
-
- - -
- AIBox Specifications -
- - -
-
-

- FLORIAN FOURNIER -

- - - - - -
-

Co-Founder & CMO

-

- Florian Fournier is a serial entrepreneur and ex marketing director at Apple. He's a co-founder at ThreeFold primarily focused on marketing and business development.

- Florian aims to help in bringing new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, through unpacking current scenarios and anticipating future perspectives. He has previously spoken at Davos and at Balaji Srinivasan’s event Network State, to great acclaim. -

-
- -
-
-
- - - - \ No newline at end of file diff --git a/templates/partials/media/hero.html b/templates/partials/media/hero.html deleted file mode 100644 index 5db898d56..000000000 --- a/templates/partials/media/hero.html +++ /dev/null @@ -1,52 +0,0 @@ -
-
- - -
-

Company Profile

-

ThreeFold is a pioneering decentralized Internet project designed to create a more open, secure, and sustainable digital infrastructure. By leveraging a global peer-to-peer network of independent nodes, ThreeFold eliminates reliance on centralized cloud providers, ensuring greater privacy, resilience, and accessibility. This innovative model empowers individuals and organizations to contribute computing, storage, and networking resources to the ThreeFold Grid, forming the foundation for a truly autonomous and resilient -

We are currently running V3.16, a large-scale proof of concept network and are now preparing for Version 4, a major upgrade to enable our Web4 vision. The ThreeFold Grid is in more than 50 countries with +2000 nodes online providing data, network and cloud resources to users.

- -
- - -
- AIBox Specifications -
- -
-
- - - - \ No newline at end of file diff --git a/templates/partials/media/social.html b/templates/partials/media/social.html deleted file mode 100644 index 74ed43098..000000000 --- a/templates/partials/media/social.html +++ /dev/null @@ -1,99 +0,0 @@ -
-
-
-

Social Media & Community

-
- -
- -
-
- Image -
-
GitHub | Tech
-

Open-Source Collaboration for Tech Development

-
-
-
- Image -
-
GitHub | Foundation
-

Open-source Collaboration for Websites and Online Info

-
-
-
- Image -
-
X | Twitter
-

Connect With Us

-
-
-
- -
-
- Image -
-
Telegram Main Chat
-

Community Conversation

-
-
-
- Image -
-
Telegram Farmers Chat
-

Farming Community

-
-
-
- Image -
-
Telegram Grid User Chat
-

Grid User Community

-
-
-
- -
-
- Image -
-
YouTube
-

Watch Things Unfold

-
-
-
- Image -
-
E-mail Newsletter
-

Updates in Your Inbox

-
-
-
- Image -
-
LinkedIn
-

Let's Network

-
-
-
- -
\ No newline at end of file diff --git a/templates/partials/media/branding.html b/templates/shortcodes/branding.html similarity index 93% rename from templates/partials/media/branding.html rename to templates/shortcodes/branding.html index 57642d5d9..bee6029db 100644 --- a/templates/partials/media/branding.html +++ b/templates/shortcodes/branding.html @@ -1,8 +1,8 @@
-

Our Brand Assets

-

+

Our Brand Assets

+

Download our official brand assets and read guidelines for proper usage

@@ -11,11 +11,11 @@
-

Logos

+

Logos

-

White Versions

+

White Versions

@@ -83,7 +83,7 @@
-

Black Versions

+

Black Versions

@@ -164,7 +164,7 @@
-

Colors

+

Colors

@@ -196,13 +196,13 @@
-

Typography

+

Typography

-

Inter Regular White

+

Inter Regular White

AaBbCc

ThreeFold is the Infrastructure Layer of Web4

@@ -210,7 +210,7 @@
-

Inter Bold White

+

Inter Bold White

AaBbCc

ThreeFold is the Infrastructure Layer of Web4

@@ -219,7 +219,7 @@
-

Inter Italic White

+

Inter Italic White

AaBbCc

ThreeFold is the Infrastructure Layer of Web4

@@ -236,9 +236,9 @@
-

Guidelines

+

Guidelines

-

When referring to ThreeFold in any written material, always use the correct capitalization: ThreeFold (with a capital "T" and "F"). +

When referring to ThreeFold in any written material, always use the correct capitalization: ThreeFold (with a capital "T" and "F").
Correct: ThreeFold
diff --git a/templates/shortcodes/founders.html b/templates/shortcodes/founders.html new file mode 100644 index 000000000..c27d4f63d --- /dev/null +++ b/templates/shortcodes/founders.html @@ -0,0 +1,75 @@ +{% set name = name | default(value="") %} +{% set title = title | default(value="") %} +{% set linkedin_link = linkedin_link | default(value="") %} +{% set description_1 = description_1 | default(value="") %} +{% set description_2 = description_2 | default(value="") %} +{% set image_src = image_src | default(value="") %} +{% set image_alt = image_alt | default(value="") %} + + +

+
+ +
+ {{ image_alt }} +
+ + +
+
+

+ {{ name }} +

+ + + + + +
+

{{ title }}

+

+ {{ description_1 }} +
+ {{ description_2 }} +

+
+
+
+ + + + + + \ No newline at end of file diff --git a/templates/shortcodes/hero_side.html b/templates/shortcodes/hero_side.html new file mode 100644 index 000000000..42751703c --- /dev/null +++ b/templates/shortcodes/hero_side.html @@ -0,0 +1,60 @@ +{% set title = title | default(value="") %} +{% set image_src = image_src | default(value="") %} +{% set image_alt = image_alt | default(value="") %} +{% set description_1 = description_1 | default(value="") %} +{% set description_2 = description_2 | default(value="") %} + + + +
+
+ + +
+

{{ title }}

+

{{ description_1 }} +

{{ description_2 }}

+ +
+ + +
+ {{ image_alt }} +
+ +
+
+ + + + \ No newline at end of file diff --git a/templates/partials/media/milestones.html b/templates/shortcodes/milestones.html similarity index 95% rename from templates/partials/media/milestones.html rename to templates/shortcodes/milestones.html index 96bbacdfa..2fe1740ba 100644 --- a/templates/partials/media/milestones.html +++ b/templates/shortcodes/milestones.html @@ -2,7 +2,7 @@
{#

How It Works

#} -

Key Milestones & Stats

+

Key Milestones & Stats

{#

Create your own blog with us and launch it with just 4 easy steps

#} @@ -23,7 +23,7 @@ class="text-xl font-bold text-gray-200 before:mb-2 before:block before:font-mono before:text-sm before:text-gray-500"> Phase I -
+
  • Creation of Core Technology
  • 10+ years of development
  • @@ -48,7 +48,7 @@ class="text-xl font-bold text-gray-200 before:mb-2 before:block before:font-mono before:text-sm before:text-gray-500"> Phase II -
    +
    • Global Proof Of Concept
    • Open Source Development
    • @@ -60,7 +60,7 @@
    • Commitments from wonderful projects to build on top of us.
    -
    +

    Status System Component

      @@ -98,7 +98,7 @@ class="text-xl font-bold text-white before:mb-2 before:block before:font-mono before:text-sm "> Current Phase - 2025 -
      +

      Q1 & Q2:

      • Introduce 3Phone & 3Router.
      • diff --git a/templates/shortcodes/social.html b/templates/shortcodes/social.html new file mode 100644 index 000000000..ca013022a --- /dev/null +++ b/templates/shortcodes/social.html @@ -0,0 +1,19 @@ +{% set link = link | default(value="") %} +{% set image_src = image_src | default(value="") %} +{% set image_alt = image_alt | default(value="") %} +{% set title = title | default(value="") %} +{% set subtitle = subtitle | default(value="") %} + + + +
        + {{ image_alt }} +
        +
        {{ title }}
        +

        {{ subtitle }}

        +
        + + + + +