test check
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<h2 class="lg:text-6xl uppercase font-normal leading-tight">
|
||||
WHERE WOULD YOU LIKE TO START?
|
||||
</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
|
||||
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
|
||||
@@ -20,7 +23,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
Operating System
|
||||
</div>
|
||||
@@ -37,7 +40,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
Autonomous Components
|
||||
</div>
|
||||
@@ -54,7 +57,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
Developer tooling
|
||||
</div>
|
||||
@@ -71,7 +74,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
Quantum-Safe Storage
|
||||
</div>
|
||||
@@ -88,7 +91,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
ThreeFold Blockchain
|
||||
</div>
|
||||
@@ -105,7 +108,7 @@
|
||||
bg-gray-100
|
||||
">
|
||||
<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">
|
||||
Planetary Network
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user