diff --git a/content/about/index.md b/content/about/index.md index 53ba60fb3..4d3599699 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -3,26 +3,9 @@ title: "About" template: "page.html" insert_anchor_links: "left" --- + -
@@ -38,7 +21,12 @@ About a decade ago, a group of passionate Internet & Cloud veterans came togethe {% end %} -{% row( style="center between") %} + + + + + +{% row( style="center narrow mtop") %} ## **Our Why** @@ -46,7 +34,9 @@ Pioneering a new digital era, ThreeFold empowers communities to reclaim digital {% end %} -{% row( style="center between") %} +{% row( style="center semiNarrow") %} + +
![Image](nations.png#mx-auto) @@ -56,8 +46,13 @@ Pioneering a new digital era, ThreeFold empowers communities to reclaim digital Most countries only rely on cable networks meaning they lack control over their own digital infrastructure. + +
+ ||| +
+ ![Image](own.png#mx-auto)
@@ -66,9 +61,13 @@ Most countries only rely on cable networks meaning they lack control over their Today, major private companies own and operate cloud worldwide, taking all the profits and control of internet. +
+ {% end %} -{% row( style="center between") %} +{% row( style="center semiNarrow mbottom") %} + +
![Image](human_right.png#mx-auto) @@ -78,8 +77,12 @@ Today, major private companies own and operate cloud worldwide, taking all the p Billions of people are being left behind due to the IT landscape’s centralized infrastructure. +
+ ||| +
+ ![Image](greener.png#mx-auto)
@@ -88,9 +91,19 @@ Billions of people are being left behind due to the IT landscape’s centralized Today’s IT infrastructure consumes far too much energy. It becomes time we do something about it. +
+ {% end %} -{% row( style="center between") %} + + + + + + + +{% row( style="centerItem center semiNarrow mtop") %} + ## **Our Mission** @@ -114,4 +127,9 @@ The world needs a safe infrastructure to deploy cutting edge technology, where e We believe in an Internet where everyone can communicate freely, exchange fairly, access educational information, and own their own data. Our digital experiences should not addict nor manipulate, rather empower. + {% end %} + + + +
\ No newline at end of file diff --git a/content/about/mission.png b/content/about/mission.png index 9e43e89e1..483b02b18 100644 Binary files a/content/about/mission.png and b/content/about/mission.png differ diff --git a/content/about/vision.png b/content/about/vision.png index cc27b8eff..f97c00e70 100644 Binary files a/content/about/vision.png and b/content/about/vision.png differ diff --git a/content/home/index.md b/content/home/index.md index 9a7dd6667..05bf1a8d1 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -10,28 +10,6 @@ extra: --- - - - -
@@ -393,16 +371,4 @@ Let's network {% end %} - +
diff --git a/css/index.css b/css/index.css index 8878697ab..0ef02efe9 100644 --- a/css/index.css +++ b/css/index.css @@ -148,7 +148,7 @@ h1 { @apply font-normal; } h4 { - @apply text-sm lg:text-2xl font-normal; + @apply text-xl lg:text-2xl font-normal; } h5 { @apply text-md my-1 tracking-widest text-zinc-500 font-semibold; diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 370d3bc45..2376c5b00 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -62,6 +62,10 @@ Parameters: {% if style %} +{% if "centerItem" in style %} +{% set row_class = "flex flex-col md:flex-row items-start" %} +{% endif %} + {% if "reverse" in style %} @@ -114,7 +118,7 @@ Parameters: {% if "narrow" in style %} - {% set row_class = row_class ~ " lg:max-w-5xl mx-auto" %} + {% set row_class = row_class ~ " lg:max-w-4xl mx-auto" %} {% elif "moderate" in style %} {% set row_class = row_class ~ " lg:m-20" %} {% endif %}