update our partners
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@@ -102,11 +102,56 @@ Driving utilization on top of our decentralized autonomous cloud
|
|||||||
|
|
||||||
{% row( style="center between") %}
|
{% row( style="center between") %}
|
||||||
|
|
||||||

|
<a href="https://freezone.ourworld.tf/" target="_blank"></a>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="#" target="_blank"></a>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="#" target="_blank"></a>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% row( style="center between mtop") %}
|
|
||||||
|
{% row( style="center between") %}
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://www.vverse.co/" target="_blank"></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="https://www.ictc.go.tz/" target="_blank"></a>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="https://veverse.com/" target="_blank"></a>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
{% row( style="mbottom center between") %}
|
||||||
|
|
||||||
|
<a href="https://www.sikana.tv/en" target="_blank"></a>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="https://www.social.network/en" target="_blank"></a>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<a href="#" target="_blank"></a>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% row( style="mtop center between ") %}
|
||||||
|
|
||||||
## **Why Decentralized Cloud**
|
## **Why Decentralized Cloud**
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mt-12 mx-auto border-t border-gray-200 pt-8">
|
<div class="mt-12 mx-auto border-t border-gray-200 pt-8">
|
||||||
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 text-center">
|
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 text-center">
|
||||||
© 2022 ThreeFold, All rights reserved.
|
© 2024 ThreeFold, All rights reserved.
|
||||||
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
||||||
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
|
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
|
||||||
</a><a href="/tfLabs" class="leading-6 text-gray-500 hover:text-gray-900">ThreeFold Labs IT</a></p>
|
</a><a href="/tfLabs" class="leading-6 text-gray-500 hover:text-gray-900">ThreeFold Labs IT</a></p>
|
||||||
|
|||||||
@@ -90,13 +90,13 @@ Parameters:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if "mtop" in style %}
|
{% 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" %}
|
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if "mbottom" in style %}
|
{% if "mbottom" in style %}
|
||||||
{% set row_class = row_class ~ " md:pb-24" %}
|
{% set row_class = row_class ~ " lg:pb-24" %}
|
||||||
{% set col_class = col_class ~ " flex-1 m-4 md:m-0" %}
|
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- makes row full screen width, strips margins -->
|
<!-- makes row full screen width, strips margins -->
|
||||||
|
|||||||