Update content
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
id: Features_home_2
|
id: Features_home_2
|
||||||
title: INTRODUCING THE TITAN V2 3NODE
|
title: Introducing 3Node
|
||||||
subtitle: Work with technology that can truly help change the world.
|
|
||||||
btn: Reserve your 3Node
|
btn: Reserve your 3Node
|
||||||
link: /farming/get_3node
|
link: /farming/get_3node
|
||||||
btn2: What is ThreeFold Token
|
btn2: What is ThreeFold Token
|
||||||
link2: /token
|
link2: /token
|
||||||
---
|
---
|
||||||
|
Work with technology that can change the world. 3Nodes run Zero OS, a stateless and lightweight operating system that is setting new standards of security and efficiency to store humanity's data and run its workloads.
|
||||||
|
|||||||
@@ -3,9 +3,11 @@
|
|||||||
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
|
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
|
||||||
{{ main.title }}
|
{{ main.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<p v-if="main.subtitle" class="mb-6 text-gray-700">
|
<div
|
||||||
{{ main.subtitle }}
|
v-if="main.content"
|
||||||
</p>
|
class="mb-6 text-gray-700"
|
||||||
|
v-html="main.content"
|
||||||
|
></div>
|
||||||
<div class="flex flex-wrap items-center -mx-4 mb-6">
|
<div class="flex flex-wrap items-center -mx-4 mb-6">
|
||||||
<div
|
<div
|
||||||
v-for="(feature, index) in features"
|
v-for="(feature, index) in features"
|
||||||
@@ -23,10 +25,7 @@
|
|||||||
<h5 class="capitalize">
|
<h5 class="capitalize">
|
||||||
{{ feature.title }}
|
{{ feature.title }}
|
||||||
</h5>
|
</h5>
|
||||||
<div
|
<div v-html="feature.content" class="text-gray-700"></div>
|
||||||
v-html="feature.content"
|
|
||||||
class="text-gray-700"
|
|
||||||
></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -49,7 +48,10 @@
|
|||||||
<h2 class="text-4xl text-center mb-12 font-normal font-heading">
|
<h2 class="text-4xl text-center mb-12 font-normal font-heading">
|
||||||
{{ main.title }}
|
{{ main.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<p v-if="main.subtitle" class="mb-6 text-2xl text-center font-ligh text-gray-800">
|
<p
|
||||||
|
v-if="main.subtitle"
|
||||||
|
class="mb-6 text-2xl text-center font-ligh text-gray-800"
|
||||||
|
>
|
||||||
{{ main.subtitle }}
|
{{ main.subtitle }}
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-wrap -mx-4 mb-6">
|
<div class="flex flex-wrap -mx-4 mb-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user