Files
www_threefold_io/content/about/index.md
2023-06-11 18:05:20 +03:00

167 lines
3.9 KiB
Markdown

---
title: "About"
template: "page.html"
insert_anchor_links: "left"
---
<!-- section 1 (header) -->
<div class="text-gray-900 bg-cover bg-no-repeat" style="background-image:url(BG_wide.png);background-position:right">
<div class="h-full">
<div class="flex flex-col items-center md:flex-row">
<div class="w-full md:w-1/2">
<div class="block">
<img
src="./header_about.png" class="w-full h-full"/>
</div>
</div>
<div class="flex flex-col items-start justify-center w-full lg:py-24 py-6 md:w-1/2">
<div class="flex flex-col items-start justify-center p-6">
<h1>Genesis</strong></h1>
<h3 class="my-1"><b>It all Started with a Vision About a Decade ago</b></h3>
<p>When we saw how the Internet's existing infrastructure was becoming increasingly centralized, controlled by a handful of tech giants, and posed a threat to privacy and sovereignty, we knew it was time for a change. That's why we founded ThreeFold.</p>
</div>
</div>
</div>
</div>
</div>
<!-- section 2 -->
{% row( style="center between mtop") %}
<!-- bgColor="#ececec" -->
## **Our Values**
{% end %}
{% row( style="center between") %}
### **Open-Source**
Collaboration and openness are key to building a better world.
|||
### **Simplicity**
Fostering clarity. Driving innovation. Enabling scalability.
|||
### **Authenticity**
We are genuine and vulnerable.
{%end %}
{% row( style="center between mbottom") %}
### **Planet-First**
Our solutions must be sustainable.
|||
### **People-Centric**
We empower self-sovereignty and autonomy.
{% end %}
<br>
<br>
<!-- section 3 -->
<div class="bgtest">
{% row(style="center margin") %}
![Image](KDS.png#mx-auto)
<br>
<i>"ThreeFold is the catalyst for a new digital era, where individuals regain sovereignty over <br>their digital lives and come together to build an Internet that fosters innovation and shared prosperity." </i>
### **Kristof de Spiegeleer** | Co-Founder
{% end %}
</div>
<!-- section 4-->
{% row(style="center narrow mtop") %}
## **Our Impact**
{% end %}
{% row(style="center narrow mbottom") %}
![Image](earth.png#medium)
### **Green Infrastructure**
There is no Planet B. And the Internet is consumed a surprisingly large amount of the world's energy, between 5 and 10%. This is why ThreeFold has designed with efficiency in mind to create the most sustainable Internet infrastructure in the world.
|||
![Image](community.png#medium)
### **Driving Change Together**
Equality, diversity, and inclusion are key to our vision of an Internet for everyone, everywhere. ThreeFold has created a participatory infrastructure and movement, and is prioritizing efforts to bring a more accessible Internet to developing regions around the world.
{% end %}
<br>
<!-- section 5 -->
<div class="bgtest2">
{% row(style="center margin") %}
## Our Community is United by
### **Passion and Purpose**
We are a diverse community of passionate individuals who believe in the power of technology to bring about positive change.<br>
Our mission is to realize the vision of a decentralized, self-sovereign digital world, enabling equitable and sustainable opportunities for all.<br> Together, we are building a new Internet that puts power back into the hands of the people.
<button>[Join the Revolution](https://t.me/threefold)</button>
{% end %}
</div>
<!-- section 6 -->
{% row(style="center narrow margin") %}
### <i>**"Never doubt that a small group of thoughtful, committed citizens <br> can change the world; indeed, it's the only thing that ever has."**</i>
### - Margaret Mead
{% end %}
<style>
.bgtest{
background-image: url("checkerboard.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgtest2{
background-image: url("checker4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>