convert take apart sec

This commit is contained in:
samaradel
2021-04-06 14:15:03 +02:00
parent 9be56a81c0
commit b8d3c81f41
9 changed files with 39 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
---
id: nodes_home
title: ''
image : ./nodes.png
url : /farming
title: SET UP A NODE
image: ./nodes.png
button: Let's Do This!
url: /farming/3node
---
Plug in a 3Node and earn income by selling decentralized storage space to people looking for a more secure hosting space.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 312 KiB

View File

@@ -1,7 +1,9 @@
---
id: tokens_home
title: ''
image : ./tokens.png
url : /token
title: GET TOKEN
image: ./tokens.png
button: Yes Please!
url: /farming/token
---
Get your hands on the ThreeFold Token (TFT), the only digital currency backed by the worlds fastest growing P2P network.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 371 KiB

View File

@@ -1,7 +1,9 @@
---
id: storage_home
title: ''
image : ./storage.png
url : /cloud
title: GET STORAGE
image: ./storage.png
button: Make Me Safer!
url: /cloud
---
Say goodbye to security concerns and move all your workloads easily to a more secure and private decentralized cloud.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 174 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -20,10 +20,24 @@
:href="product.url"
class="m-auto rounded overflow-hidden transition duration-500"
>
<div class="px-2 py-2">
<g-image class="py-4" :src="img(product.image)" />
<!-- <div class="font-bold text-xl mb-2">{{ product.title }}</div> -->
<div v-html="product.content" class="text-gray-600"></div>
<div class="take_apart text-center pb-8 my-5">
<g-image :src="img(product.image)" />
<h3 class="font-bold text-2xl">{{ product.title }}</h3>
<div v-html="product.content" class="pb-8 px-5 text-gray-600"></div>
<a
v-if="product.url.includes('http')"
target="_blank"
:href="product.url"
class="bg-gray-800 text-lg text-bold learn-button hover:bg-gray-700 text-gray-100 px-12 py-2 mr-5 shadow rounded-full transition duration-500 ease-in-out"
>{{ product.button }}</a
>
<g-link
v-else
:href="product.url"
class="bg-gray-800 text-lg text-bold learn-button hover:bg-gray-700 text-gray-100 px-12 py-2 mr-5 shadow rounded-full transition duration-500 ease-in-out"
>{{ product.button }}</g-link
>
</div>
</a>
</div>
@@ -47,4 +61,8 @@ export default {
.bannerFondo {
height: 400px;
}
.take_apart {
background-color: #f5f5f5;
}
</style>

View File

@@ -152,6 +152,7 @@
title
content
image
button
url
}
cards{