about updated
This commit is contained in:
parent
0819477b89
commit
927dcea0cb
@ -9,19 +9,25 @@ weight: 1
|
|||||||
|
|
||||||
<!-- section 1 -->
|
<!-- section 1 -->
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/about.jpeg" bgStyle="full") %}
|
{% row(style="center" margin="tight" bgPath="img/about.jpeg" bgStyle="full") %}
|
||||||
|
|
||||||
## About
|
# About
|
||||||
|
|
||||||
### What & Who We Are.
|
### What & Who We Are.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
A venture creator is a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.
|
A venture creator is a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container mx-auto">
|
||||||
|
|
||||||
<!-- section 2 -->
|
<!-- section 2 -->
|
||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{% row(style="" reverse="rightreserve") %}
|
||||||
|
|
||||||
The OurWorld Venture Creator is backed by the ThreeFold Team – with the goal of not just doing business, but doing good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.
|
The OurWorld Venture Creator is backed by the ThreeFold Team – with the goal of not just doing business, but doing good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.
|
||||||
|
|
||||||
@ -35,15 +41,17 @@ Our co-founders also have experience running [Incubaid](https://incubaid.com), a
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- section 3 -->
|
<!-- section 3 -->
|
||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{% row(style="") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -59,9 +67,11 @@ We have signed an agreement with the government of Zanzibar for the implementati
|
|||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- section 4 -->
|
<!-- section 4 -->
|
||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{% row(style="" reverse="rightreserve") %}
|
||||||
|
|
||||||
We have also completed all necessary preparations for the launch of our digital twin, the freeflow twin, which can be viewed on the website [freeflow.life](https://freeflow.life). This venture is ready to launch and is eagerly anticipated by the community.
|
We have also completed all necessary preparations for the launch of our digital twin, the freeflow twin, which can be viewed on the website [freeflow.life](https://freeflow.life). This venture is ready to launch and is eagerly anticipated by the community.
|
||||||
|
|
||||||
@ -75,14 +85,22 @@ There are multiple ventures waiting to be born as more funding comes in to use o
|
|||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- section 5 -->
|
<!-- section 5 -->
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgColor="#007fc7") %}
|
{% row(style="center narrow" margin="header" bgColor="#007fc7") %}
|
||||||
|
|
||||||
|
<div class="text-white">
|
||||||
|
|
||||||
## We Are an Experienced Team
|
## We Are an Experienced Team
|
||||||
|
|
||||||
### With Seven Exits Over Two Decades
|
### With Seven Exits Over Two Decades
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
@ -54,6 +54,17 @@ Parameters:
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<!-- reverse col at mobile -->
|
||||||
|
|
||||||
|
{% if reverse %}
|
||||||
|
{% if "rightreserve" in reverse %}
|
||||||
|
{% set row_class = "flex flex-col-reverse md:flex-row items-center" %}
|
||||||
|
{% elif "leftreserve" in reverse %}
|
||||||
|
{% set row_class = "flex flex-col md:flex-row items-center" %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<!-- Padding -->
|
<!-- Padding -->
|
||||||
|
|
||||||
{% set padding_class = " py-8 md:py-8 lg:py-28" %}
|
{% set padding_class = " py-8 md:py-8 lg:py-28" %}
|
||||||
|
Reference in New Issue
Block a user