update farm img
This commit is contained in:
@@ -63,7 +63,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">ANYTHING LINUX CAN RUN ON THE GRID</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">Anything that runs on Linux can run on ThreeFold's innovative operating system, guaranteeing compatibility and flexibility.</p>
|
||||
<p class="text-base mt-1 leading-snug">Anything that runs on Linux can run on ThreeFold's innovative operating system, guaranteeing compatibility and flexibility.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -89,7 +89,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">ONE-CLICK SOLUTION FOR WORKLOADS</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">The Grid offers ready-community solutions to deploy industry-grade workloads in one click. You can also build your own solutions thanks to the open-source nature of the grid.</p>
|
||||
<p class="text-base mt-1 leading-snug">The Grid offers ready-community solutions to deploy industry-grade workloads in one click. You can also build your own solutions thanks to the open-source nature of the grid.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">OPEN SOURCE LOW LEVEL OPERATING SYSTEM</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">Enables anyone to become a cloud provider. This operating system supports all required Web2 and Web3 workloads.</p>
|
||||
<p class="text-base mt-1 leading-snug">Enables anyone to become a cloud provider. This operating system supports all required Web2 and Web3 workloads.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -117,7 +117,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">PEER TO PEER MESH NETWORK</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">The only overlay network which considers locality: routing decisions are based on peer proximity. Offers privacy and redundancy that are currently not possible elsewhere.</p>
|
||||
<p class="text-base mt-1 leading-snug">The only overlay network which considers locality: routing decisions are based on peer proximity. Offers privacy and redundancy that are currently not possible elsewhere.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -130,7 +130,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">QUANTUM SAFE STORAGE SYSTEM</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">QSSS is capable of storing data in ways that are indestructible, efficient, and ultra-scalable. Storage algorithms fragment and disperse files over multiple nodes.</p>
|
||||
<p class="text-base mt-1 leading-snug">QSSS is capable of storing data in ways that are indestructible, efficient, and ultra-scalable. Storage algorithms fragment and disperse files over multiple nodes.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
**<span class="blue">TOOLS AVAILABLE FOR SYSADMINS</span>**
|
||||
|
||||
|
||||
<p class="text-base mt-2">Deploy your own workload architectures with tools such as Terraform, Pulumi and Kubernetes.</p>
|
||||
<p class="text-base mt-1 leading-snug">Deploy your own workload architectures with tools such as Terraform, Pulumi and Kubernetes.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
|
||||
|
||||
|
||||
<p class="text-base mt-2">The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.</p>
|
||||
<p class="text-base mt-1 leading-snug">The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -171,6 +171,20 @@ From decentralized cloud computing and blockchain integration to overseeing infr
|
||||
|||
|
||||
|
||||
|
||||
<!-- don't write here -->
|
||||
|
||||
<div class="hidden key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
|
||||
|
||||
|
||||
**<span class="blue">AI AND MACHINE LEARNING WORKLOADS WITH GPU</span>**
|
||||
|
||||
|
||||
|
||||
<p class="text-base mt-1 leading-snug">The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
@@ -145,7 +145,7 @@ h1 {
|
||||
|
||||
.key_card{
|
||||
|
||||
height: 200px;
|
||||
height: 210px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 49 KiB |
@@ -1,6 +1,6 @@
|
||||
{% set styles = "background-image: url('images/V3.png');" %}
|
||||
<section class="px-2 h-auto bg-center lg:py-28 p-12 bg-cover bg-no-repeat" style="{{styles}}">
|
||||
<div class="relative lg:max-w-6xl mx-auto">
|
||||
<div class="relative mx-auto">
|
||||
<div class="text-center rounded lg:px-6 mt-10 lg:mt-0 mx-auto">
|
||||
{{body | markdown | safe }}
|
||||
<div class="items my-10 block lg:flex lg:flex-wrap justify-center items-center animate-pulse">
|
||||
@@ -9,7 +9,7 @@
|
||||
<img
|
||||
class="mx-auto p-4"
|
||||
src="images/V3-08.png"
|
||||
width="100"
|
||||
width="130"
|
||||
alt=""
|
||||
>
|
||||
<div id="capacity" class="leading-none font-extrabold text-xl"></div>
|
||||
@@ -20,7 +20,7 @@
|
||||
<img
|
||||
class="mx-auto p-4"
|
||||
src="images/V3-11.png"
|
||||
width="100"
|
||||
width="130"
|
||||
alt=""
|
||||
>
|
||||
<div id="cores" class="leading-none font-extrabold text-xl"></div>
|
||||
@@ -31,7 +31,7 @@
|
||||
<img
|
||||
class="mx-auto p-4"
|
||||
src="images/V3-09.png"
|
||||
width="100"
|
||||
width="130"
|
||||
alt=""
|
||||
>
|
||||
<div id="nodes" class="leading-none font-extrabold text-xl"></div>
|
||||
@@ -42,7 +42,7 @@
|
||||
<img
|
||||
class="mx-auto p-4"
|
||||
src="images/V3-10.png"
|
||||
width="100"
|
||||
width="130"
|
||||
alt=""
|
||||
>
|
||||
<div id="countries" class="leading-none font-extrabold text-xl"></div>
|
||||
@@ -53,7 +53,7 @@
|
||||
<img
|
||||
class="mx-auto p-4"
|
||||
src="images/farm.png"
|
||||
width="100"
|
||||
width="130"
|
||||
alt=""
|
||||
>
|
||||
<div id="farms" class="leading-none font-extrabold text-xl">900+</div>
|
||||
|
||||
Reference in New Issue
Block a user