fix mission section

This commit is contained in:
2022-10-09 10:39:59 +02:00
parent ce02ac281b
commit f6b8eb5457
2 changed files with 11 additions and 5 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

@@ -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 -->