update section 3-4

This commit is contained in:
Ehab Hassan 2025-05-16 10:31:13 +03:00
parent 49abe71686
commit 1943012eea
58 changed files with 243 additions and 20 deletions

View File

@ -4,7 +4,7 @@ sort_by = "date"
template = "index.html" template = "index.html"
+++ +++
<!-- Hero header --> <!-- Hero section -->
{{ hero_img( {{ hero_img(
image_src="/images/mycel_1.png", image_src="/images/mycel_1.png",
@ -18,14 +18,119 @@ template = "index.html"
button_link="/download" button_link="/download"
) }} ) }}
<!-- Second section --> <!-- section 2 -->
{{ hero_right_img( {{ hero_right_img(
image_src="/images/mycel2.png",
image_alt="Discover Mycelium",
title="Discover Mycelium",
subtitle_1="ABOUT",
description="Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning. <br><br>Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.",
button_text="Learn more",
button_link="/about"
) )
}} }}
<!-- section 3 -->
{{ hero_features(
image_src="/images/feature6a.png",
image_alt="How Mycelium Operates",
subtitle_1="HOW IT WORKS",
title="How Mycelium Operates",
description="Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks.",
feature_1_title="Decentralized Nodes",
feature_1_description="Mycelium operates through a network of decentralized nodes, similar to how nature's mycelium forms a decentralized network of threads. Each node acts as a connection point in the overall digital ecosystem.",
feature_2_title="Efficient Data Routing",
feature_2_description="Mycelium optimizes data routing by choosing the most efficient path for communication. Data travels along the shortest path in terms of latency, ensuring that information reaches its destination swiftly.",
feature_3_title="End-to-End Encryption",
feature_3_description="Each node in the system is identified by a unique key pair. Data between nodes is encrypted using secret keys derived from these pairs. This ensures that data remains confidential, enhancing the privacy of the network."
) }}
<!-- Section 4 -->
{{ use_cases(
subtitle="WHAT IT ENABLES",
title="Powering Secure & Decentralized Connectivity",
description="Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks."
)
}}
<div class="container mx-auto px-6 lg:px-8">
<div class="mx-auto grid grid-cols-1 gap-x-6 gap-y-10 text-base sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-2 lg:gap-x-8 lg:gap-y-8">
<div class="relative pl-9">
## **PRODUCTIVITY & COMMUNICATION**
- Secure remote work collaboration.
- Private file sharing between trusted nodes.
- Encrypted voice/video calls.
- Self-hosted messaging systems.
- Secure document collaboration.
</div>
<div class="relative pl-9">
- Secure remote work collaboration.
- Private file sharing between trusted nodes.
- Encrypted voice/video calls.
- Self-hosted messaging systems.
- Secure document collaboration.
</div>
<div class="relative pl-9">
- Secure remote work collaboration.
- Private file sharing between trusted nodes.
- Encrypted voice/video calls.
- Self-hosted messaging systems.
- Secure document collaboration.
</div>
<div class="relative pl-9">
- Secure remote work collaboration.
- Private file sharing between trusted nodes.
- Encrypted voice/video calls.
- Self-hosted messaging systems.
- Secure document collaboration.
</div>
</div>
<br>
---------------------------------------------
<div class="mx-auto mt-10 px-6 lg:px-0 lg:max-w-6xl">
<a href="/download" class=" rounded-2xl bg-black px-6 py-2 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">Get Started</a>
</div>
</div>
<!-- {{ feature(
feature_title="Decentralized Nodes",
feature_description="Mycelium operates through a network of decentralized nodes, similar to how nature's mycelium forms a decentralized network of threads. Each node acts as a connection point in the overall digital ecosystem.",
)
}} -->
{{ hero3( {{ hero3(
announcement='', announcement='',
subheader="", subheader="",
@ -89,3 +194,11 @@ For more information, check out the [Zola documentation](https://www.getzola.org
button_text="View Blog", button_text="View Blog",
button_link="/blog") button_link="/blog")
}} }}
<style scope>
ul {
list-style: circle;
margin: 0;
padding: 0;
}
</style>

BIN
static/images/about1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
static/images/about2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
static/images/about3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
static/images/about4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
static/images/ai.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/images/asset.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
static/images/bot2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/images/dc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
static/images/dc2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

BIN
static/images/decent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
static/images/digital.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/images/eco.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/images/eco2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
static/images/eco3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
static/images/effic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

BIN
static/images/feature6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
static/images/feature6a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
static/images/freezone.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
static/images/freezone2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

BIN
static/images/fumba.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
static/images/fumba.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

BIN
static/images/future.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

BIN
static/images/hero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

BIN
static/images/hero2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
static/images/hero3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
static/images/hero4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

BIN
static/images/hero5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

BIN
static/images/home.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
static/images/home1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

1
static/images/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 273 KiB

1
static/images/logo_s.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
static/images/people_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

BIN
static/images/people_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
static/images/people_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
static/images/people_4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
static/images/people_5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

BIN
static/images/resil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
static/images/security.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
static/images/startup.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
static/images/startup1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
static/images/twin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
static/images/znz.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
static/images/zone.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
static/images/zone1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
static/images/zone2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -0,0 +1,46 @@
<div class="fade-in bg-white container mx-auto">
<div class="lg:py-24 py-12 relative isolate">
<div class="px-6 lg:px-8 lg:pb-24">
<p class="text-base font-light tracking-wide">{{ subtitle_1 }}</p>
<h2 class="fade-in lg:text-5xl text-4xl font-normal tracking-tight">{{ title }}</h2>
<p class="text-left mt-4 text-pretty lg:text-lg text-md font-light fade-in max-w-3xl">
{{ description }}
</p>
</div>
<div class="mx-auto max-w-7xl lg:flex lg:items-center lg:gap-x-15 lg:px-8">
<div class="my-6 lg:my-0 lg:flex lg:justify-center lg:w-1/2">
<img class="w-full max-w-lg h-auto object-cover rounded-xl" src="{{ image_src }}"
alt="{{ image_alt }}">
</div>
<div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto pt-4">
<dl class="space-y-8 text-base/7 lg:max-w-none">
{% if feature_1_title %}
<div class="relative pl-9">
<dt class="font-semibold lg:text-lg text-base ">
{{ feature_1_title }}
</dt>
<dd class="mt-2 font-light">{{ feature_1_description }}</dd>
</div>
{% endif %}
{% if feature_2_title %}
<div class="relative pl-9">
<dt class="font-semibold lg:text-lg text-base ">
{{ feature_2_title }}
</dt>
<dd class="mt-2 font-light">{{ feature_2_description }}</dd>
</div>
{% endif %}
{% if feature_3_title %}
<div class="relative pl-9">
<dt class="font-semibold lg:text-lg text-base ">
{{ feature_3_title }}
</dt>
<dd class="mt-2 font-light">{{ feature_3_description }}</dd>
</div>
{% endif %}
</dl>
</div>
</div>
</div>
</div>

View File

@ -1,30 +1,21 @@
<!-- {% set image_src = image_src | default(value="/images/mycel_1.png") %} <div class="py-24 lg:pt-0 fade-in bg-semi-white container mx-auto px-6 lg:px-8">
{% set image_alt = image_alt | default(value="Mycelium Network Graphic") %}
{% set title = title | default(value="MYCELIUM") %}
{% set subtitle = subtitle | default(value="Unleashing the Power of Decentralized Networks") %}
{% set description = description | default(value="Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.") %}
{% set highlight = highlight | default(value="Coming Soon: New Decentralized Features") %}
{% set button_text = button_text | default(value="Get Mycelium") %}
{% set button_link = button_link | default(value="/download") %} -->
<div class="py-24 lg:pt-0 fade-in bg-semi-white">
<div class="relative isolate"> <div class="relative isolate">
<div class="mx-auto mt-10 lg:mt-0 max-w-7xl px-6 lg:flex lg:items-center lg:gap-x-15 lg:px-8"> <div class="mx-auto mt-10 lg:mt-0 lg:flex lg:items-center lg:gap-x-15 ">
<div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto"> <div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto">
<p class="text-base font-light tracking-wide">ABOUT</p> <p class="text-base font-light tracking-wide">{{ subtitle_1 }}</p>
<h2 class="fade-in lg:text-5xl text-4xl font-normal tracking-tight ">Discover Mycelium</h2> <h2 class="fade-in lg:text-5xl text-4xl font-normal tracking-tight ">{{ title }}</h2>
<p class="text-left mt-4 text-pretty lg:text-lg text-md font-light fade-in max-w-3xl"> <p class="text-left mt-4 text-pretty lg:text-lg text-md font-light fade-in">
Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning. <br><br>Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds. {{ description }}
</p> </p>
<div class="mt-6 flex"> <div class="mt-6 flex">
<a href="/about" class="rounded-2xl bg-black px-4 py-2 text-sm font-semibold text-white shadow hover:bg-gray-700 focus:outline focus:outline-2 focus:outline-offset-2 focus:outline-gray-300">Learn more</a> <a href="{{ button_link }}" class="rounded-2xl bg-black px-4 py-2 text-sm font-semibold text-white shadow hover:bg-gray-700 focus:outline focus:outline-2 focus:outline-offset-2 focus:outline-gray-300">{{ button_text }}</a>
</div> </div>
</div> </div>
<div class="lg:order-first mt-6 lg:mt-0 lg:flex lg:justify-center lg:w-1/2"> <div class="lg:order-first mt-6 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
<img class="w-full max-w-lg h-auto object-cover rounded-xl" src="/images/mycel2.png" <img class="w-full max-w-lg h-auto object-cover rounded-xl" src="{{ image_src }}"
alt="Mobile App Screenshot"> alt="{{ image_alt }}">
</div> </div>
</div> </div>

View File

@ -0,0 +1,71 @@
<div class="lg:py-24 py-12 container mx-auto px-6 lg:px-8">
<div class="mx-auto">
<div class="mx-auto">
<p class="text-base font-light tracking-wide">{{ subtitle }}</p>
<h2 class="fade-in lg:text-5xl text-4xl font-normal tracking-tight">{{ title }}</h2>
<p class="mt-6 text-lg font-light">{{ description }}</p>
</div>
</div>
<!-- <div class="mx-auto mt-10">
<dl class="mx-auto grid grid-cols-1 gap-x-6 gap-y-10 text-base sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-2 lg:gap-x-8 lg:gap-y-8">
<div class="relative pl-9">
<dt class="inline font-semibold ">
PRODUCTIVITY & COMMUNICATION
</dt>
<ul class="mx-4" style="list-style: circle;">
<li>Secure remote work collaboration.</li>
<li>Private file sharing between trusted nodes.</li>
<li>Encrypted voice/video calls.</li>
<li>Self-hosted messaging systems.</li>
<li>Secure document collaboration.</li>
</ul>
</div>
<div class="relative pl-9">
<dt class="inline font-semibold ">
INFRASTRUCTURE
</dt>
<ul class="mx-4" style="list-style: circle;">
<li>Private cloud computing resources.</li>
<li>Secure IoT device networks.</li>
<li>Remote system administration.</li>
<li>Virtual private networks (VPNs).</li>
<li>Secure backup systems.</li>
</ul>
</div>
<div class="relative pl-9">
<dt class="inline font-semibold ">
SERVICES
</dt>
<ul class="mx-4" style="list-style: circle;">
<li>Self-hosted web services.</li>
<li>Private file sharing between trusted nodes.</li>
<li>Private DNS systems.</li>
<li>Personal email servers.</li>
<li>Secure document collaboration.</li>
</ul>
</div>
<div class="relative pl-9">
<dt class="inline font-semibold ">
MEDIA & CONTENT
</dt>
<ul class="mx-4" style="list-style: circle;">
<li>Private media streaming.</li>
<li>Personal cloud storage.</li>
<li>Protected content distribution.</li>
<li>Secure game servers.</li>
<li>Private git repositories.</li>
</ul>
</div>
</dl>
<hr class="my-6">
<div class="mx-auto mt-10 px-6 lg:px-0 lg:max-w-6xl">
<a href="/download" class=" rounded-2xl bg-black px-6 py-2 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">Get Started</a>
</div>
</div> -->
</div>