diff --git a/content/co-Own/index.md b/content/co-Own/index.md index c619b4b..e434080 100644 --- a/content/co-Own/index.md +++ b/content/co-Own/index.md @@ -7,8 +7,16 @@ draft: false weight: 2 --- + +
+ +
+ +
+ + {% 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 %} + +
\ No newline at end of file diff --git a/content/home/index.md b/content/home/index.md index 59ccd93..189a2ba 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -141,7 +141,7 @@ Enjoy all the cultural, natural, sports and networking evnts of the locations! -{% row(style="rightreserve" reserve="rightreserve" margin="moderate" padding="both") %} +{% row(style="right" reverse="rightreserve" reserve="rightreserve" margin="moderate" padding="both") %} ## REGENERATE
YOURSELF diff --git a/content/locations/img/bed.png b/content/locations/img/bed.png index 59d52db..062359a 100644 Binary files a/content/locations/img/bed.png and b/content/locations/img/bed.png differ diff --git a/content/locations/index.md b/content/locations/index.md index 78919e9..daf12ee 100644 --- a/content/locations/index.md +++ b/content/locations/index.md @@ -7,18 +7,17 @@ draft: false weight: 1 --- - - -

- - -{% 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.

+ + ![bed](img/bed.png#icon) + +

46 ROOMS

-||| - -![jp](img/jp2.png#mx-auto) - {% end %} -{% 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.

+
+ ![bed](img/bed.png#icon) +
+

40 ROOMS

||| -![fun](img/fun2.png#large) +![fun](img/fun2.png#mx-auto) {% end %} -{% 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

-||| - -![veda](img/nile2.png#large) - {% end %} -{% 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.

+

+ ![bed](img/bed.png#icon) +
+

55 ROOMS

||| -![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

-||| - -![tr](img/dar2.png#large) - {% end %} -{% 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 %} + \ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 34b2c44..7f5dd6a 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 mx-8" %} + {% elif "leftreserve" in reverse %} + {% set row_class = "flex flex-col md:flex-row items-center mx-8" %} + + {% endif %} + {% endif %} + {% set padding_class = " py-8 md:py-8 lg:py-28" %} @@ -74,35 +85,23 @@ Parameters: {% set row_class = row_class ~ padding_class %} - - - - {% 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 %} - -{% 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 %}