feat: update UI text and navigation from 3Nodes to Mycelium Nodes
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<td><a href="/docs/compute" class="btn btn-sm btn-outline-primary">Learn More</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>3Nodes</strong></td>
|
||||
<td><strong>Mycelium Nodes</strong></td>
|
||||
<td>Physical computing hardware marketplace</td>
|
||||
<td>Credits transferred based on hardware value</td>
|
||||
<td><a href="/docs/mycelium_nodes" class="btn btn-sm btn-outline-primary">Learn More</a></td>
|
||||
|
@@ -42,7 +42,7 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if active_section == 'mycelium_nodes' %}active{% endif %}" href="/docs/mycelium_nodes">
|
||||
<i class="bi bi-hdd-rack me-1"></i>
|
||||
3Nodes
|
||||
Mycelium Nodes
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
|
@@ -1,15 +1,15 @@
|
||||
{% extends "docs/layout.html" %}
|
||||
|
||||
{% block title %}3Nodes Documentation - Project Mycelium{% endblock %}
|
||||
{% block title %}Mycelium Nodes Documentation - Project Mycelium{% endblock %}
|
||||
|
||||
{% block docs_content %}
|
||||
<div class="my-4">
|
||||
<h1>3Nodes</h1>
|
||||
<h1>Mycelium Nodes</h1>
|
||||
<p class="lead">Physical computing hardware that can be bought and sold within the Project Mycelium using USD Credits.</p>
|
||||
|
||||
<div class="doc-section">
|
||||
<h2>Overview</h2>
|
||||
<p>3Nodes are physical computing hardware (servers, computers) that can be bought and sold within the TF Marketplace using USD Credits. Users can purchase 3Nodes in two distinct ways: either hosted by the supplier or physically transferred to the buyer.</p>
|
||||
<p>Mycelium Nodes are physical computing hardware (servers, computers) that can be bought and sold within the TF Marketplace using USD Credits. Users can purchase Mycelium Nodes in two distinct ways: either hosted by the supplier or physically transferred to the buyer.</p>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col-md-6">
|
||||
@@ -120,7 +120,7 @@
|
||||
<div class="card-body">
|
||||
<h5>Hardware Discovery</h5>
|
||||
<ul>
|
||||
<li>Browse available 3Nodes with filtering options</li>
|
||||
<li>Browse available Mycelium Nodes with filtering options</li>
|
||||
<li>Compare specifications and pricing</li>
|
||||
<li>Review seller ratings and history</li>
|
||||
<li>Ask questions about specific hardware</li>
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
<div class="doc-section">
|
||||
<h2>Hardware Specifications</h2>
|
||||
<p>3Nodes can include various types of computing hardware:</p>
|
||||
<p>Mycelium Nodes can include various types of computing hardware:</p>
|
||||
|
||||
<div class="row row-cols-1 row-cols-md-2 g-4 mb-4">
|
||||
<div class="col">
|
||||
@@ -350,8 +350,8 @@
|
||||
|
||||
<div class="card bg-light mt-5">
|
||||
<div class="card-body">
|
||||
<h2><i class="bi bi-question-circle me-2"></i>Ready to Buy or Sell 3Nodes?</h2>
|
||||
<p class="lead">Visit the Project Mycelium 3Nodes section to start exploring options.</p>
|
||||
<h2><i class="bi bi-question-circle me-2"></i>Ready to Buy or Sell Mycelium Nodes?</h2>
|
||||
<p class="lead">Visit the Project Mycelium Mycelium Nodes section to start exploring options.</p>
|
||||
<div class="mt-3">
|
||||
<a href="/marketplace/mycelium_nodes" class="btn btn-primary me-2">Explore Mycelium Nodes Marketplace</a>
|
||||
<a href="/docs" class="btn btn-outline-secondary">Back to Documentation</a>
|
||||
|
@@ -47,7 +47,7 @@
|
||||
<div class="card h-100">
|
||||
<div class="card-body text-center">
|
||||
<i class="bi bi-hdd-rack text-primary display-4 mb-3"></i>
|
||||
<h3>3Nodes</h3>
|
||||
<h3>Mycelium Nodes</h3>
|
||||
<p>Buy and sell physical computing hardware to support the Grid.</p>
|
||||
<a href="/marketplace/mycelium_nodes" class="btn btn-sm btn-outline-primary">Explore</a>
|
||||
</div>
|
||||
@@ -101,7 +101,7 @@
|
||||
</h2>
|
||||
<div id="faqCollapse2" class="accordion-collapse collapse" aria-labelledby="faqHeading2" data-bs-parent="#faqAccordion">
|
||||
<div class="accordion-body">
|
||||
The Marketplace offers various categories including: Compute Resources (slices) for cloud computing, physical 3Nodes for hardware, Mycelium Gateways for connectivity, self-healing Application Solutions that maintain your data sovereignty, and Human Energy Services where you can access professional expertise.
|
||||
The Marketplace offers various categories including: Compute Resources (slices) for cloud computing, physical Mycelium Nodes for hardware, Mycelium Gateways for connectivity, self-healing Application Solutions that maintain your data sovereignty, and Human Energy Services where you can access professional expertise.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
<div class="col-md-3">
|
||||
<div class="card text-white bg-success mb-3">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">3Nodes</h5>
|
||||
<h5 class="card-title">Mycelium Nodes</h5>
|
||||
<p class="card-text">120+ certified nodes</p>
|
||||
<a href="/marketplace/mycelium_nodes" class="text-white">Browse Mycelium Nodes →</a>
|
||||
</div>
|
||||
|
@@ -36,7 +36,7 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if active_section == 'three_nodes' %}active{% endif %}" href="/marketplace/mycelium_nodes">
|
||||
<i class="bi bi-hdd-rack me-1"></i>
|
||||
3Nodes
|
||||
Mycelium Nodes
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
|
@@ -1,21 +1,21 @@
|
||||
{% extends "marketplace/layout.html" %}
|
||||
|
||||
{% block title %}Project Mycelium - 3Nodes Hardware{% endblock %}
|
||||
{% block title %}Project Mycelium - Mycelium Nodes Hardware{% endblock %}
|
||||
|
||||
{% block marketplace_content %}
|
||||
<div class="my-4">
|
||||
<h1>3Nodes Hardware</h1>
|
||||
<h1>Mycelium Nodes Hardware</h1>
|
||||
<p class="lead">Discover certified hardware nodes that power the ThreeFold Grid infrastructure.</p>
|
||||
|
||||
<!-- 3Nodes Introduction -->
|
||||
<!-- Mycelium Nodes Introduction -->
|
||||
<div class="alert alert-info mb-4">
|
||||
<div class="d-flex">
|
||||
<div class="me-3">
|
||||
<i class="bi bi-server fs-3"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class="alert-heading">What are 3Nodes?</h5>
|
||||
<p>3Nodes are the physical hardware units that make up the ThreeFold Grid. These certified servers provide compute, storage, and network capacity to the decentralized internet infrastructure.</p>
|
||||
<h5 class="alert-heading">What are Mycelium Nodes?</h5>
|
||||
<p>Mycelium Nodes are the physical hardware units that make up the ThreeFold Grid. These certified servers provide compute, storage, and network capacity to the decentralized internet infrastructure.</p>
|
||||
<hr>
|
||||
<p class="mb-0">By purchasing a 3Node, you become a farmer in the ThreeFold ecosystem, earning TFT rewards while contributing to the decentralized internet.</p>
|
||||
</div>
|
||||
@@ -25,7 +25,7 @@
|
||||
<!-- Filter and Search Section -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Filter 3Nodes</h5>
|
||||
<h5 class="card-title">Filter Mycelium Nodes</h5>
|
||||
<form class="row g-3" method="GET">
|
||||
<div class="col-md-3">
|
||||
<label for="locationFilter" class="form-label">Location</label>
|
||||
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 3Nodes Grid -->
|
||||
<!-- Mycelium Nodes Grid -->
|
||||
<div class="row">
|
||||
{% if hardware_products and hardware_products | length > 0 %}
|
||||
{% for product_data in hardware_products %}
|
||||
@@ -206,7 +206,7 @@
|
||||
<div class="col-12">
|
||||
<div class="text-center py-5">
|
||||
<i class="bi bi-server display-1 text-muted"></i>
|
||||
<h4 class="mt-3">No 3Nodes Available</h4>
|
||||
<h4 class="mt-3">No Mycelium Nodes Available</h4>
|
||||
<p class="text-muted">Check back later for new hardware offerings.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -293,7 +293,7 @@
|
||||
<!-- Results Info -->
|
||||
<div class="text-center text-muted mt-2">
|
||||
Showing page {{ pagination.current_page + 1 }} of {{ pagination.total_pages }}
|
||||
({{ pagination.total_count }} total 3Nodes)
|
||||
({{ pagination.total_count }} total Mycelium Nodes)
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user