update button
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 94 KiB |
@@ -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 you’re new to crypto, here are some key characteristics of TFT.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -189,6 +189,10 @@
|
||||
title
|
||||
slogan
|
||||
content
|
||||
link
|
||||
link2
|
||||
button
|
||||
button2
|
||||
}
|
||||
partnerships {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user