Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development
This commit is contained in:
@@ -41,7 +41,7 @@ Internet access is a human right and it can change everything for the lives of p
|
||||
|
||||
<!-- section 3 (SOVEREIGN) -->
|
||||
|
||||
{% row(style="margin reverse") %}
|
||||
{% row(style="margin reverse semiNarrow") %}
|
||||
|
||||
## 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) -->
|
||||
|
||||
{% row(style="margin" gradient="linear-gradient(90deg,#70dfc9,#ea1ff7)" ) %}
|
||||
{% row(style="margin semiNarrow" gradient="linear-gradient(90deg,#70dfc9,#ea1ff7)" ) %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
## 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.
|
||||
|
||||
@@ -114,7 +114,7 @@ And we’re aiming for new heights. ThreeFold is turning into a DAO in 2022, inv
|
||||
|
||||
<!-- section 7 (REVOLUTION) -->
|
||||
|
||||
{% row(bgColor="#70dfc9" style="center narrow margin") %}
|
||||
{% row(bgColor="#70dfc9" style="center margin") %}
|
||||
|
||||
## Join the Internet <br> **(R)evolution**
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ While many projects have created bits and pieces of what a decentralized Interne
|
||||
|
||||
<!-- section 4 (THE CURRENCY) -->
|
||||
|
||||
{% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin") %}
|
||||
{% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin semiNarrow") %}
|
||||
|
||||

|
||||
|
||||
@@ -145,7 +145,7 @@ People buy TFT to store data and run applications privately on a peer-to-peer In
|
||||
<!-- section 6 (OPEN NETWORK) -->
|
||||
|
||||
|
||||
{% row(style="margin reverse") %}
|
||||
{% row(style="margin reverse semiNarrow") %}
|
||||
|
||||
## Loyalty **Rewards**
|
||||
|
||||
@@ -164,7 +164,7 @@ The ThreeFold blockchain automatically scans wallets and provides up-to 60% disc
|
||||
<!-- section 7 (OPEN NETWORK) -->
|
||||
|
||||
|
||||
{% row(style="margin") %}
|
||||
{% row(style="margin semiNarrow") %}
|
||||
|
||||

|
||||
|
||||
@@ -181,7 +181,7 @@ TFT is minted only when new Internet capacity is added to the ThreeFold Grid. A
|
||||
<!-- section 8 (BURN AND FARM) -->
|
||||
|
||||
|
||||
{% row(style="margin reverse") %}
|
||||
{% row(style="margin reverse semiNarrow") %}
|
||||
|
||||
## Burn and Farm <br>**Equilibrium**
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ Parameters:
|
||||
|
||||
<!-- makes row semi-full screen width, strips margins -->
|
||||
{% 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 %}
|
||||
{% set row_class = row_class ~ " lg:m-20" %}
|
||||
{% endif %}
|
||||
@@ -113,6 +113,12 @@ Parameters:
|
||||
{% set row_class = row_class ~ " lg:m-20" %}
|
||||
{% 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 %}
|
||||
|
||||
<!-- makes row full screen width and adds background img -->
|
||||
|
||||
Reference in New Issue
Block a user