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 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.

View File

@@ -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>
@@ -35,8 +34,8 @@
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:to="main.link" :to="main.link"
>{{ main.btn }} >{{ main.btn }}
</g-link> </g-link>
<g-link <g-link
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:to="main.link2" :to="main.link2"
>{{ main.btn2 }}</g-link >{{ main.btn2 }}</g-link
@@ -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">