update button

This commit is contained in:
2021-04-06 15:06:11 +02:00
parent b2cbfb96d3
commit d2506d122e
6 changed files with 42 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -2,6 +2,10 @@
id: cryptocurrency_main
title: NOT YOUR AVERAGE DIGITAL CURRENCY
slogan:
button :
link :
button2 :
link2 :
---
TFT is a cryptocurrency. It is a scarce digital currency that you can use on the Internet - similar to Bitcoin, but actually very different. If youre new to crypto, here are some key characteristics of TFT.

View File

@@ -2,6 +2,10 @@
id: partenerships_main
title: ACHIEVING GOALS THROUGH
slogan: PARTNERSHIPS
button : See Our Partners
link : /partners
button2 : ACI
link2 : https://threefold.io/aci/
---
We have carefully chosen the right partnerships to implement our vision.

View File

@@ -97,7 +97,7 @@
>
<a
v-else
class="inline-block bg-blue-900 text-md 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"
:href="link"
>{{ button }}</a
>

View File

@@ -36,6 +36,35 @@
</div>
</div>
</div>
<div v-if="main.button || main.button2">
<a
v-if="main.link.includes('http')"
target="_blank"
:href="main.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"
>{{ main.button }}</a
>
<g-link
v-else
:href="main.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"
>{{ main.button }}</g-link
>
<a
v-if="main.link2.includes('http')"
target="_blank"
:href="main.link2"
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"
>{{ main.button2 }}</a
>
<g-link
v-else
:href="main.link2"
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"
>{{ main.button2 }}</g-link
>
</div>
</div>
</div>
</template>

View File

@@ -189,6 +189,10 @@
title
slogan
content
link
link2
button
button2
}
partnerships {
id