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
+
+
+
+
+
+
+
+ + Visit ThreeFold + Explore Grid Capacity +
+
+ + + + + + \ 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 +
+
+ + {# #} +
+
+
+ + + + + + + + +