home updated

This commit is contained in:
Ehab Hassan 2023-08-16 11:06:42 +03:00
parent d82b3936d6
commit 0819477b89
5 changed files with 59 additions and 31 deletions

View File

@ -10,7 +10,7 @@ extra:
{% row(style="lean") %} {% row(style="lean") %}
##### LEARN ##### **LEARN**
<br> <br>
@ -24,7 +24,7 @@ extra:
||| |||
##### THE VENTURES ##### **THE VENTURES**
<br> <br>
@ -38,7 +38,7 @@ extra:
||| |||
##### BUILT ON THREEFOLD ##### **BUILT ON THREEFOLD**
<br> <br>

View File

@ -9,33 +9,40 @@ weight: 1
<!-- section 1 --> <!-- section 1 -->
{% row(style="center narrow" margin="header" bgPath="img/horizon.jpeg" bgStyle="full") %} {% row(style="center" margin="tight" bgPath="img/horizon.jpeg" bgStyle="full") %}
## OurWorld # OurWorld
### A Platform to Enable Self-Sovereignty. ### A Platform to Enable Self-Sovereignty.
<br>
Together we are creating a multi-faceted platform to support and empower startups aspiring to harness the potential of emerging technology while putting the planet and people first. The sun is rising on a new way forward. Together we are creating a multi-faceted platform to support and empower startups aspiring to harness the potential of emerging technology while putting the planet and people first. The sun is rising on a new way forward.
<button>[Our Ventures](/ventures)</button> <button>[Our Ventures](/ventures)</button>
{% end %} {% end %}
<div class="container mx-auto">
<!-- section 2 --> <!-- section 2 -->
{% row(style="center" bgColor="#ffffff") %} {% row(style="center" padding="top") %}
![Image](./img/platforms_wide.png) ![Image](./img/platforms_wide.png#large#mx-auto)
## What We Provide ## What We Provide
{% end %} {% end %}
<!-- section 2 --> <br>
{% row(style="center" bgColor="#ffffff") %}
### Funding Platform {% row(style="center" padding="none") %}
### **Funding Platform**
<br/> <br/>
@ -43,15 +50,18 @@ Funding for potentially hundreds of like-minded projects, with a primary focus o
||| |||
### Technological Platform ### **Technological Platform**
<br/> <br/>
A technological platform that enables everyone to be self-sovereign from a digital perspective. A technological platform that enables everyone to be self-sovereign from a digital perspective.
||| {% end %}
### Legal & Financial Independence Platform
{% row(style="center" padding="both") %}
### **Legal & Financial Independence Platform**
<br/> <br/>
@ -59,7 +69,7 @@ Supplement technological sovereignty with a system that offers legal and financi
||| |||
### Life Supporting Platform ### **Life Supporting Platform**
<br/> <br/>
@ -67,17 +77,21 @@ Create a sovereign and efficient set of platforms for financial, educational, an
{% end %} {% end %}
{% row(style="center" margin="narrow" bgColor="#ffffff") %}
![Image](./img/values.png) <!-- section 3 -->
{% row(style="center" margin="narrow" padding="top") %}
![Image](./img/values.png#large#mx-auto)
## The Foundation of Every Venture ## The Foundation of Every Venture
{% end %} {% end %}
<!-- section 4 --> <br>
{% row(style="center" margin="narrow" bgColor="#ffffff") %} {% row(style="center" margin="narrow" padding="bottom") %}
### Planet First ### Planet First
@ -119,21 +133,26 @@ Complexity is killing progress.
{% end %} {% end %}
{% row(style="center" margin="narrow" bgColor="#ffffff") %}
<!-- section 4 -->
{% row(style="center" margin="narrow" padding="top") %}
## Our Journey ## Our Journey
{% end %} {% end %}
<!-- section 3 --> <br>
{% row(style="center" margin="narrow" bgColor="#ffffff") %} {% row(style="center" padding="bottom") %}
### Phase One ### Phase One
![Image](./img/past.png) ![Image](./img/past.png#mx-auto)
#### Creation of Core Tech #### **Creation of Core Tech**
<br/> <br/>
@ -153,7 +172,7 @@ Built decentralized, autonomous, edge Internet technology.
![Image](./img/past.png) ![Image](./img/past.png)
#### Expansion & Proof #### **Expansion & Proof**
<br/> <br/>
@ -173,7 +192,7 @@ Core technology proven.
![Image](./img/current.png) ![Image](./img/current.png)
#### Launch Our Ventures #### **Launch Our Ventures**
<br/> <br/>
@ -197,7 +216,7 @@ Millions of people using services and products of our ventures.
![Image](./img/future.png) ![Image](./img/future.png)
#### Sovereignty For All #### **Sovereignty For All**
<br/> <br/>
@ -211,4 +230,6 @@ Impacting +100 million people.
The startups in the venture creator are now community-owned and our investors received a good exit. The startups in the venture creator are now community-owned and our investors received a good exit.
{% end %} {% end %}
</div>

View File

@ -315,6 +315,10 @@ header {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
a:hover{
color: #5e5b59;
}
.banner:hover { .banner:hover {
background: #4b3a92; background: #4b3a92;
} }

View File

@ -6,8 +6,9 @@
{%- set section = get_section(path="_index.md") %} {%- set section = get_section(path="_index.md") %}
{% set subsections_str = section.subsections | join(sep=" ") %} {% set subsections_str = section.subsections | join(sep=" ") %}
<div class="bg-gray-200">
<footer class="bottom-0 mx-20"> <div class="container mx-auto">
<footer class="bottom-0">
{% if "footer/_index.md" in subsections_str %} {% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %} {%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }} {{ section.content | safe }}
@ -17,4 +18,6 @@
<img src="{{get_url(path='images/footer.png')}}" class="w-60" alt=""> <img src="{{get_url(path='images/footer.png')}}" class="w-60" alt="">
{% endif %} {% endif %}
</footer> </footer>
</div>
</div>

View File

@ -195,7 +195,7 @@ Parameters:
{% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %} {% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %}
<div id="{{anchor_link}}" class="{{'relative justify-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}"> <div id="{{anchor_link}}" class="{{'relative justify-center items-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}">
<div id="{{row_id}}" class="{{row_class}}" style="min-width: -webkit-fill-available; min-width: -moz-available"> <div id="{{row_id}}" class="{{row_class}}" style="min-width: -webkit-fill-available; min-width: -moz-available">
{% for column in columns%} {% for column in columns%}