110 lines
5.9 KiB
HTML
110 lines
5.9 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}About - Project Mycelium{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="container my-5">
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto">
|
|
<h1>About Project Mycelium</h1>
|
|
<p class="lead">A platform connecting the ThreeFold ecosystem and facilitating value exchange.</p>
|
|
<hr>
|
|
|
|
<section class="mb-5">
|
|
<h2>Our Vision</h2>
|
|
<p>The Project Mycelium is an all-in-one 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 a decentralized ecosystem.</p>
|
|
<p>We believe in a world where internet infrastructure and services are distributed, secure, and maintain user sovereignty. The marketplace is our solution to bring this vision to life, providing a platform where anyone can access or provide digital resources in a fair and transparent way.</p>
|
|
</section>
|
|
|
|
<section class="mb-5">
|
|
<h2>Core Marketplace Categories</h2>
|
|
<div class="table-responsive">
|
|
<table class="table table-bordered">
|
|
<thead class="table-light">
|
|
<tr>
|
|
<th>Marketplace</th>
|
|
<th>Description</th>
|
|
<th>Exchange Mechanism</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>Compute Resources (Slices)</strong></td>
|
|
<td>Primary marketplace for compute capacity</td>
|
|
<td>Credits charged based on resource utilization</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>3Nodes</strong></td>
|
|
<td>Physical computing hardware marketplace</td>
|
|
<td>Credits transferred based on hardware value</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Mycelium Gateways</strong></td>
|
|
<td>Internet connectivity services</td>
|
|
<td>Credits paid based on bandwidth consumption</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Application Solutions</strong></td>
|
|
<td>Pre-configured, self-healing applications</td>
|
|
<td>Users provide slices to solution providers while maintaining sovereignty</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Human Energy Services</strong></td>
|
|
<td>Professional technical services</td>
|
|
<td>Credits transferred based on agreed rates</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="mb-5">
|
|
<h2>Core Principles</h2>
|
|
<div class="row g-4">
|
|
<div class="col-md-6">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<h5 class="card-title"><i class="bi bi-shield-lock me-2"></i>Sovereignty</h5>
|
|
<p class="card-text">Consumers maintain control over their resources and deployed solutions.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<h5 class="card-title"><i class="bi bi-eye me-2"></i>Transparency</h5>
|
|
<p class="card-text">Clear pricing and reputation metrics for all marketplace participants.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<h5 class="card-title"><i class="bi bi-diagram-3 me-2"></i>Decentralization</h5>
|
|
<p class="card-text">Distributed architecture with no single point of control or failure.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<h5 class="card-title"><i class="bi bi-people me-2"></i>Community</h5>
|
|
<p class="card-text">Built by and for the community, with fair and inclusive participation.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="mb-5">
|
|
<h2>Join the Ecosystem</h2>
|
|
<p>The Project Mycelium is more than just a platform—it's an ecosystem of innovators, builders, and users working together to create a better digital future. Whether you're looking to access resources for your next project or provide your expertise to others, we invite you to join us.</p>
|
|
<div class="d-flex gap-3">
|
|
<a href="/register" class="btn btn-primary">Get Started</a>
|
|
<a href="/marketplace" class="btn btn-outline-secondary">Explore Marketplace</a>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |