diff --git a/content/home/9-1.png b/content/home/holochain.png similarity index 100% rename from content/home/9-1.png rename to content/home/holochain.png diff --git a/content/home/4-1.png b/content/home/ict.png similarity index 100% rename from content/home/4-1.png rename to content/home/ict.png diff --git a/content/home/index.md b/content/home/index.md index 0f22e5425..c51363ba3 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -102,11 +102,56 @@ Driving utilization on top of our decentralized autonomous cloud {% row( style="center between") %} - + + +||| + + + +||| + + {% end %} -{% row( style="center between mtop") %} + +{% row( style="center between") %} + + + + + +||| + + + +||| + + + +{% end %} + + +{% row( style="mbottom center between") %} + + + +||| + + + +||| + + + +{% end %} + + + + + + +{% row( style="mtop center between ") %} ## **Why Decentralized Cloud** diff --git a/content/home/3-1.png b/content/home/ourworld.png similarity index 100% rename from content/home/3-1.png rename to content/home/ourworld.png diff --git a/content/home/5-1.png b/content/home/sikana.png similarity index 100% rename from content/home/5-1.png rename to content/home/sikana.png diff --git a/content/home/social (2).png b/content/home/social_network.png similarity index 100% rename from content/home/social (2).png rename to content/home/social_network.png diff --git a/content/home/9-2.png b/content/home/vevrse.png similarity index 100% rename from content/home/9-2.png rename to content/home/vevrse.png diff --git a/content/home/1-6.png b/content/home/vverse.png similarity index 100% rename from content/home/1-6.png rename to content/home/vverse.png diff --git a/content/home/7-1.png b/content/home/zictia.png similarity index 100% rename from content/home/7-1.png rename to content/home/zictia.png diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 1b6625df2..e7ce4048a 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -27,7 +27,7 @@
- © 2022 ThreeFold, All rights reserved. + © 2024 ThreeFold, All rights reserved. Terms & Conditions | Privacy Policy | ThreeFold Labs IT
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 460bc590d..370d3bc45 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -90,13 +90,13 @@ Parameters: {% endif %} {% if "mtop" in style %} - {% set row_class = row_class ~ " md:pt-24 pt-2" %} + {% set row_class = row_class ~ " lg:pt-24 pt-2" %} {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} {% endif %} {% if "mbottom" in style %} - {% set row_class = row_class ~ " md:pb-24" %} - {% set col_class = col_class ~ " flex-1 m-4 md:m-0" %} + {% set row_class = row_class ~ " lg:pb-24" %} + {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} {% endif %}