Merge branch 'development'

This commit is contained in:
2025-06-24 14:17:06 +03:00
4 changed files with 24 additions and 3 deletions

View File

@@ -97,7 +97,12 @@ extra:
<br> <br>
![Deploy with ThreeFold](/images/all_apps.png)
<!-- Mobile image -->
<img class="image-mobile" src="/images/app.png" alt="Deploy with ThreeFold">
<!-- Desktop image -->
<img class="image-desktop" src="/images/all_apps.png" alt="Deploy with ThreeFold">
<br> <br>
@@ -247,7 +252,23 @@ extra:
) }} ) }}
<style>
.image-mobile {
display: block;
}
.image-desktop {
display: none;
}
@media (min-width: 1024px) {
.image-mobile {
display: none;
}
.image-desktop {
display: block;
}
}
</style>

View File

@@ -84,7 +84,7 @@ extra:
title_1="Powered by", title_1="Powered by",
title_2="A Global Community", title_2="A Global Community",
description_1="ThreeFolds groundbreaking technology enables anyone individuals, organizations, and communities to deploy their own Internet infrastructure.", description_1="ThreeFolds groundbreaking technology enables anyone individuals, organizations, and communities to deploy their own Internet infrastructure.",
description_2="Today, our proof-of-concept network is live and operational worldwide, running on version 3.16 technology.", description_2="Today, our proof-of-concept network is live and operational worldwide, running on version 3.17 technology.",
subtext="As we expand, we may need millions of nodes to support this growing ecosystem to build a truly decentralized and resilient infrastructure", subtext="As we expand, we may need millions of nodes to support this growing ecosystem to build a truly decentralized and resilient infrastructure",
button_text="Explore Grid Capacity", button_text="Explore Grid Capacity",
button_link="https://dashboard.grid.tf/#/tf-grid/node-statistics/" button_link="https://dashboard.grid.tf/#/tf-grid/node-statistics/"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 26 KiB