Files
www_threefold_io/content/home/index.md
2023-06-11 13:11:12 +03:00

192 lines
4.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Home"
description: "A global movement together building an open-source, community-driven, decentralized Internet from the ground up." # quotation marks to allow colons where used
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: Your name here
imgPath: images/threefold_globe.png
---
<!-- section 1 (header) -->
<div class="text-gray-900 bg-cover bg-no-repeat" style="background-image:url(home/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="home/header_home2.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>Welcome to ThreeFold</strong></h1>
<!-- <h3 class="my-1">Host a node, support a decentralized future</h3> -->
<p>ThreeFold is a decentralized, peer-to-peer, open-source Internet platform, allowing people to provide and utilize Internet capacity directly without intermediaries.
<br>
A sovereign alternative to the centralized Internet.</p>
<button class="mx-0"><a target="_blank" href="https://manual.grid.tf/intro/intro_readme.html">Get Started</a></button>
</div>
</div>
</div>
</div>
</div>
<!-- section 2 -->
{% row(style="center mtop narrow") %}
## Why Do We Need an Alternative?
### **Overcoming Internet Inequalities**
{% end %}
{% row(style="center reverse mbottom narrow") %}
The current Internet is **outdated**. It is built on a centralized antiquated foundation, which hinders scalability and efficiency.
<br>
The current Internet is **not scalable**. Over 3 billion people lack reliable Internet access.
<br>
The current Internet is **not sustainable**. It consumes between 5-10% of the worlds energy.
|||
![Image](internet_outdated.png#medium)
{% end %}
<br>
<br>
<!-- section 3 -->
{% row(style="center margin" bgPath="images/checkerboard2.jpg") %}
### **Over a decade ago, a group of early Internet pioneers, <br>who understood the problems of the centralized Internet model first-hand, <br>came together to re-imagine the infrastructure for an open and decentralized Internet.**
### **But we didn't just imagine it we built it. Join us in evolving the Internet, together.**
{% end %}
<br>
<br>
<!-- section 4 (Map) -->
{% grid_stats() %}
### **The ThreeFold Grid v3.9**
## **Live and Operational**
{% end %}
<br>
<br>
<!-- section 5 -->
{% row(style="center margin narrow") %}
### **The ThreeFold Grid is community-owned and managed. The stack was built around principles of open-source and simplicity, and to be compatibile with current and future IT standards from Kubernetes to Docker to IPFS and S3. It is an alternative to the centralized Internet model a decentralized infrastructure for the builders of tomorrow.**
{% end %}
{% row(style="center mtop narrow") %}
## Take Action Today
### **And Create Tomorrow**
{% end %}
{% row(style="center narrow mbottom") %}
![Image](expandicon.png#medium)
### **Expand**
Independent people and organizations connect hardware to the ThreeFold Grid. Provide Internet capacity for the people around you, and earn for it.
<br>
<button>[Become a Node](/expand)</button>
|||
![Image](buildicon.png#medium)
### **Build**
Developers and Sysadmins use ThreeFold technology to build, deploy, and store on top of community-owned Internet capacity. They pay with $TFT.
<br>
<button>[Build on the Platform](/build)</button>
|||
![Image](togethericon.png#medium)
### **Together**
Join a group of people around the globe who believe the world needs ThreeFold and take action to bring the project forward.
<br>
<button>[Join the Community](https://t.me/threefold)</button>
{% end %}
<!-- section 5 -->
<div class="bgtest">
{% row(style="center margin") %}
<!-- bgPath="checkerboard1.jpg" -->
<br>
## Support the Project
We're open-source and decentralized, so we use a token called $TFT to fuel the movement, which is the medium of exchange<br>on the ThreeFold Grid. Buy $TFT to use grid services or for future utilization.
<br>
<button>[Dive into the Token](/token)</button>
<button>[Buy $TFT](https://manual.grid.tf/getstarted/TF_Token/tft_toc.html)</button>
</div>
{% end %}
<style>
.bgtest{
background-image: url("home/checker4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>