test check
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
<h2 class="lg:text-6xl uppercase font-normal leading-tight">
|
<h2 class="lg:text-6xl uppercase font-normal leading-tight">
|
||||||
WHERE WOULD YOU LIKE TO START?
|
WHERE WOULD YOU LIKE TO START?
|
||||||
</h2>
|
</h2>
|
||||||
|
{% if 'www_threefold_io' in config.base_url %}
|
||||||
|
<p>{{config.base_url}}</p>
|
||||||
|
{% endif %}
|
||||||
<div class="max-w-4xl mb-10 py-2 text-xl mx-auto leading-tight tracking-wide">ThreeFold's open-source
|
<div class="max-w-4xl mb-10 py-2 text-xl mx-auto leading-tight tracking-wide">ThreeFold's open-source
|
||||||
infrastructure has been built from the ground up on the Linux Kernel to create a fully decentralized
|
infrastructure has been built from the ground up on the Linux Kernel to create a fully decentralized
|
||||||
Internet and Cloud. From a stateless operating system to new compute, storage and networking primitives, the
|
Internet and Cloud. From a stateless operating system to new compute, storage and networking primitives, the
|
||||||
@@ -20,7 +23,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/os">
|
<a href="/developer/os">
|
||||||
<img src="developer/operating_system.png" />
|
<img src="operating_system.png" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
Operating System
|
Operating System
|
||||||
</div>
|
</div>
|
||||||
@@ -37,7 +40,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/automation">
|
<a href="/developer/automation">
|
||||||
<img src="developer/automation.png" />
|
<img src="automation.png" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
Autonomous Components
|
Autonomous Components
|
||||||
</div>
|
</div>
|
||||||
@@ -54,7 +57,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/tooling">
|
<a href="/developer/tooling">
|
||||||
<img src="developer/tooling.png" />
|
<img src="tooling.png" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
Developer tooling
|
Developer tooling
|
||||||
</div>
|
</div>
|
||||||
@@ -71,7 +74,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/qsfs">
|
<a href="/developer/qsfs">
|
||||||
<img src="developer/qsfs.png" />
|
<img src="qsfs.png" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
Quantum-Safe Storage
|
Quantum-Safe Storage
|
||||||
</div>
|
</div>
|
||||||
@@ -88,7 +91,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/blockchain">
|
<a href="/developer/blockchain">
|
||||||
<img src="developer/blockchain.png" />
|
<img src="blockchain.png" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
ThreeFold Blockchain
|
ThreeFold Blockchain
|
||||||
</div>
|
</div>
|
||||||
@@ -105,7 +108,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
">
|
">
|
||||||
<a href="/developer/planetarynw">
|
<a href="/developer/planetarynw">
|
||||||
<img src="developer/planetary_network.jpg" />
|
<img src="planetary_network.jpg" />
|
||||||
<div class="font-bold text-xl py-5 mx-4 text-black">
|
<div class="font-bold text-xl py-5 mx-4 text-black">
|
||||||
Planetary Network
|
Planetary Network
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user