This commit is contained in:
samtaggart
2023-06-08 18:44:09 +03:00
24 changed files with 126 additions and 108 deletions

BIN
content/about/BG_wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB

View File

@@ -3,30 +3,28 @@ title: "About"
template: "page.html"
insert_anchor_links: "left"
---
<!-- section 1 (header) -->
{% row(style="semiNarrow mbottom" bgPath="bg_new.jpg") %}
<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">It all Started with a Vision About a Decade ago</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>
<br>
<br>
![Image](about_header.png#large)
|||
# Genesis
### It all Started with a Vision About a Decade ago
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.
{% end %}
<br>
<br>
<!-- section 2 -->

BIN
content/build/BG_wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

View File

@@ -3,32 +3,33 @@ title: "Buildnew"
template: "page.html"
insert_anchor_links: "left"
---
<!-- section 1 -->
{% row(style="semiNarrow mbottom" bgPath="bg_new.jpg") %}
<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_build.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>Build the Future</strong></h1>
<h3 class="my-1">Develop and Administer on a Decentralized Autonomous Edge Cloud</h3>
<p>Experience true ownership of your deployments with a decentralized framework. Evolve the way you create and deploy innovative solutions, with greater scalability, efficiency, privacy, and security.</p>
<div class="flex flex-col md:flex-row">
<button class="mx-1 my-2"><a target="_blank" href="https://manual.grid.tf">Our Manuals</a></button>
<button class="mx-1 my-2"><a target="_blank" href="https://dashboard.grid.tf">Grid Dashboard</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
![Image](buildheader.png#large)
|||
# Build the Future
### Develop and Administer on a Decentralized Autonomous Edge Cloud
Experience true ownership of your deployments with a decentralized framework. Evolve the way you create and deploy innovative solutions, with greater scalability, efficiency, privacy, and security.
<button>[Our Manuals](https://manual.grid.tf)</button>
<button>[Grid Dashboard](https://dashboard.grid.tf)</button>
{% end %}
<br>
<br>
<!-- section 2 -->

BIN
content/expand/BG_wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
content/expand/V3-08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
content/expand/V3-09.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
content/expand/V3-10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
content/expand/V3-11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -6,24 +6,26 @@ insert_anchor_links: "left"
<!-- section 1 (be the Internet) -->
{% row(style="semiNarrow mbottom" bgPath="bg_new.jpg") %}
<br>
<br>
![](nodeheader.png#large)
|||
# Be the **Internet**
### Host a node, support a decentralized future
By connecting a modern computer at your home or office to the ThreeFold Grid, you can provide Internet capacity to communities and builders, and be rewarded for doing this. Take part in shaping a new Internet era governed by all of us.
<button>[Get Started](https://manual.grid.tf/TF_Farmer_Guide/tf_farmer_guide_readme.html)</button>
{% end %}
<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="togethericon.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>Be the <strong>Internet</strong></h1>
<h3 class="my-1">Host a node, support a decentralized future</h3>
<p>By connecting a modern computer at your home or office to the ThreeFold Grid, you can provide Internet capacity to communities and builders, and be rewarded for doing this. Take part in shaping a new Internet era governed by all of us.</p>
<button class="mx-0"><a target="_blank" href="https://manual.grid.tf/TF_Farmer_Guide/tf_farmer_guide_readme.html">Get Started</a></button>
</div>
</div>
</div>
</div>
</div>
<br>
@@ -131,4 +133,4 @@ The more people use TFT, the more TFT will be burnt, reducing the overall
<button>[Learn More](/token)</button>
{% end %}
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

BIN
content/home/BG_wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

View File

@@ -11,32 +11,30 @@ extra:
<!-- section 1 (header) -->
{% row(style="semiNarrow mbottom" bgPath="bg_new.jpg") %}
<!-- bgPath="images/header_bg.jpg" -->
<br>
<br>
![Image](home_header.png#large#mx-auto)
<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>
|||
# Welcome to ThreeFold
ThreeFold is a decentralized, peer-to-peer, open-source Internet platform, allowing people to provide and utilize Internet capacity directly without intermediaries.
A sovereign alternative to the centralized Internet.
<button>[Get Started](https://manual.grid.tf/intro/intro_readme.html)</button>
<br>
<br>
{% end %}
<!-- section 2 -->

BIN
content/token/BG_wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

View File

@@ -5,29 +5,28 @@ page_template: "tft_header.html"
insert_anchor_links: "left"
---
<!-- section 1 (be the Internet) -->
<!-- section 1 -->
{% row(style="semiNarrow mbottom" bgPath="bg_new.jpg") %}
<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_token.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>Introducing TFT</strong></h1>
<h3 class="my-1">The Currency Powering the Decentralized Internet</h3>
<p>Join the Internet revolution with the ThreeFold Token (TFT), an innovative utility token used to build, store and exchange on the ThreeFold Grid. Through many of its unique properties, TFT opens a whole new world of possibilities that was previously unimaginable with centralized infrastructures.</p>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
![Image](token_header.png#large)
|||
# Introducing TFT
### The Currency Powering the Decentralized Internet
<br>
Join the Internet revolution with the ThreeFold Token (TFT), an innovative utility token used to build, store and exchange on the ThreeFold Grid. Through many of its unique properties, TFT opens a whole new world of possibilities that was previously unimaginable with centralized infrastructures.
{% end %}
<br>
<br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

View File

@@ -42,7 +42,7 @@
<!-- End Twitter universal website tag code -->
{% include "partials/header.html" %}
<div id="content" class="p-4 pt-12 sm:p-12 md:p-16 lg:p-20 overflow-hidden">
<div id="content" class="pt-12 overflow-hidden">
{% block content %}{% endblock %}
</div>
<div class="p-8">

View File

@@ -0,0 +1,20 @@
<div class="text-gray-900 bg-cover bg-no-repeat mybg" style="background-image:url(expand/BG_wide.png)">
<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="expand/togethericon.png" class="w-full h-full"/>
</div>
</div>
<div class="flex flex-col items-start justify-center w-full py-24 md:w-1/2">
<div class="flex flex-col items-start justify-center p-6">
<h1>Be the <strong>Internet</strong></h1>
<h3 class="my-0">Host a node, support a decentralized future</h3>
<p>By connecting a modern computer at your home or office to the ThreeFold Grid, you can provide Internet capacity to communities and builders, and be rewarded for doing this. Take part in shaping a new Internet era governed by all of us.</p>
<button class="mx-0"><a target="_blank" href="https://manual.grid.tf/TF_Farmer_Guide/tf_farmer_guide_readme.html">Get Started</a></button>
</div>
</div>
</div>
</div>
</div>