update align text

This commit is contained in:
Ehab Hassan 2023-04-20 14:42:52 +02:00
parent 5cd78248c2
commit 848c7003e1
5 changed files with 68 additions and 47 deletions

View File

@ -7,8 +7,16 @@ draft: false
weight: 2
---
<div class="container mx-auto">
<!-- section 1 (co-found) -->
<br>
<br>
{% row(style="center" margin="narrow" padding="top") %}
## BECOME A CO-FOUNDER IN OURWORLD NOMADS {#text-4xl}
@ -65,3 +73,5 @@ To power OurWorld Digital Nomad DAO, we will create a Digital Nomad Token (DNT)
- Ability to reserve premises/locations for private events
{% end %}
</div>

View File

@ -141,7 +141,7 @@ Enjoy all the cultural, natural, sports and networking evnts of the locations!
<!-- section 5 -->
{% row(style="rightreserve" reserve="rightreserve" margin="moderate" padding="both") %}
{% row(style="right" reverse="rightreserve" reserve="rightreserve" margin="moderate" padding="both") %}
## REGENERATE <br /> YOURSELF

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -7,18 +7,17 @@ draft: false
weight: 1
---
<br>
<br>
<!-- section 1 (JP) -->
{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
![jp](img/jp2.png#mx-auto)
|||
### JUNGLE PARADISE
@ -32,21 +31,21 @@ Jungle Paradise is based at Mbweni in Zanzibar and is home to a boutique hotel,
This location in the capital is ideal for digital nomads as they have quick access to Zanzibar's business district and airport, while being in a remote and peaceful neighbourhood.
</p>
![bed](img/bed.png#icon)
<p style='font-size: 15px'>
46 ROOMS
</p>
|||
![jp](img/jp2.png#mx-auto)
{% end %}
<!-- section 2 (Fun beach) -->
{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
{% row(reverse="rightreserve" style="right" bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
### FUN BEACH
HOTEL IN ZANZIBAR, TANZANIA
@ -59,21 +58,29 @@ Fun Beach is a beachfront property in the south-east of Zanzibar which provides
The top class restaurant offers breakfast, lunch and dinner in a range of cuisines - international, Indian, Arabian and more.There are two pools, sized 26m and 27m, on the beach front of the property flowing into each other. They provide a full view of the Indian Ocean. There is also a pool in the centre with small islands and sitting areas. The game room features billiards, ping pong, and a football table in addition to a TV and library area. Throughout Fun Beach there is ultra-fast wifi connectivity.
</p>
<div class="rightImg">
![bed](img/bed.png#icon)
</div>
<p style='font-size: 15px'>
40 ROOMS
</p>
|||
![fun](img/fun2.png#large)
![fun](img/fun2.png#mx-auto)
{% end %}
<!-- section 3 (Veda boats) -->
{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
![veda](img/nile2.png#mx-auto)
|||
### NILE VEDA
BOATS IN LUXOR, EGYPT
@ -88,16 +95,12 @@ Dahabiyas are traditional sailing boats used on the Nile river. This location in
39 ROOMS
<p>
|||
![veda](img/nile2.png#large)
{% end %}
<!-- section 4 (Yenice valley) -->
{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
{% row(reverse="rightreserve" style="right" bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
### YENICE VALLEY
RESORT IN MUGLA, TURKEY
@ -106,15 +109,19 @@ RESORT IN MUGLA, TURKEY
The concept of Yenice Valle grew from a love of traditional Turkish village life and the desire to sustain our natural environment. Yenice Valley has come to reality in a secluded valley, surrounded by tree-covered mountains, with accommodation built using traditional local materials, to include a treehouse, stone cottages, and a log cabin, each in plenty of space, well-furnished and fully equipped. The focal point is a stunning stone-built boutique hotel, which fits perfectly with the surrounding countryside.
<p>
<div class="rightImg">
![bed](img/bed.png#icon)
</div>
<p style='font-size: 15px'>
55 ROOMS
<p>
|||
![tr](img/turkey2.png#large)
![tr](img/turkey2.png#mx-auto)
{% end %}
@ -123,6 +130,10 @@ The concept of Yenice Valle grew from a love of traditional Turkish village life
{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
![tr](img/dar2.png#mx-auto)
|||
### CITY OF PEACE
RESORT IN DAR ES SALAAM, TANZANIA
@ -140,15 +151,11 @@ There are 32 hectares of built-up land in the plot, consisting of 10 bungalows w
60 ROOMS
<p>
|||
![tr](img/dar2.png#large)
{% end %}
<!-- section 5 (FARMS) -->
{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
{% row(reverse="rightreserve" style="right" bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### FARMS
MULTIPLE LANDS IN TANZANIA
@ -163,7 +170,13 @@ Up to 50 hectares of land is planned to be acquired. Our team is still scouting
|||
![tr](img/bambi2.png#large)
![tr](img/bambi2.png#mx-auto)
{% end %}
<style>
.rightImg{
display: flex;
justify-content: right;
}
</style>

View File

@ -54,6 +54,17 @@ Parameters:
{% endif %}
<!-- reverse col at mobile -->
{% if reverse %}
{% if "rightreserve" in reverse %}
{% set row_class = "flex flex-col-reverse md:flex-row items-center mx-8" %}
{% elif "leftreserve" in reverse %}
{% set row_class = "flex flex-col md:flex-row items-center mx-8" %}
{% endif %}
{% endif %}
<!-- Padding -->
{% set padding_class = " py-8 md:py-8 lg:py-28" %}
@ -74,35 +85,23 @@ Parameters:
{% set row_class = row_class ~ padding_class %}
<!-- reverse col at mobile -->
{% if reverse %}
{% if "rightreserve" in reverse %}
{% set row_class = "flex flex-col-reverse md:flex-row items-center mx-8" %}
{% elif "leftreserve" in reverse %}
{% set row_class = "flex flex-col md:flex-row items-center mx-8" %}
{% endif %}
{% endif %}
<!-- Margins -->
{% set margin_class = " mx-4 md:mx-16 lg:mx-24" %}
{% set margin_class = " mx-8 md:mx-16 lg:mx-24" %}
{% if margin %}
{% if "none" in margin %}
{% set margin_class = " mx-0" %}
{% elif "wide" in margin %}
{% set margin_class = " mx-4 sm:mx-8 md:mx-12 lg:mx-16 xl:mx-20" %}
{% set margin_class = " mx-8 md:mx-12 lg:mx-16 xl:mx-20" %}
{% elif "moderate" in margin %}
{% set margin_class = " mx-8 sm:mx-16 md:mx-20 lg:mx-28" %}
{% set margin_class = " mx-8 md:mx-20 lg:mx-28" %}
{% elif "narrow" in margin %}
{% set margin_class = " mx-12 sm:mx-20 md:mx-28 lg:mx-40" %}
{% set margin_class = " mx-8 md:mx-28 lg:mx-40" %}
{% elif "tight" in margin %}
{% set margin_class = " mx-20 sm:mx-32 md:mx-40 lg:mx-80 xl:mx-96" %}
{% set margin_class = " mx-8 md:mx-40 lg:mx-80 xl:mx-96" %}
{% elif "header" in margin %}
{% set margin_class = " mx-12 sm:mx-20 md:mx-28 lg:mx-40 my-10" %}
{% set margin_class = " mx-8 md:mx-28 lg:mx-40 my-10" %}
{% endif %}
{% if "lean-left" in margin %}
{% set margin = margin_class | replace(from=" ", to=" first:")%}
@ -128,13 +127,12 @@ Parameters:
{% if style %}
{% if "center" in style %}
{% set row_class = row_class ~ " text-center items-center mx-auto " %}
{% set row_class = row_class ~ " text-center items-center lg:mx-auto " %}
{% set col_class = col_class ~ " flex-1 " %}
{% endif %}
{% if "right" in style %}
{% set row_class = row_class ~ " text-center lg:text-right md:text-right justify-center " %}
{% set col_class = col_class ~ " " %}
{% set row_class = row_class ~ " text-right justify-center " %}
{% endif %}
{% if "items-end" in style %}