Merge pull request #554 from threefoldfoundation/development_light_mode
add 3node infos
This commit is contained in:
@@ -85,6 +85,54 @@ Mycelium can look for the shortest path, has a built-in naming & CDN (Content De
|
|||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container max-w-5xl">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
## Build your own: DIY 3Node
|
||||||
|
|
||||||
|
ThreeFold makes it easy to become part of the network by setting up your own node. With compatible hardware, a stable internet connection, and a few simple steps, you can get started quickly and start contributing to the network and earning utilization rewards.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
### HOW IT WORKS
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ol class="relative text-gray-500 border-s border-gray-200 dark:border-gray-700 dark:text-gray-400">
|
||||||
|
<li class="mb-10 ms-6">
|
||||||
|
<h3 class="font-medium leading-tight">Create a Farm</h3>
|
||||||
|
<p class="text-sm lg:text-base">Simply download the <a href="https://docs.threefold.io/docs/become-a-farmer/create_a_farm#download-the-app" class="text-white font-semibold">ThreeFold Connect App</a>, create an account and then create a farm.</p>
|
||||||
|
</li>
|
||||||
|
<li class="mb-10 ms-6">
|
||||||
|
<h3 class="font-medium leading-tight">Create a Zero-OS bootstrap image</h3>
|
||||||
|
<p class="text-sm lg:text-base">Download the Zero-OS bootstrap image and flash it to a USB drive using a tool like balenaEtcher.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li class="mb-10 ms-6">
|
||||||
|
<h3 class="font-medium leading-tight">Choose Your Hardware</h3>
|
||||||
|
<p class="text-sm lg:text-base">Plug in the USB, power on your device, and follow the setup instructions.</p>
|
||||||
|
</li>
|
||||||
|
<li class="mb-10 ms-6">
|
||||||
|
<h3 class="font-medium leading-tight">Register Your Node</h3>
|
||||||
|
<p class="text-sm">Once it’s running, register your node and assign it to your farm via the ThreeFold Connect App.</p>
|
||||||
|
</li>
|
||||||
|
<li class="mb-10 ms-6">
|
||||||
|
<h3 class="font-medium leading-tight">Go Live</h3>
|
||||||
|
<p class="text-sm">After it’s connected, list your node on the Marketplace and start sharing your capacity.</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<div class="mt-6 lg:mt-16 flex items-lefy justify-left">
|
||||||
|
<a href="https://manual.grid.tf/farmers/category/build-a-3node" target="_black" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Step-by-Step Guide</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,7 +141,7 @@ Mycelium can look for the shortest path, has a built-in naming & CDN (Content De
|
|||||||
|
|
||||||
<!-- section 4 (Get Started) -->
|
<!-- section 4 (Get Started) -->
|
||||||
|
|
||||||
<div class="lg:py-24 py12 px-4 lg:px-8">
|
<div class="lg:py-24 px-4 lg:px-8">
|
||||||
<div class="container max-w-7xl mx-auto">
|
<div class="container max-w-7xl mx-auto">
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
@@ -117,6 +165,13 @@ Start providing capacity to others and join our Farmers community
|
|||||||
card_link="https://docs.threefold.io/docs/become-a-farmer/get_started"
|
card_link="https://docs.threefold.io/docs/become-a-farmer/get_started"
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
{{ image_card(
|
||||||
|
header="Build a 3Node",
|
||||||
|
target="_blank",
|
||||||
|
tooltip=" ",
|
||||||
|
card_link="https://manual.grid.tf/farmers/category/build-a-3node"
|
||||||
|
) }}
|
||||||
|
|
||||||
{{ image_card(
|
{{ image_card(
|
||||||
header="Farmers community",
|
header="Farmers community",
|
||||||
tooltip=" ",
|
tooltip=" ",
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<div class="ml-6 lg:ml-0 lg:mt-4">
|
<div class="ml-6 lg:ml-0 lg:mt-4">
|
||||||
<h3
|
<h3
|
||||||
class="text-lg font-normal text-gray-200 before:mb-2 before:block before:font-mono before:text-sm before:text-gray-500">
|
class="text-lg font-normal text-gray-200 before:mb-2 before:block before:font-mono before:text-sm before:text-gray-500">
|
||||||
Earn rewards based on<br> real resource usage
|
Earn 80% of the revenue <br>generated by their nodes
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="fade-in-box flex flex-col p-6 rounded-2xl bg-white/5">
|
<div class="fade-in-box flex flex-col p-6 rounded-2xl bg-white/5">
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<h2 class="lg:text-4xl text-3xl text-center flex justify-center items-center text-white">{{ header }}</h2>
|
<h2 class="lg:text-3xl text-2xl text-center flex justify-center items-center text-white">{{ header }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if image_src %}
|
{% if image_src %}
|
||||||
|
|||||||
Reference in New Issue
Block a user