fix map
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: stats
|
id: stats
|
||||||
title: JOIN A GLOBAL NETWORK OF FARMERS ON THE THREEFOLD GRID
|
title: TOGETHER WE CO-CREATE THE NEW INTERNET
|
||||||
button: More Stats
|
button: More Stats
|
||||||
link: https://explorer.threefold.io
|
link: https://explorer.threefold.io
|
||||||
image: ./map.png
|
image: ./map.png
|
||||||
---
|
---
|
||||||
|
|
||||||
With significant storage and compute capacity already available around <br />
|
The ThreeFold Grid is formed by a global network of independent Farmers – people <br />
|
||||||
the globe, the most advanced peer-to-peer network continues to expand.
|
and organizations who expand the Internet capacity to where it is needed the most.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<section class="py-12 px-2">
|
<section class="py-12 px-2">
|
||||||
<div class="flex flex-wrap blue p-12 text-center lg:text-left -mx-2">
|
<div class="flex flex-wrap blue p-12 text-center lg:text-left -mx-2">
|
||||||
<div
|
<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">
|
<div class="relative max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<dl class="">
|
<dl class="">
|
||||||
@@ -74,9 +74,9 @@ export default {
|
|||||||
let hru = (results.data.hru / 1000000).toFixed();
|
let hru = (results.data.hru / 1000000).toFixed();
|
||||||
this.stats.push(
|
this.stats.push(
|
||||||
{ countries: results.data.countries },
|
{ countries: results.data.countries },
|
||||||
{ "cores online": results.data.cru },
|
{ "Internet Farms": results.data.cru },
|
||||||
{ "SSD storage capacity": sru },
|
// { "SSD storage capacity": sru },
|
||||||
{ "HDD storage capacity": hru }
|
{ "storage capacity": hru }
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user