Update content

This commit is contained in:
samaradel
2021-05-26 09:06:27 +02:00
parent 1c49d364af
commit 7b37679d86
2 changed files with 14 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
---
id: Features_home_2
title: INTRODUCING THE TITAN V2 3NODE
subtitle: Work with technology that can truly help change the world.
title: Introducing 3Node
btn: Reserve your 3Node
link: /farming/get_3node
btn2: What is ThreeFold 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.

View File

@@ -3,9 +3,11 @@
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
{{ main.title }}
</h2>
<p v-if="main.subtitle" class="mb-6 text-gray-700">
{{ main.subtitle }}
</p>
<div
v-if="main.content"
class="mb-6 text-gray-700"
v-html="main.content"
></div>
<div class="flex flex-wrap items-center -mx-4 mb-6">
<div
v-for="(feature, index) in features"
@@ -23,10 +25,7 @@
<h5 class="capitalize">
{{ feature.title }}
</h5>
<div
v-html="feature.content"
class="text-gray-700"
></div>
<div v-html="feature.content" class="text-gray-700"></div>
</div>
</div>
</div>
@@ -49,7 +48,10 @@
<h2 class="text-4xl text-center mb-12 font-normal font-heading">
{{ main.title }}
</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 }}
</p>
<div class="flex flex-wrap -mx-4 mb-6">