From 927dcea0cb645a17e39e53bf68ec3402a7a163ba Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 16 Aug 2023 11:24:16 +0300 Subject: [PATCH] about updated --- content/about/index.md | 32 +++++++++++++++++++++++++------- templates/shortcodes/row.html | 11 +++++++++++ 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index cae1ab1..a5ea81d 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -9,19 +9,25 @@ weight: 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. +
+ 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 %} + + +
+ -{% 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. @@ -35,15 +41,17 @@ Our co-founders also have experience running [Incubaid](https://incubaid.com), a ||| -![Image](./img/threefold.png) +![Image](./img/threefold.png#medium#mx-auto) {% end %} + + -{% row(style="center lean-right") %} +{% row(style="") %} -![Image](./img/president.png) +![Image](./img/president.png#mx-auto) ||| @@ -59,9 +67,11 @@ We have signed an agreement with the government of Zanzibar for the implementati {% end %} + + -{% 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. @@ -75,14 +85,22 @@ There are multiple ventures waiting to be born as more funding comes in to use o {% end %} + +
+ + {% row(style="center narrow" margin="header" bgColor="#007fc7") %} +
+ ## We Are an Experienced Team ### With Seven Exits Over Two Decades +
+ ![Image](./img/exits.png) {% end %} \ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 9149023..1bd565d 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -54,6 +54,17 @@ Parameters: {% endif %} + + + {% 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 %} + {% set padding_class = " py-8 md:py-8 lg:py-28" %}