Merge branch 'development'
This commit is contained in:
@@ -97,7 +97,12 @@ extra:
|
||||
|
||||
<br>
|
||||
|
||||

|
||||
|
||||
<!-- 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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ extra:
|
||||
title_1="Powered by",
|
||||
title_2="A Global Community",
|
||||
description_1="ThreeFold’s 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",
|
||||
button_text="Explore Grid Capacity",
|
||||
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 |
Reference in New Issue
Block a user