update why to about
This commit is contained in:
parent
a4279af880
commit
60652bae24
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Mycelium"
|
||||
description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging." # quotation marks to allow colons where used
|
||||
template: "layouts/why.html"
|
||||
template: "layouts/about.html"
|
||||
insert_anchor_links: "left"
|
||||
extra:
|
||||
author: ThreeFold
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
@ -46,7 +46,7 @@ extra:
|
||||
|
||||
<br>
|
||||
|
||||
<h6><a target="_self" onclick="window.location.href='/why'">Why</a></h6>
|
||||
<h6><a target="_self" onclick="window.location.href='/about'">About</a></h6>
|
||||
|
||||
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
|
||||
|
||||
|
@ -7,7 +7,7 @@ extra:
|
||||
|
||||
---
|
||||
|
||||
- [About]("/why")
|
||||
- [About]("/about")
|
||||
- [Docs]("https://manual.threefold.io/documentation/system_administrators/mycelium/mycelium_app.html")
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
Mycelium is an unbreakable network, always using the shortest path and providing 100% secure communication in a peer-to-peer way. But this is just the beginning. <br><br>The Mycelium mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
|
||||
</p>
|
||||
<div class="mt-6 flex">
|
||||
<a href="/why" class=" rounded-2xl bg-black px-3.5 py-2.5 text-sm font-semibold text-white shadow-xs hover:bg-gray-900 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Learn more</a>
|
||||
<a href="/about" class=" rounded-2xl bg-black px-3.5 py-2.5 text-sm font-semibold text-white shadow-xs hover:bg-gray-900 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Learn more</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<dd class="mt-1 flex flex-auto flex-col">
|
||||
<p class="flex-auto leading-normal font-light text-black text-sm">Designed to operate in a decentralized manner, it connects nodes and enables efficient data transfer and communication without relying on a single central authority.</p>
|
||||
<p class="mt-3">
|
||||
<a href="/why" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
<a href="/about" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
@ -34,7 +34,7 @@
|
||||
<dd class="mt-1 flex flex-auto flex-col">
|
||||
<p class="flex-auto leading-normal font-light text-black text-sm">Mycelium provides an efficient digital communication network where data travels along the most efficient paths, reducing latency and optimizing resource utilization.</p>
|
||||
<p class="mt-3">
|
||||
<a href="/why" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
<a href="/about" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
@ -47,7 +47,7 @@
|
||||
<p class="flex-auto leading-normal font-light text-black text-sm">
|
||||
Inspired by nature's resilience, it creates a network that can adapt and continue to function even in the presence of challenges, ensuring uninterrupted communication.</p>
|
||||
<p class="mt-3">
|
||||
<a href="//why" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
<a href="/about" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Learn more <span aria-hidden="true">→</span></a>
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user