diff --git a/content/host/index.md b/content/host/index.md index a6abb0fa1..7c8a48c06 100644 --- a/content/host/index.md +++ b/content/host/index.md @@ -58,10 +58,16 @@ Anyone can become a ThreeFold Farmer by running nodes that contribute capacity t The ThreeFold Nodes are self-healing and autonomous. They provide data, network and cloud resources to the ThreeFold Platform, becoming active contributors to a decentralized digital infrastructure. While rewards are now based on actual usage, each node still delivers a powerful combination of modern technology and thoughtfully crafted design. -
-
+
+
+ +![Deploy with ThreeFold](/images/3node_big2.png) + +
+ +
**A new bare metal operating system** @@ -81,6 +87,7 @@ Mycelium can look for the shortest path, has a built-in naming & CDN (Content De
+ @@ -250,6 +257,11 @@ Farming is just one core part of our ecosystem, here are all the products drivin color: #8d1212; } +.node_text p { + font-size: 1rem !important; + color: rgb(229 231 235); +} + .gradient-bar { /* equivalent to h-12 */ background-image: linear-gradient(to right, #000000, #9ca3af); /* black to gray-400 */ } diff --git a/static/images/3node_big.png b/static/images/3node_big.png new file mode 100644 index 000000000..a47595429 Binary files /dev/null and b/static/images/3node_big.png differ diff --git a/static/images/3node_big2.png b/static/images/3node_big2.png new file mode 100644 index 000000000..a17958ba5 Binary files /dev/null and b/static/images/3node_big2.png differ