Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2022-10-09 11:07:48 +02:00
3 changed files with 15 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ Internet access is a human right and it can change everything for the lives of p
<!-- section 3 (SOVEREIGN) --> <!-- section 3 (SOVEREIGN) -->
{% row(style="margin reverse") %} {% row(style="margin reverse semiNarrow") %}
## Empowering People <br> **To Be Sovereign** ## Empowering People <br> **To Be Sovereign**
@@ -57,13 +57,13 @@ Create, store and share in full control of where your data resides and who can a
<!-- section 4 (OUR ACTIONS) --> <!-- section 4 (OUR ACTIONS) -->
{% row(style="margin" gradient="linear-gradient(90deg,#70dfc9,#ea1ff7)" ) %} {% row(style="margin semiNarrow" gradient="linear-gradient(90deg,#70dfc9,#ea1ff7)" ) %}
![Image](node_mission.png#medium) ![Image](node_mission.png#medium)
||| |||
## Our Values Define **Our Actions** ## Our Values Define <br>**Our Actions**
The ThreeFold Law states that any good you do will return to you threefold in this lifetime. By making our technology actionable, we energize a collective approach towards a single mission empowering humanity while regenerating our planet. The ThreeFold Law states that any good you do will return to you threefold in this lifetime. By making our technology actionable, we energize a collective approach towards a single mission empowering humanity while regenerating our planet.
@@ -114,7 +114,7 @@ And were aiming for new heights. ThreeFold is turning into a DAO in 2022, inv
<!-- section 7 (REVOLUTION) --> <!-- section 7 (REVOLUTION) -->
{% row(bgColor="#70dfc9" style="center narrow margin") %} {% row(bgColor="#70dfc9" style="center margin") %}
## Join the Internet <br> **(R)evolution** ## Join the Internet <br> **(R)evolution**

View File

@@ -88,7 +88,7 @@ While many projects have created bits and pieces of what a decentralized Interne
<!-- section 4 (THE CURRENCY) --> <!-- section 4 (THE CURRENCY) -->
{% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin") %} {% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin semiNarrow") %}
![Image](tft_currency.png#medium#absolute#sm_none) ![Image](tft_currency.png#medium#absolute#sm_none)
@@ -145,7 +145,7 @@ People buy TFT to store data and run applications privately on a peer-to-peer In
<!-- section 6 (OPEN NETWORK) --> <!-- section 6 (OPEN NETWORK) -->
{% row(style="margin reverse") %} {% row(style="margin reverse semiNarrow") %}
## Loyalty **Rewards** ## Loyalty **Rewards**
@@ -164,7 +164,7 @@ The ThreeFold blockchain automatically scans wallets and provides up-to 60% disc
<!-- section 7 (OPEN NETWORK) --> <!-- section 7 (OPEN NETWORK) -->
{% row(style="margin") %} {% row(style="margin semiNarrow") %}
![Image](tft_utility.jpg) ![Image](tft_utility.jpg)
@@ -181,7 +181,7 @@ TFT is minted only when new Internet capacity is added to the ThreeFold Grid. A
<!-- section 8 (BURN AND FARM) --> <!-- section 8 (BURN AND FARM) -->
{% row(style="margin reverse") %} {% row(style="margin reverse semiNarrow") %}
## Burn and Farm <br>**Equilibrium** ## Burn and Farm <br>**Equilibrium**

View File

@@ -101,7 +101,7 @@ Parameters:
<!-- makes row semi-full screen width, strips margins --> <!-- makes row semi-full screen width, strips margins -->
{% if "between" in style %} {% if "between" in style %}
{% set row_class = row_class ~ " lg:max-w-6xl" %} {% set row_class = row_class ~ " lg:max-w-6xl mx-auto" %}
{% elif "moderate" in style %} {% elif "moderate" in style %}
{% set row_class = row_class ~ " lg:m-20" %} {% set row_class = row_class ~ " lg:m-20" %}
{% endif %} {% endif %}
@@ -113,6 +113,12 @@ Parameters:
{% set row_class = row_class ~ " lg:m-20" %} {% set row_class = row_class ~ " lg:m-20" %}
{% endif %} {% endif %}
{% if "semiNarrow" in style %}
{% set row_class = row_class ~ " lg:px-20 mx-auto" %}
{% elif "moderate" in style %}
{% set row_class = row_class ~ " lg:m-20" %}
{% endif %}
{% endif %} {% endif %}
<!-- makes row full screen width and adds background img --> <!-- makes row full screen width and adds background img -->