This commit is contained in:
2021-05-23 15:10:22 +02:00
parent c1ad08a1f1
commit 61ca5ce10a
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
---
id: stats
title: JOIN A GLOBAL NETWORK OF FARMERS ON THE THREEFOLD GRID
title: TOGETHER WE CO-CREATE THE NEW INTERNET
button: More Stats
link: https://explorer.threefold.io
image: ./map.png
---
With significant storage and compute capacity already available around <br />
the globe, the most advanced peer-to-peer network continues to expand.
The ThreeFold Grid is formed by a global network of independent Farmers people <br />
and organizations who expand the Internet capacity to where it is needed the most.

View File

@@ -2,7 +2,7 @@
<section class="py-12 px-2">
<div class="flex flex-wrap blue p-12 text-center lg:text-left -mx-2">
<div
class="lg:w-1/4 light-blue text-center rounded-lg mt-10 lg:mt-0 order-1 lg:order-none"
class="lg:w-1/4 light-blue text-center rounded-lg py-20 mt-10 lg:mt-0 order-1 lg:order-none"
>
<div class="relative max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8">
<dl class="">
@@ -74,9 +74,9 @@ export default {
let hru = (results.data.hru / 1000000).toFixed();
this.stats.push(
{ countries: results.data.countries },
{ "cores online": results.data.cru },
{ "SSD storage capacity": sru },
{ "HDD storage capacity": hru }
{ "Internet Farms": results.data.cru },
// { "SSD storage capacity": sru },
{ "storage capacity": hru }
);
} catch (error) {
console.log(error);