update aabout page

This commit is contained in:
2024-08-14 11:20:00 +03:00
parent b1cfc0665d
commit 98f57ef914
4 changed files with 179 additions and 68 deletions

View File

@@ -9,6 +9,7 @@
Phase 1
<div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
</time>
<div class="road_border_green px-3">
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight green_text">CREATION OF CORE TECH</p>
<ul class="mt-1 text-base leading-7 text-gray-600 list-none" style="padding-left: 0px;">
<li>
@@ -16,14 +17,15 @@
</li>
<br>
<li>
A new operating system and quantum safe storage system.
Build decentralized, autonomous, edge internet technology
</li>
<br>
<li>
A custom blockchain and self healing engine for autonomous operation.
50m dollars invested by founders, community and TF Tech investors.
</li>
</ul>
</div>
</div>
<div>
<time datetime="2021-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
<svg viewBox="0 0 4 4" class="mr-4 h-3 w-3 flex-none" aria-hidden="true">
@@ -32,30 +34,38 @@
Phase 2
<div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
</time>
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight green_text">PROOF OF CONCEPT</p>
<div class="road_border_green px-3">
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight green_text">TRACTION & EXPANSION</p>
<ul class="mt-1 text-base leading-7 text-gray-600 list-none" style="padding-left: 0px;">
<li>
Grow to global deployment: prove the autonomous operation and scalability.
Open Source Development<br>
60+ Countries<br>
30,000+ Cores<br>
30,000,000 GB of Storag
</li>
<br>
<li>
Largest and most advanced decentralized autonomous cloud network in the world.
Signed with Government of ZNZ for a digital FreeZone and Connected Charter City.
</li>
<li>
Multiple global partners want to be part of the global expansion.
</li>
</ul>
</div>
</div>
<div>
<time datetime="2022-02" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
<time datetime="2022-02" class="flex items-center text-lg font-semibold leading-6 blue">
<svg viewBox="0 0 4 4" class="mr-4 h-3 w-3 flex-none" aria-hidden="true">
<circle class="blue" cx="2" cy="2" r="2" fill="currentColor" />
</svg>
Phase 3
Current | Phase 3
<div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
</time>
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight blue">EXPANSION | CURRENT PHASE</p>
<div class="road_border_blue px-3">
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight blue">THREEFOLD EXPANSION</p>
<ul class="mt-1 text-base leading-7 text-gray-600 list-none" style="padding-left: 0px;">
<li>
+1 million nodes.
+1 Million Nodes
</li>
<br>
<li>
@@ -68,10 +78,11 @@
</li>
<br>
<li>
Utilization on larger scale (but can only happen once enough nodes)
Launch our gen 4 Token on DePIN ecosystem
</li>
</ul>
</div>
</div>
<div>
<time datetime="2022-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
<svg viewBox="0 0 4 4" class="mr-4 h-3 w-3 flex-none" aria-hidden="true">
@@ -80,14 +91,15 @@
Phase 4
<div class=""></div>
</time>
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-600">FULLY FLEDGED ECOSYSTEM</p>
<div class="road_border px-3">
<p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-600">SOVEREIGNTY FOR ALL</p>
<ul class="mt-1 text-base leading-7 text-gray-600 list-none" style="padding-left: 0px;">
<li>
Millions of Nodes Enabled.
+1 Million Nodes enabled
</li>
<br>
<li>
Grow Utilization to +60%.
+100 Million people using our system platform.
</li>
<br>
<li>
@@ -95,5 +107,23 @@
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<style>
.road_border{
border-left: 1px solid rgb(156, 156, 156);
}
.road_border_green{
border-left: 1px solid #58CF77;
}
.road_border_blue{
border-left: 1px solid #2E83FF;
}
</style>