added carbon neutral block

This commit is contained in:
Vilnite
2021-04-18 11:09:38 +02:00
parent 2430ceb0a4
commit 958472570b
4 changed files with 23 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -1,14 +1,19 @@
---
id: home_header
id: carbon_neutral
title: ''
subtitle: Welcome to ThreeFold
subtitle: Truly Better for Our Planet #Welcome to ThreeFold
btn1: ''
link1: ''
btn2: ''
link2: ''
---
With our game-changing technology and incredible partners, together we are building a better Internet for humanity and for our planet.
ThreeFolds peer-to-peer nature brings considerable energy efficiencies as compared to current solutions.
<br/>
<br/>
The remaining carbon footprint of the grid will be converted into carbon credits and invested in planet positive projects to enable the worlds first carbon neutral grid.
<!-- With our game-changing technology and incredible partners, together we are building a better Internet for humanity and for our planet.
<br/>
<br/>
The ThreeFold peer-to-peer (P2P) Internet delivers on privacy and security, gives us all back ownership of our digital lives, can be made available everywhere in the world, and uses much less energy than today's solution.
@@ -16,6 +21,6 @@ The ThreeFold peer-to-peer (P2P) Internet delivers on privacy and security, give
<br/>
It is the foundation for a more fair and equal tomorrow.
<br/>
And it is available, today!
And it is available, today! -->
<!-- We are building the next generation peer-to-peer internet infrastructure. After creating a powerful and super sustainable operating system that can host all of humanity's digital needs and data in smart contracts, we are now creating a fair, equal and private Internet experience to free humanity from the tech giants that exploit our data.

View File

@@ -9,13 +9,14 @@ button: "Take Part"
link: "#home"
solution_image2: ./video_play.png
cta2: home_cta2
solution_image3: ./carbon_neutral.png
header: carbon_neutral
productsMain: product
productData: [tokens_home, nodes_home, storage_home]
brandPanel: fix_internet
brandPanel2: grid_solution
cta3: home_cta3
cta4: home_cta4
solution_image3: ./bg3.png
cta5: home_cta5
comparisonMain: comparison
comparisonSecs: [private, equal, sustainable]

View File

@@ -13,11 +13,6 @@
/>
</div>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
<!-- <SolutionsHeader
v-if="$page.markdownPage.header"
:header="$page.markdownPage.header"
/> -->
<g-image
class="m-auto w-2/4 lg:mt-20"
v-if="$page.markdownPage.solution_image2"
@@ -29,6 +24,17 @@
:cta="$page.markdownPage.cta2"
/>
<g-image
class="m-auto w-2/4 lg:mt-20"
v-if="$page.markdownPage.solution_image3"
:src="$page.markdownPage.solution_image3.src"
/>
<SolutionsHeader
v-if="$page.markdownPage.header"
:header="$page.markdownPage.header"
/>
<ShowcaseProducts
:main="$page.markdownPage.productsMain"
:products="$page.markdownPage.productData"
@@ -48,11 +54,6 @@
:cta="$page.markdownPage.cta4"
/> -->
<!-- <g-image
v-if="$page.markdownPage.solution_image3"
:src="$page.markdownPage.solution_image3.src"
/> -->
<!-- <CallToAction
v-if="$page.markdownPage.cta5"
:cta="$page.markdownPage.cta5"