diff --git a/content/home/index.md b/content/home/index.md index 50ea842..cc764f5 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -32,7 +32,7 @@ with the World’s First Truly Decentralized Smartphone. -{% row(margin="withContainer" padding="top") %} +{% row(style="reverse" margin="withContainer" padding="top") %} # Secure
Every Click @@ -104,8 +104,7 @@ Any transfer of data is powered by __Planetary Network™__: a fully encrypt {% row(style="center" margin="withContainer" padding="top") %} -# OurVerse™ -# Our Limitless Possibilities +# OurVerse™
Our Limitless Possibilities Unlock limitless capabilities with __OurVerse™__ SuperApps that meet our daily needs and protect our data sovereignty. diff --git a/content/specs/index.md b/content/specs/index.md index 8db4ff0..0febcbb 100644 --- a/content/specs/index.md +++ b/content/specs/index.md @@ -7,11 +7,13 @@ draft: false weight: 2 --- +
+
-{% row(margin="header" padding="top") %} +{% row(margin="withContainer" padding="both") %} ![placeholder](./img/specf.png#large#mx-auto) @@ -32,14 +34,14 @@ weight: 2 -{% row(style="center" margin="narrow" padding="top") %} +{% row(style="center" margin="withContainer" padding="top") %} # Decentralized SmartPhone, # Designed Smartly {% end %} -{% row(style="center" margin="narrow" padding="none") %} +{% row(style="center" margin="withContainer" padding="none") %} ![Image](./img/waterproof.png#medium#mx-auto) @@ -54,7 +56,7 @@ Fast and Responsive Display with High Durability {% end %} -{% row(style="center" margin="narrow" padding="none") %} +{% row(style="center" margin="withContainer" padding="bottom") %} ![Image](./img/camera.png#medium#mx-auto) @@ -65,7 +67,7 @@ Fast and Responsive Display with High Durability -{% row(style="center" margin="narrow" padding="top") %} +{% row(style="center" margin="withContainer" padding="top") %} # OurPhone™ Models
@@ -73,7 +75,7 @@ Fast and Responsive Display with High Durability {% end %} -{% row(style="center" margin="narrow" padding="none") %} +{% row(style="center" margin="withContainer" padding="bottom") %} ![Image](./img/phone1.png#medium#mx-auto) @@ -166,7 +168,7 @@ Fast and Responsive Display with High Durability {% end %} -{% row(style="center" margin="narrow" padding="none") %} +{% row(style="center" margin="narrow" padding="bottom") %} ### __OurPhoneX__
@@ -215,13 +217,13 @@ Fast and Responsive Display with High Durability -{% row(style="center" margin="narrow" padding="top") %} +{% row(style="center" margin="withContainer" padding="both") %} # OurPhone™ ![Image](./img/placeholder.png#medium#mx-auto)
-
+ ### __A Truly Decentralized Smartphone__ ### __Like No Other__ @@ -229,4 +231,6 @@ Fast and Responsive Display with High Durability -{% end %} \ No newline at end of file +{% end %} + +
\ No newline at end of file diff --git a/content/technology/img/tfbg.png b/content/technology/img/tfbg.png index e66c686..9095171 100644 Binary files a/content/technology/img/tfbg.png and b/content/technology/img/tfbg.png differ diff --git a/content/technology/index.md b/content/technology/index.md index 483d3cf..97e6596 100644 --- a/content/technology/index.md +++ b/content/technology/index.md @@ -7,20 +7,21 @@ draft: false weight: 2 --- -
+
+
{% row(style="center" margin="header" padding="top") %} # Powered by ThreeFold +
![Image](./img/tfbg.png#mx-auto) The world’s largest decentralized network by [**ThreeFold**](https://threefold.io/)
allows every application on the __OurApps™__ to attain a level of security and privacy like never seen before. -
@@ -28,7 +29,7 @@ weight: 2 -{% row(style="left" margin="narrow" padding="top") %} +{% row(style="left" margin="withContainer" padding="both") %} ![Image](./img/graphene.png#mx-auto) @@ -44,7 +45,7 @@ Gain a full control and access to your sovereign internet life. -{% row(style="left" margin="narrow" padding="top") %} +{% row(style="left reverse" margin="withContainer" padding="both") %} # [OurVerse™](https://ourverse.tf/) @@ -59,19 +60,15 @@ Gain a full control and access to your sovereign internet life. -{% row(style="center" margin="narrow" padding="top") %} -# ThreeFold's -# Decentralized Internet - -{% end %} - -{% row(style="left" margin="narrow" padding="") %} +{% row(style="left" margin="withContainer" padding="both") %} ![Image](./img/technology.png#mx-auto) ||| +# ThreeFold's
Decentralized Internet + Learn about the magic of the technology behind __OurPhone™__ such as __Quantum Safe Storage System__,__Planetary Network__, __EDGE Computing__, and many more. @@ -80,18 +77,19 @@ Learn about the magic of the technology behind __OurPhone™__ such as __Qua -{% row(style="center" margin="narrow" padding="both") %} +{% row(style="center" margin="withContainer" padding="both") %} # OurPhone™ ![Image](./img/placeholder.png#medium#mx-auto)
-
-### __A Truly Decentralized Smartphone__ -### __Like No Other__ + +### __A Truly Decentralized Smartphone__
__Like No Other__ -{% end %} \ No newline at end of file +{% end %} + +
\ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index df1ab02..22aa092 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -56,17 +56,17 @@ Parameters: -{% set padding_class = " py-8 md:py-8 lg:py-28" %} +{% set padding_class = " py-8 md:py-8 lg:py-24" %} {% if padding %} {% if "none" in padding %} {% set padding_class = " py-0" %} {% elif "top" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pt-28" %} + {% set padding_class = " py-2 md:py-4 lg:pt-24" %} {% elif "bottom" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pb-28" %} + {% set padding_class = " py-2 md:py-4 lg:pb-24" %} {% elif "both" in padding %} - {% set padding_class = " py-8 md:py-4 lg:py-28" %} + {% set padding_class = " py-8 md:py-4 lg:py-24" %} {% endif %} {% endif %} @@ -130,6 +130,13 @@ Parameters: {% set col_class = col_class ~ " flex-1 " %} {% endif %} + + + {% if "reverse" in style %} + {% set row_class = "flex flex-col-reverse md:flex-row items-center mx-8" %} + {% endif %} + + {% if "between" in style %} {% set row_class = row_class ~ " lg:max-w-6xl " %}