feat: rename Project Mycelium to Mycelium Marketplace across codebase and UI
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Home - Project Mycelium{% endblock %}
|
||||
{% block title %}Home - Mycelium Marketplace{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<!-- Hero Section -->
|
||||
@@ -8,8 +8,8 @@
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-7">
|
||||
<h1>Project Mycelium</h1>
|
||||
<p class="lead mb-4">The all-in-one platform for decentralized compute resources, applications, and services within the ThreeFold ecosystem.</p>
|
||||
<h1>Mycelium Marketplace</h1>
|
||||
<p class="lead mb-4">The all-in-one platform for decentralized compute resources, applications, and services within the Mycelium ecosystem.</p>
|
||||
<div class="d-flex flex-wrap justify-content-center gap-3">
|
||||
<a href="/register" class="btn btn-primary cta-primary">Get Started</a>
|
||||
<a href="/login" class="btn btn-outline-secondary cta-secondary">Log In</a>
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<div class="text-center">
|
||||
<img src="/static/images/logo_light.png" alt="ThreeFold Logo" class="img-fluid" style="max-height: 150px;">
|
||||
<img src="/static/images/logo_light.png" alt="Mycelium Logo" class="img-fluid" style="max-height: 150px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
<section class="marketplace-preview">
|
||||
<div class="container">
|
||||
<div class="text-center mb-5">
|
||||
<h2>Discover the Project Mycelium</h2>
|
||||
<h2>Discover the Mycelium Marketplace</h2>
|
||||
<p class="lead">Find and access resources, applications and services in a sovereign, secure way</p>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<div class="card-body text-center">
|
||||
<i class="bi bi-cpu text-primary display-4 mb-3"></i>
|
||||
<h3>Compute Resources</h3>
|
||||
<p>Access compute capacity (slices) from the decentralized ThreeFold Grid.</p>
|
||||
<p>Access compute capacity (slices) from the decentralized Mycelium Grid.</p>
|
||||
<a href="/marketplace/compute" class="btn btn-sm btn-outline-primary">Explore</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@
|
||||
<div class="container">
|
||||
<div class="text-center mb-5">
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<p class="lead">Common questions about the Project Mycelium</p>
|
||||
<p class="lead">Common questions about the Mycelium Marketplace</p>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
@@ -82,12 +82,12 @@
|
||||
<div class="accordion-item mb-3">
|
||||
<h2 class="accordion-header" id="faqHeading1">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqCollapse1" aria-expanded="false" aria-controls="faqCollapse1">
|
||||
What is the Project Mycelium?
|
||||
What is the Mycelium Marketplace?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="faqCollapse1" class="accordion-collapse collapse" aria-labelledby="faqHeading1" data-bs-parent="#faqAccordion">
|
||||
<div class="accordion-body">
|
||||
The Project Mycelium is a central platform facilitating the exchange of value through the Credits system. It connects providers and users, enabling the discovery, acquisition, and management of various resources and services within the ThreeFold ecosystem.
|
||||
The Mycelium Marketplace is a central platform facilitating the exchange of value through the Credits system. It connects providers and users, enabling the discovery, acquisition, and management of various resources and services within the Mycelium ecosystem.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -115,7 +115,7 @@
|
||||
</h2>
|
||||
<div id="faqCollapse3" class="accordion-collapse collapse" aria-labelledby="faqHeading3" data-bs-parent="#faqAccordion">
|
||||
<div class="accordion-body">
|
||||
<p>Unlike traditional SaaS offerings where you surrender control to the provider, ThreeFold's model maintains your sovereignty in two ways:</p>
|
||||
<p>Unlike traditional SaaS offerings where you surrender control to the provider, Mycelium's model maintains your sovereignty in two ways:</p>
|
||||
<ol class="mb-3">
|
||||
<li><strong>Direct Management:</strong> Manage your own compute slices directly for complete control</li>
|
||||
<li><strong>Sovereign Allocation:</strong> Allocate your sovereign compute slices to application providers who deploy and manage applications on your infrastructure</li>
|
||||
@@ -184,12 +184,12 @@
|
||||
<div class="accordion-item mb-3">
|
||||
<h2 class="accordion-header" id="faqHeading7">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqCollapse7" aria-expanded="false" aria-controls="faqCollapse7">
|
||||
What are the core principles of ThreeFold?
|
||||
What are the core principles of Mycelium?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="faqCollapse7" class="accordion-collapse collapse" aria-labelledby="faqHeading7" data-bs-parent="#faqAccordion">
|
||||
<div class="accordion-body">
|
||||
<p>ThreeFold is built on four core principles:</p>
|
||||
<p>Mycelium is built on four core principles:</p>
|
||||
<ol>
|
||||
<li><strong>Sovereignty:</strong> Users maintain control over their resources and data</li>
|
||||
<li><strong>Transparency:</strong> Clear pricing and reputation metrics for all marketplace participants</li>
|
||||
|
||||
Reference in New Issue
Block a user