From 6c80a0f7f447958929cd4aa6f69c8cc0f7cae2e5 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 26 Feb 2025 02:03:31 +0800 Subject: [PATCH] grid ststs --- templates/partials/about/grid_stats.html | 133 +++++++++++++++++++ templates/shortcodes/grid_stats.html | 162 +++++++++++++++++++++++ 2 files changed, 295 insertions(+) create mode 100644 templates/partials/about/grid_stats.html create mode 100644 templates/shortcodes/grid_stats.html diff --git a/templates/partials/about/grid_stats.html b/templates/partials/about/grid_stats.html new file mode 100644 index 0000000..6c5df40 --- /dev/null +++ b/templates/partials/about/grid_stats.html @@ -0,0 +1,133 @@ +
+
+
+
+ +
+
+ The total amount of storage (SSD, HDD, & RAM) on the grid. +
SSD CAPACITY
+
+
+
+ +
+
+ The total number of Central Processing Unit cores (compute power) available on the grid. +
CORES
+
+
+
+ +
+
+ The total number of nodes on the grid. A node is a computer server 100% dedicated to the network. +
NODES
+
+
+
+ +
+
+ The total number of countries where at least one node is connected and operational. +
COUNTRIES
+
+
+
+
+
+
+ +
+ + + + + + \ No newline at end of file diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html new file mode 100644 index 0000000..413dde9 --- /dev/null +++ b/templates/shortcodes/grid_stats.html @@ -0,0 +1,162 @@ +{% set styles = "background-image: url('images/V3.png');" %} +
+
+
+ {{body | markdown | safe }} +
+ +
+ The total amount of storage (SSD, HDD, & RAM) on the grid. + +
+ capacity +
+ +
+ The total number of Central Processing Unit cores (compute power) available on the grid. + +
+ cores +
+ +
+ The total number of nodes on the grid. A node is a computer server 100% dedicated to the network. + +
+ nodes +
+ +
+ The total number of countries where at least one node is connected and operational. + +
+ countries +
+ +
+ The total number of farms on the grid. A farm is one or more nodes operated by the same entity / entities. + +
900+
+ farms +
+
+ + {# #} +
+
+
+ + + + + + + + +